function switchOn(obj)	{
	obj.className = "bgover"
}
function switchOff(obj)	{
	obj.className = "bgout"
}