function SubsCall() { 
cityProperties.Search1.NewsSubscription(document.getElementById('txtUid').value,document.getElementById('txtPwd').value,Get_Val); 
} function Get_Val(response) { //\alert(response.value); 
document.getElementById('lblMessage').innerHTML = response.value; } 


function loadProperty(type)
	{
		cityProperties.Search1.getProperty(type,showProperty);
	}
	function showProperty(response)
	{
		
	document.getElementById('ajaxHotProperties').innerHTML=response.value;
	}

	function TabResult(listfor)
		{
		alert(listfor.value);
		document.getElementById("Index:txtlistid").value=listfor.value

}


 
 
 
			
		function SetDefault(){
		if (document.getElementById("Search1_ddcountry").selectedIndex>=1)
		{
		document.getElementById("Search1_ddcountry").selectedIndex=0;
		document.getElementById("Search1_ddpropfor").selectedIndex=0;
		document.getElementById("Search1_ddproptype").selectedIndex=0;
		document.getElementById("Search1_ddcities").options.length = 0;
		document.getElementById("Search1_ddcities").options[document.getElementById("Search1_ddcities").options.length] = 
		new Option("<Select Country First>", 0);
		document.getElementById("Search1_ddcities").selectedIndex=0;

		}
		}
			
function SetZeroTab(listfor)
{
document.getElementById("Search1_txttab1").value="";

}
