var heada=0;
	lefta=0;
function selctdiv()
{
	document.getElementById("hmenu").getElementsByTagName("a")[heada].style.backgroundColor="#0033FF";
	document.getElementById("leftmenu").getElementsByTagName("a")[lefta].style.backgroundColor="#9900CC";
}
