function popup(ImageURL)
{
return false;
window.open(ImageURL,'jav','width=500,height=675,location=no,scrollbars=no')
}

function closed(){
	alert("Sorry, but the online shop is currently closed.");
//	return false;
	return true;
}

function eshop()
{
if(!closed())
window.open('webshop/','eshop','width=750,height=650,location=no,scrollbars=no')
}

function offers()
{
if(!closed())
window.open('webshop/','offers','width=750,height=650,location=no,scrollbars=no')
}

function newitems()
{
if(!closed())
window.open('webshop/','newitems','width=750,height=650,location=no,scrollbars=no')
}

function contact()
{
window.open('contact/','contactus','width=750,height=650,location=no,scrollbars=no')
}

