selectMenu();
function selectMenu()
{
	try
	{
	var first = document.getElementById("one");
	
	first.style.backgroundImage = "url(../images/leftmenu_06.png)";	
	first.style.color = "#ffffff";
	first.style.backgroundRepeat = "no-repeat";	
	
	var second = document.getElementById("two");	
	second.style.display = "block";
	two.style.color = "#ffffff";
	var three = document.getElementById("three");
	
	three.style.backgroundImage = "url(../images/left_40.png)";	
	three.style.color = "#ffffff";
	three.style.backgroundRepeat = "no-repeat";
	}
	catch(err){}
	
	

	
}
 