function ImageON(obj)
{
	obj.className="leftmenu_on"
}

function ImageOFF(obj)
{
	obj.className="leftmenu_off"
}