
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function fav(a,b){
window.external.AddFavorite("http://"+a+".buocai.com/",b+"博采网--广州学车报名、汽车团购、维修服务，就是让你便宜")
}


function searchok(){
	var txt=document.getElementById("txt");
	if(txt.value==""){
		alert("请输入查找内容！");
		txt.focus();
	}else{
		var txtcode=encodeURI(txt.value);		
		window.location.href="searchl-1-"+txtcode+".htm";
	}
	return false;
}


function show(){
	document.getElementById("fzlb_list").style.visibility="visible";
}

function hide(){
	document.getElementById("fzlb_list").style.visibility="hidden";
}

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(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 MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(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 memberout(){
	if(confirm("确定退出会员系统？")){
		window.location.href="merber_logout.php";
	}
}
