
HttpManager.Document.Forms.HtmlSelect.SelectedValue("isc","ListingType", HttpManager.Request.QueryString("listingtype") );
PropertySearch_ListingType_OnSelectionChange(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") );