function changeclass(obj,cls)
{
	obj.className=cls;
}
function goto(URL)
{
	window.location=URL;
}