// JavaScript Document
function gotopg(pg)
{
	
	var	obj = document.getElementById(pg);
	if(obj.className==pg)
	{
		obj.style.backgroundColor="#a11038";
		//alert(document.getElementById("middle_right_hyp_what").style.color);

	//	document.getElementById("middle_right_hyp_what").style.color="#7fd6f7";
		//alert(document.getElementById("middle_right_hyp_what").style.color);

	}
	//if( obj.className == "list_open" ) obj.className = "list_close";
}