
function Show_SubHotelFor(id_num,num,city,len){ 

  
	for(var i = 0;i <= len;i++){
		if(GetObj("H_MenuMy_" + id_num + i)){GetObj("H_MenuMy_" + id_num + i).className = '';}
	}
	if(GetObj("H_MenuMy_" + id_num + num)){GetObj("H_MenuMy_" + id_num + num).className = 'selectd';}
	
	
	
   $.ajax({
			type: "POST",
			url: "/itu/servlet/GetHotelHot?city="+city,
	    	dataType: "xml",
			async: true,
			complete: function(obj){ 
				
		
		   var dom = new ActiveXObject('Msxml2.DOMDocument');
		   dom = obj.responseXML;
		   
		   if(!dom || !dom.xml ||dom.xml == ""){
					//alert("无数据返回，请稍后重试!");
					return;
				}
				
				var html ="";
				for(var i=0;i<dom.getElementsByTagName("hotelName").length;i++){
                html += "<li><span class='Name'><a href='/itu/hotel/HotelInfo.do?action=hotelDetail&hotelId=";
                html += dom.getElementsByTagName("hotelId")[i].childNodes[0].nodeValue;
				html+="&cs="+dom.getElementsByTagName("cityArea")[i].childNodes[0].nodeValue;
				html+="'>";
				html+=dom.getElementsByTagName("hotelName")[i].childNodes[0].nodeValue;
				html+="</span></a><span class='Price'>&yen;";
				html+=dom.getElementsByTagName("number")[i].childNodes[0].nodeValue+"</span></li>";
				
				}
				
				document.getElementById("showHotHotel1").innerHTML = html;
			
		}
				});
	
 
	
}

function Show_SubHotelForHotel(id_num,num,city,len){ 

  
	for(var i = 0;i <= len;i++){
		if(GetObj("H_MenuMy_" + id_num + i)){GetObj("H_MenuMy_" + id_num + i).className = '';}
	}
	if(GetObj("H_MenuMy_" + id_num + num)){GetObj("H_MenuMy_" + id_num + num).className = 'selectd';}
	
	
	
   $.ajax({
			type: "POST",
			url: "/itu/servlet/GetHotelHot?city="+city,
	    	dataType: "xml",
			async: true,
			complete: function(obj){ 
				
		
		   var dom = new ActiveXObject('Msxml2.DOMDocument');
		   dom = obj.responseXML;
		   
		   if(!dom || !dom.xml ||dom.xml == ""){
					//alert("无数据返回，请稍后重试!");
					return;
				}
				
				var html ="";
				for(var i=0;i<dom.getElementsByTagName("hotelName").length;i++){
                html += "<li><a href='/itu/hotel/HotelInfo.do?action=hotelDetail&hotelId=";
                html += dom.getElementsByTagName("hotelId")[i].childNodes[0].nodeValue;
				html+="&cs="+dom.getElementsByTagName("cityArea")[i].childNodes[0].nodeValue;
				html+="'><span class='tj_info_span_hotel'>";
				html+=dom.getElementsByTagName("hotelName")[i].childNodes[0].nodeValue;
				html+="</span><span class='tj_info_span_price'>&yen;";
				html+=dom.getElementsByTagName("number")[i].childNodes[0].nodeValue+"</span></a></li>";
				
				}
				
				document.getElementById("showHotHotel1").innerHTML = html;
			
		}
				});
	
 
	
}
<!-- ����Ϊ��ǩ����-->

<!-- ����_��ҳ begin-->
function Show_SubSearch(id_num,num){ 
	for(var i = 0;i <= 10;i++){
		if(GetObj("Se_MenuMy_" + id_num + i)){GetObj("Se_MenuMy_" + id_num + i).className = 'buttom';}
		if(GetObj("Se_ContMy_" + id_num + i)){GetObj("Se_ContMy_" + id_num + i).style.display = 'none';}
	}
	if(GetObj("Se_MenuMy_" + id_num + num)){GetObj("Se_MenuMy_" + id_num + num).className = 'buttom selectd';}
	if(GetObj("Se_ContMy_" + id_num + num)){GetObj("Se_ContMy_" + id_num + num).style.display = 'block';}
}
function GetObj(objName){
	if(document.getElementById){
		return eval('document.getElementById("' + objName + '")');
	}else{
		return eval('document.all.' + objName);
	}
}
<!-- ����_��ҳ end-->


<!-- �ؼۻ�Ʊ_��ҳ begin-->
function Show_SubLmy(id_num,num){ 
	for(var i = 0;i <= 13;i++){
		if(GetObj("S_MenuMy_" + id_num + i)){GetObj("S_MenuMy_" + id_num + i).className = '';}
		if(GetObj("S_ContMy_" + id_num + i)){GetObj("S_ContMy_" + id_num + i).style.display = 'none';}
	}
	if(GetObj("S_MenuMy_" + id_num + num)){GetObj("S_MenuMy_" + id_num + num).className = 'selectd';}
	if(GetObj("S_ContMy_" + id_num + num)){GetObj("S_ContMy_" + id_num + num).style.display = 'block';}
}
function Show_SubLmyFor(id_num,num,len){ 
	for(var i = 0;i <= len;i++){
		if(GetObj("S_MenuMy_" + id_num + i)){GetObj("S_MenuMy_" + id_num + i).className = '';}
	}
	if(GetObj("S_MenuMy_" + id_num + num)){GetObj("S_MenuMy_" + id_num + num).className = 'selectd';}
}
function GetObj(objName){
	if(document.getElementById){
		return eval('document.getElementById("' + objName + '")');
	}else{
		return eval('document.all.' + objName);
	}
}
<!-- �ؼۻ�Ʊ_��ҳ end-->

function Show_SubHotelInfo(id_num,num){ 

  
	for(var i = 0;i <= 20;i++){
		if(GetObj("H_MenuMy_" + id_num + i)){GetObj("H_MenuMy_" + id_num + i).className = '';}
		if(GetObj("H_ContMy_" + id_num + i)){GetObj("H_ContMy_" + id_num + i).style.display = 'none';}
	}
	if(GetObj("H_MenuMy_" + id_num + num)){GetObj("H_MenuMy_" + id_num + num).className = 'selectd';}
	if(GetObj("H_ContMy_" + id_num + num)){GetObj("H_ContMy_" + id_num + num).style.display = 'block';}
}

<!-- �ؼ۾Ƶ�_��ҳ begin-->
function Show_SubHotel(id_num,num,city){ 

  
	for(var i = 0;i <= 20;i++){
		if(GetObj("H_MenuMy_" + id_num + i)){GetObj("H_MenuMy_" + id_num + i).className = '';}
		if(GetObj("H_ContMy_" + id_num + i)){GetObj("H_ContMy_" + id_num + i).style.display = 'none';}
	}
	if(GetObj("H_MenuMy_" + id_num + num)){GetObj("H_MenuMy_" + id_num + num).className = 'selectd';}
	if(GetObj("H_ContMy_" + id_num + num)){GetObj("H_ContMy_" + id_num + num).style.display = 'block';}
	
	
	
	
   $.ajax({
			type: "POST",
			url: "/itu/servlet/GetHotelHot?city="+city,
	    	dataType: "xml",
			async: true,
			complete: function(obj){ 
				
		
		   var dom = new ActiveXObject('Msxml2.DOMDocument');
		   dom = obj.responseXML;
		   
		   if(!dom || !dom.xml ||dom.xml == ""){
					//alert("无数据返回，请稍后重试!");
					return;
				}
				
				var html ="";
				for(var i=0;i<dom.getElementsByTagName("hotelName").length;i++){
                html += "<li><a href='/itu/hotel/HotelInfo.do?action=hotelDetail&hotelId=";
                html += dom.getElementsByTagName("hotelId")[i].childNodes[0].nodeValue;
				html+="&cs="+dom.getElementsByTagName("cityArea")[i].childNodes[0].nodeValue;
				html+="'><span class='tj_info_span_hotel'>";
				html+=dom.getElementsByTagName("hotelName")[i].childNodes[0].nodeValue;
				html+="</span><span class='tj_info_span_price'>&yen;";
				html+=dom.getElementsByTagName("number")[i].childNodes[0].nodeValue+"</span></a></li>";
				
				}
				
				document.getElementById("showHotHotel"+num).innerHTML = html;
			
		}
				});
	
 
	
}



function GetObj(objName){
	if(document.getElementById){
		return eval('document.getElementById("' + objName + '")');
	}else{
		return eval('document.all.' + objName);
	}
	
	
}
<!-- �ؼ۾Ƶ�_��ҳ end-->



<!-- ������ͻ�Ʊ_��ҳ begin-->
function Show_SubLowest(id_num,num){ 
	for(var i = 0;i <= 20;i++){
		if(GetObj("L_MenuMy_" + id_num + i)){GetObj("L_MenuMy_" + id_num + i).className = '';}
		if(GetObj("L_ContMy_" + id_num + i)){GetObj("L_ContMy_" + id_num + i).style.display = 'none';}
	}
	if(GetObj("L_MenuMy_" + id_num + num)){GetObj("L_MenuMy_" + id_num + num).className = 'selectd';}
	if(GetObj("L_ContMy_" + id_num + num)){GetObj("L_ContMy_" + id_num + num).style.display = 'block';}
}
function GetObj(objName){
	if(document.getElementById){
		return eval('document.getElementById("' + objName + '")');
	}else{
		return eval('document.all.' + objName);
	}
}
<!-- ������ͻ�Ʊ_��ҳ end-->



<!-- �ȼٲ�Ʒ_��ҳ begin-->
function Show_SubTravel(id_num,num){ 
	for(var i = 0;i <= 20;i++){
		if(GetObj("T_MenuMy_" + id_num + i)){GetObj("T_MenuMy_" + id_num + i).className = '';}
		if(GetObj("T_ContMy_" + id_num + i)){GetObj("T_ContMy_" + id_num + i).style.display = 'none';}
	}
	if(GetObj("T_MenuMy_" + id_num + num)){GetObj("T_MenuMy_" + id_num + num).className = 'selectd';}
	if(GetObj("T_ContMy_" + id_num + num)){GetObj("T_ContMy_" + id_num + num).style.display = 'block';}
}
function GetObj(objName){
	if(document.getElementById){
		return eval('document.getElementById("' + objName + '")');
	}else{
		return eval('document.all.' + objName);
	}
}



