function GoToMail(sWebsite) {
window.open (sWebsite);
}


function GoToBedrijfsinformatie(lMod)
	{
	document.frmBedrijfsinformatie.Module.value=lMod;
	document.frmBedrijfsinformatie.submit();
	}
function GoToShowroom(lMod)
	{
	document.frmShowroom.Module.value=lMod;
	document.frmShowroom.submit();
	}	
		
function GoToModel(IIDModel,lMod)
{
	document.frmModellen.IDModel.value=IIDModel;
	document.frmModellen.Module.value=lMod;
	document.frmModellen.submit();
}

function GoToContact(lMod)
{
	document.frmContact.Module.value=lMod;
	document.frmContact.submit();
}
function GoToOccasion(IIDOccasion, lMod)
{
	document.frmOccasions.IDOccasion.value=IIDOccasion;
	document.frmOccasions.Module.value=lMod;
	document.frmOccasions.submit();
}



