function downloadpopup(bestand,teller)
{
	windowstyle = 'width=450,height=320,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=yes,top=150,left=200,leftmargin=0,topmargin=0,marginwidth=0,marginheight=0,screenX=0,screenY=0';   
	window.open( "\\downloads\\download_popup.asp?bestand=" + bestand + "&teller=" + teller , "download" , windowstyle );
}

function downloadpopup2()
{
	windowstyle = 'width=450,height=320,directories=no,location=no,menubar=no,scrollbars=no,status=yes,toolbar=no,resizable=yes,top=150,left=200,leftmargin=0,topmargin=0,marginwidth=0,marginheight=0,screenX=0,screenY=0';   
	window.open( "\\downloads\\download_popup2.asp" , "download" , windowstyle );
}

function picpopup(foto)
{
   windowstyle = 'width=640,height=480,directories=no,location=no,menubar=no,scrollbars=no,status=yes,toolbar=no,resizable=yes,top=100,left=100,leftmargin=0,topmargin=0,marginwidth=0,marginheight=0,screenX=0,screenY=0';   window.open( foto , "test" , windowstyle );

}


var popup_message="MRdirect -=<SyRo 2002>=-";

function noway(go)
{
   if (document.all)
   {
      if (event.button == 2)
      {
         alert(popup_message);
         return false;
      }
   }
   if (document.layers)
   {
      if (go.which == 3)
      {
         alert(popup_message);
         return false;
      }
   }
}

if (document.layers)
{
   document.captureEvents(Event.MOUSEDOWN);
}
// document.onmousedown=noway();                   //wordt er op muis knop gedrukt vor het scriptje "noway" uit!
// document.body.style.overflow='hidden';        //geen scrolbars zelfs als de pagina uit beeld loopt!

