function refresh()
{
    window.location.reload( false );
}

function stockPopup() {
		stockWindow = window.open("","stockListWindow","scrollbars=yes,resizable=yes,width=820,height=700,top=10,left=10");
}

var stockListWindow = null;

function doStockListWindow() {
			stockPopup()
			stockWindow.focus();
}

function advancedPopup() {
		stockWindow = window.open("http://sis.virtual-showroom.co.uk/templates/Pomphreys/advancedSearch.aspx?clientcode=PomphreysCustomUsed","stockListWindow","scrollbars=yes,resizable=yes,width=820,height=700,top=10,left=10");
}

function doAdvancedWindow() {
			advancedPopup();
			stockWindow.focus();
}
