


function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function opennewwindow(number){
	var url = "";
	if(number==1){
		url = "chairman.htm";
		window.open(url, "", "menubar=0,toolbar=0,titlebar=0,location=0,status=0,scrollbars=yes,resizable=no,alwaysRaised=true,dependent=true" + ", width=" + 570 + ", height=" + 570);
	}
	if(number==2){
		url = "president.htm";
		window.open(url, "", "menubar=0,toolbar=0,titlebar=0,location=0,status=0,scrollbars=yes,resizable=no,alwaysRaised=true,dependent=true" + ", width=" + 570 + ", height=" + 510);
	}
}

function opennewwindowup(number){
	var url = "";
	if(number==1){
		url = "../chairman.htm";
		window.open(url, "", "menubar=0,toolbar=0,titlebar=0,location=0,status=0,scrollbars=yes,resizable=no,alwaysRaised=true,dependent=true" + ", width=" + 570 + ", height=" + 570);
	}
	if(number==2){
		url = "../president.htm";
		window.open(url, "", "menubar=0,toolbar=0,titlebar=0,location=0,status=0,scrollbars=yes,resizable=no,alwaysRaised=true,dependent=true" + ", width=" + 570 + ", height=" + 510);
	}
}
