﻿function getURL(url){
	if(url.indexOf("http://") == 0){window.open(url,"_blank");}
	else{window.location = url;}
}
function mouseOver(name){
//alert("11");
name.style.background="#F2F8FD";
}
function mouseOut(name){
name.style.background="";}


function Showmenulist(index,Max){
	for(var i=0;i<=Max;i++){
		document.getElementById("centent"+i).style.display="none";
		document.getElementById("MenulistHeader"+i).className="";
	}
	document.getElementById("MenulistHeader"+index).className="act";
	document.getElementById("centent"+index).style.display="";
}



function Showmenulista(index,Max){
	for(var i=0;i<=Max;i++){
		document.getElementById("cententa"+i).style.display="none";
		document.getElementById("MenulistHeadera"+i).className="";
	}
	document.getElementById("MenulistHeadera"+index).className="div2";
	document.getElementById("cententa"+index).style.display="";
}
