// JavaScript Document
 
 
 
 //<![CDATA[
  function show(element){
           element.className += "hover";
   }
 function hide(element){
           element.className = element.className = "";
     }
	 
	 function openMovie(url,breedte,hoogte){
MovieWindow = window.open(url,'site','toolbar=0,location=0,directories=0,statusbar=0,menubar=0,scrollbars=0,resizable=0,width='+breedte+',height='+hoogte);
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
    //]]>
