


function f1(ob)
	{  
		if(ob.childNodes[1]&&ob.childNodes[1].nodeName=="UL"){ 
			ob.childNodes[1].style.display='block';		
		}
}
	var ob_out;
function f2(ob)
	{
	ob_out=ob;
	if(ob.childNodes[1]&&ob.childNodes[1].nodeName=="UL"){ 
		ob.childNodes[1].style.display='none';
	}
}	    
function f5(ob){
tm=document.getElementById('topmenutr')	
for(i=0;i<tm.childNodes.length;i++){
	if(tm.childNodes[i].getElementsByTagName("UL")[0]){
tm.childNodes[i].getElementsByTagName("UL")[0].style.display="none"
	}
}

if(ob.getElementsByTagName("UL")[0]){
ob.getElementsByTagName("UL")[0].style.display="block"
}
ob.style.backgroundColor="#2784AD"
ob.style.borderColor="#2BC5A9"



	}
function f6(ob){
tm=document.getElementById('topmenutr')
for(i=0;i<tm.childNodes.length;i++){
	if(tm.childNodes[i].getElementsByTagName("UL")[0]){
tm.childNodes[i].getElementsByTagName("UL")[0].style.display="none"
}
}
ob.style.backgroundColor="#1B84D5"
ob.style.borderColor="#8CC3EC"


	}