// JavaScript Document



function openen(){
window.open('video.html','Video',
'width=406,height=320,scrollbars=no,toolbar=no,location=no, resizable=no'); 
}

function openenmatinee(){
window.open('matinee.html','Video',
'width=420,height=240,scrollbars=no,toolbar=no,location=no, resizable=no'); 
}

function openenkids(){
window.open('kids.html','Video',
'width=420,height=240,scrollbars=no,toolbar=no,location=no, resizable=no'); 
}

function openendaguitstap(){
window.open('daguitstapvideo.html','Video',
'width=420,height=240,scrollbars=no,toolbar=no,location=no, resizable=no'); 
}


  
      <!--
      function changeImage() {
        newImage = "url(images/tablebg2.jpg)";
        document.getElementById('alles').style.backgroundImage = newImage;
		
		 new2Image = "url(images/menubg.jpg)";
        document.getElementById('MENU').style.backgroundImage = new2Image;
		
		document.getElementById("content").style.display = "block";
		document.getElementById("bottom").style.display = "block"; 
		//document.getElementById("MENU").style.display = "block"; 
		
      }
      //-->
	  
	  
	 
function showMail(){    
//laag.style.display = "block"; 
//mail.style.display = "block"; 

document.getElementById("laag").style.display = "block";
document.getElementById("mail").style.display = "block";
    
}
function hideMail(){    
//laag.style.display = "none"; 
//mail.style.display = "none"; 
  
 
document.getElementById("laag").style.display = "none";
document.getElementById("mail").style.display = "none";  
}


  
