// Click-to-expand Menu
<!--
function expand(param)	
{
	param.style.display=(param.style.display=="none")?"":"none";	
}
//-->