function SiteSearchPanel_ListingType_onChange(listingType){
	PropertySearch_ListingType_OnSelectionChange(listingType, 
																		HttpManager.Document.GetObject("categoryID").value, 
																		document.isc.igid.value, 
																		document.isc.egid.value, 
																		document.isc.imgid.value, 
																		document.isc.emgid.value );
}

//document.isc.rentperiod.value = HttpManager.Request.QueryString("rentperiod");
if(unescape(HttpManager.Request.QueryString("listingtype")).indexOf("|")>0){
	document.isc.ListingType[2].checked = true;
}else{
	HttpManager.Document.Forms.HtmlRadio.SetValue( document.isc.ListingType , HttpManager.Request.QueryString("listingtype"));
}
SiteSearchPanel_ListingType_onChange( HttpManager.Document.Forms.HtmlRadio.GetCheckedItem( document.isc.ListingType));
HttpManager.Document.Forms.HtmlSelect.SelectedValue("isc","minprice", HttpManager.Request.QueryString("minprice") );
HttpManager.Document.Forms.HtmlSelect.SelectedValue("isc","maxprice", HttpManager.Request.QueryString("maxprice") );
HttpManager.Document.Forms.HtmlSelect.SelectedValue("isc","pt", HttpManager.Request.QueryString("pt") );
HttpManager.Document.Forms.HtmlSelect.SelectedValue("isc","bedrooms", HttpManager.Request.QueryString("bedrooms") );
HttpManager.Document.Forms.HtmlSelect.SelectedValue("isc","area", HttpManager.Request.QueryString("area") );
HttpManager.Document.Forms.HtmlSelect.SelectedValue("isc","location", HttpManager.Request.QueryString("location") );
HttpManager.Document.Forms.HtmlSelect.SelectedValue("isc","location", HttpManager.Request.QueryString("location"));
//HttpManager.Document.Forms.HtmlRadio.SetValue(document.isc.RentPeriod, HttpManager.Request.QueryString("rentperiod"));
