function openPage(tmpKey)
{
	top.document.location.href = 'pagina.asp?page='+tmpKey ;
}
function openPhoto(tmpPhoto, tmpKey)
{
	top.document.location.href = 'pagina.asp?page='+tmpKey+'&photo='+tmpPhoto ;
}
function checkFrm()
{
	if (document.getElementById('txtName').value == '') {
		alert('Uw naam is verplicht') ;
		document.getElementById('txtName').focus() ;
		return false ;
		}
/*
	if (document.getElementById('txtAddress').value == '') {
		alert('Uw adres is verplicht') ;
		document.getElementById('txtAddress').focus() ;
		return false ;
		}
	if (document.getElementById('txtZipcode').value == '') {
		alert('Uw postcode is verplicht') ;
		document.getElementById('txtZipcode').focus() ;
		return false ;
		}
	if (document.getElementById('txtCity').value == '') {
		alert('Uw plaats is verplicht') ;
		document.getElementById('txtCity').focus() ;
		return false ;
		}
*/		
	if (document.getElementById('txtPhone').value == '') {
		alert('Uw telefoonnummer is verplicht') ;
		document.getElementById('txtPhone').focus() ;
		return false ;
		}
	if (document.getElementById('txtEmail').value == '') {
		alert('Uw email is verplicht') ;
		document.getElementById('txtEmail').focus() ;
		return false ;
		}
	return true ;
}
function embedHeader() {
	//document.write ('<embed name="1" src="qaewqwE">')
	//document.write (' <object></object>')
	//document.write ('</embed>')
	document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="742" height="135">');
	document.write ('<param name="movie" value="/images/flash/header.swf">');
	document.write ('<param name="quality" value="high">');
	document.write ('<embed src="/images/flash/header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="742" height="135"></embed>');
	document.write ('</object>');
}
function embedBanner() {
	document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="335" height="134">');
	document.write ('<param name="movie" value="images/flash/main.swf">');
	document.write ('<param name="quality" value="high">');
	document.write ('<embed src="images/flash/main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="335" height="134"></embed>');
	document.write ('</object>');

}