// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function chageStyle(color){
	cssinfo ='<style type=\"text/css\">#mleft ul li a:hover{	color:'+color+';	background:url(../image/ui/ico_mbt2.gif) no-repeat 10px 10px;}</style>';
	document.write(cssinfo)
}

function showlang(){
		document.getElementById('langbox').style.display="block";
		document.getElementById('langbt').style.background="url(../image/ui/langbgover.gif) no-repeat top";
		
}
function hidelang(){
		document.getElementById('langbox').style.display="none";
		document.getElementById('langbt').style.background="url(../image/ui/langbgup.gif) no-repeat top";
}

/*---index--*/
function indshowlang(){
		document.getElementById('langbox').style.display="block";
		document.getElementById('langbt').style.background="url(image/ui/langbgover.gif) no-repeat top";
		
}
function indhidelang(){
		document.getElementById('langbox').style.display="none";
		document.getElementById('langbt').style.background="url(image/ui/langbgup.gif) no-repeat top";
}

function openqna(id){
		//var target=document.getElementById(id);
	var target=document.getElementById(id)
	if(target.style.display=='block'){
		target.style.display='none';
	}else{
		target.style.display='block'
	}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}