var toppie;
if ((toppie == 1)&&(top.frames.length!=0))
{top.location.href = "http://www.bas-mkb.com/bas-p"}

var onderschrift = ""

//*** RIGHTBUTTON-DENY ***
var msg="Sorry, dat is niet toegestaan...."
function deny(e) {
	if (document.all) {
		if (event.button == 2) {
			alert(msg);
			return false;
		}
	}
	if (document.layers) {
		if (e.which == 3) {
			alert(msg);
			return false;
		}
	}
}
if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=deny;
//*** EIND ***


//*** PRINT de ROUTE ***
function printroute()
{
window.open("route.html","route","width=10, height=10, status=no, scrollbars=no, resizeable=no");
}
//*** EIND ***

//*** showpictures ***
function showpictures()
{
window.open("showpictures.html","Showpictures","width=800, height=580, status=no, scrollbars=yes, resizable=yes");
}
//*** EIND ***

//*** BOOKMARKEN ***
var bookmarkurl="";
var bookmarktitle=""
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//*** EIND ***

//*** COPYRIGHTLINE ***
var copyrightline = '<span class="copyright"><center>:: &nbsp;&copy;2006&nbsp;&nbsp;<a href="http://www.wdkcommunication.com/" target="_blank"><font color=#606060>WDKcommunicatioN</font></a>&nbsp;&nbsp;<a href="http://validator.w3.org/check?uri=referer" target="_blank"><font color=#606060>W3Cvalid</font></a>&nbsp; ::</center></span>';
//*** END ***

//*** CHECKFORM ***
function check(frm)
{

	if (frm.voornaam.value=='')
	{
		alert("U bent vergeten uw VOORNAAM of VOORLETTERS in te vullen....");
		frm.voornaam.focus();
		return false;
	}
	if (frm.achternaam.value=='')
	{
		alert("U bent vergeten uw ACHTERNAAM in te vullen....");
		frm.achternaam.focus();
		return false;
	}
	if (frm.straat.value=='')
	{
		alert("U bent vergeten uw ADRES in te vullen....");
		frm.straat.focus();
		return false;
	}
	if (frm.postcode.value=='')
	{
		alert("U bent vergeten uw POSTCODE in te vullen....");
		frm.postcode.focus();
		return false;
	}
	if (frm.woonplaats.value=='')
	{
		alert("U bent vergeten uw WOONPLAATS in te vullen....");
		frm.woonplaats.focus();
		return false;
	}
	if (frm.email.value=='' ||
				((frm.email.value.indexOf('@',0)==-1) ||
				(frm.email.value.indexOf('.',0)==-1)))
	{
		alert("U heeft geen correct EMAILADRES ingevuld....");
		frm.email.focus();
		return false;
	}
	if (frm.telefoon.value=='')
	{
		alert("U bent vergeten uw TELEFOONNUMMER in te vullen....");
		frm.telefoon.focus();
		return false;
	}
}
//*** END ***

