
//HttpManager.Document.Forms.HtmlSelect.SelectedValue("isc","ListingType", HttpManager.Request.QueryString("listingtype") );

switch ( HttpManager.Document.Forms.getType("isc", "listingtype") ){
	case HttpManager.Document.Forms.elementTypes.htmlRadio:
		HttpManager.Document.Forms.HtmlRadio.SetValue("isc","listingtype", HttpManager.Request.QueryString("listingtype") );
		PropertySearch_ListingType_OnSelectionChange(HttpManager.Document.Forms.HtmlRadio.GetSelectedItem("isc","listingtype"));
		break;
}



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") );