function PlayFlash(url,w,h){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+w+'" height="'+h+'" title="player">\n');
	document.write('<param name="movie" value="'+url+'" /> \n');
	document.write('<param name="quality" value="high" /> \n');
	document.write('<param name="wmode" value="transparent"> \n');
	document.write('<embed src="'+url+'" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed></object>\n');
}
function MM_jumpMenu(targ,selObj,restore){
	window.open(selObj.options[selObj.selectedIndex].value,'prevpopup','width='+screen.availWidth-50+',height='+screen.availHeight-50+',titlebar=yes,menubar=yes,resizable=yes,location=yes,scrollbars=yes,status=yes,toolbar=yes');
}
function MM_openBrWindow(theURL,winName,features){
	window.open(theURL,winName,features);
}
function clearText(thefield){
	if(thefield.defaultValue==thefield.value)
		thefield.value =""
}
function ENewsletterPro_JoinForm_Validator(theForm){
	if (theForm.Email.value == ""){
		alert("Voer aub een emailadres in.");
		theForm.Email.focus();
		return (false);
	}
	if((theForm.Email.value.indexOf("@") <= 1)||(theForm.Email.value.indexOf(".") <= 1)){
		alert("Het ingevoerde adres is niet geldig, naam@domein.extensie aub.");
		theForm.Email.focus();
		return (false);
	}
	if (theForm.Email.value.length < 6){
		alert("Het ingevoerde adres heeft onvoldoende karakters.");
		theForm.Email.focus();
		return (false);
	}
	if (theForm.Email.value.length > 50){
		alert("Het ingevoerde adres bestaat uit teveel karakters.");
		theForm.Email.focus();
		return (false);
	}
	return (true);
}
var u=this.location;var t=document.title;
function addBookmark(title,url){
	if(document.all){window.external.AddFavorite(url,title);}
	else if(window.sidebar){window.sidebar.addPanel(title, url,"");}
	else if(window.opera && window.print){return true;}
}
