
function CheckAll(form) {
	for (var i=0;i<form.elements.length;i++) {
		var e = form.elements[i];
		if (e.name !='chkall')
			if (e.type=="checkbox")
				e.checked = form.chkall.checked ;
	}
}

function do_AddFavorite(){
	window.external.AddFavorite(location.href, document.title);
}

function do_Print(){
	window.print();
}

function changeSelect(select) {
	if(select.value=="1")
		window.open("http://map.1jnet.com/");
	if(select.value=="2")
		window.open("http://zip.1jnet.com/");
	if(select.value=="3")
		window.open("http://bus.1jnet.com/");
	if(select.value=="4")
		window.open("http://travel.elong.com/flights/default.aspx?campaign_id=4213013");
	if(select.value=="5")
		window.open("http://lieche.koubei.com/");
	if(select.value=="6")
		window.open("http://travel.elong.com/hotels/default.aspx?Campaign_ID=4206105");
	if(select.value=="7")
		window.open("http://travel.elong.com/flights/default.aspx?campaign_id=4213011");
}

function changeSelect_div(value,city){
  if(value==1)
		window.open("http://map.koubei.com/");
	if(value==2)
		window.open("http://zip.koubei.com/");
	if(value==3)
		window.open("http://bus.koubei.com/");
	if(value==4)
		window.open("http://travel.elong.com/flights/default.aspx?campaign_id=4213013");
	if(value==5)
		window.open("http://lieche.koubei.com/");
	if(value==6)
		window.open("http://travel.elong.com/hotels/default.aspx?Campaign_ID=4206105");
	if(value==7)
		window.open("http://travel.elong.com/flights/default.aspx?campaign_id=4213011");
    if(value==8)
        if(city != 0)
		  window.open("http://www.koubei.com/experience/home.html?city=" + city);
		else
		  window.open("http://www.koubei.com/city/selectcity.html?redirectURL=http%3A%2F%2Fwww.koubei.com%2Fexperience%2Fhome.html");
	if(value==9)
	   if(city != 0)
		 window.open("http://www.koubei.com/experience/index/experience_grade.jsp?city=" + city);
	   else
	      window.open("http://www.koubei.com/city/selectcity.html?redirectURL=http%3A%2F%2Fwww.koubei.com%2Fexperience%2Findex%2Fgrade_home.jsp");

}
	
function homesearch() {
	if (document.getElementById("search_type").checked) {
			document.frm_search_store.action = "http://bendi.koubei.com/search/searchstore.html" ; 
			document.getElementById("storekey").value = document.getElementById("strquery").value ;
			document.getElementById("storecity").value = document.getElementById("strcity").value ;
			document.frm_search_store.submit();
		} else {
			document.frm_search_fenlei.action = "http://bendi.koubei.com/fenlei/searchlist.html" ; 
			document.getElementById("fenleikey").value = document.getElementById("strquery").value ;
			document.getElementById("fenleicity").value = document.getElementById("strcity").value ;
			document.frm_search_fenlei.submit();
		}
	}	

