<!-- hide from JavaScript-challenged browsers
function openWindow(id) 
	{
	popupWin = window.open('van.php?make_id='+id, 'remote','scrollbars,resizable,width=640,height=480,left=50,top=50');
	}

function openWindow2(id) 
	{
	popupWin = window.open('emailenquiry.php?van_id='+id, 'remote','resizable,width=640,height=480,left=50,top=50')
	}

function openWindow3() {
popupWin = window.open
('continue.php', 'remote','scrollbars,resizable,dependent,width=790,left=30,top=30')
}


function openWindow4() {
popupWin = window.open
('continueccoffline.php', 'remote','scrollbars,resizable,dependent,width=790,left=30,top=30')
}


function openWindow5() {
popupWin = window.open
('continuepaymentbt.php', 'remote','scrollbars,resizable,dependent,width=790,left=30,top=30')
}

function openWindow6(myform) 
	{
	popupWin = window.open('search_result.php', 'search','scrollbars,resizable,dependent,width=790,left=30,top=30');
	myform.target='search';
	}

function openWindow7() {
popupWin = window.open
('termsconditions.php', 'remote','scrollbars,resizable,dependent,width=790,left=30,top=30')
}

function openWindow8(idcode) 
	{
	popupWin = window.open('booking.php?idcode='+idcode, 'remote','scrollbars,resizable,dependent,width=790,left=30,top=30')
	}

function openWindow9(id) 
	{
	popupWin = window.open('depotmini.php?depotid='+id, 'remote','resizable,scrollbars,width=640,height=480,left=50,top=50')
	}

function openWindow10() {
popupWin = window.open
('lostpassword.php', 'remote','width=320,height=170,left=50,top=50')
}

// done hiding -->


