function inloggen(){
	var f=document.getElementById('login');
	if(f.username.value=='' | f.password.value==''){
		alert('Geef eerst uw gebruikersnaam EN wachtwoord op.')
	}else{
		f.submit()
	}
}
function WriteFlash(swfpath,width,height){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6, 0, 0, 0"')
	document.write('  width="'+width+'" height="'+height+'" id="top" align="left">')
	document.write('<param name=movie value="'+swfpath+'">')
	document.write('<param name=quality VALUE=high>')
	document.write('<param name=bgcolor VALUE=#FFFFFF>')
	document.write('<embed src="'+swfpath+'" quality=high ')
	document.write('bgcolor=#ffffff width="'+width+'" height="'+height+'" name="kopmw" ')
	document.write(' type="application/x-shockwave-flash" ')
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">')
document.write('</embed>')
document.write('</object>')
}

