function refresh()
{
    window.location.reload( false );
}

function stockPopup() {
		stockWindow = window.open("","stockListWindow","scrollbars=yes,resizable=yes,width=800,height=700,top=10,left=10");
}

var stockListWindow = null;

function doStockListWindow() {
			stockPopup()
			stockWindow.focus();
}

function doAdvancedWindow() {
		window.parent.location ="http://sis.virtual-showroom.co.uk/templates/MotorsaveDirect/advancedSearch.aspx?clientcode=MotorsaveDirectCustom";
}

function GetFormValues()
{
	document.frmSearch2.clientcode.value="MotorsaveDirectCustom";
	document.frmSearch2.selManufacturer.value=document.frmSearch.selManufacturer.value;
	document.frmSearch2.hdnRangeCode.value=document.frmSearch.selRange.value;
	document.frmSearch2.selPriceRange.value=document.frmSearch.selPriceRange.value;	
}


