function inforequest(abc, def) 
{
  // open the popup window
  var popupURL = "../files/inforequest.php?ac="+abc+"&ne="+def;
    var popup = window.open(popupURL,"Contactform",'resizable=1,location=0,width=800,height=800,scrollbars=yes');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {popup.location = popupURL; popup.focus(); }
}
function melen(uitgang,waar,wie){
 var toon;
 b=wie;b+='@';b+=waar;b+='.'+uitgang;naar=b;;
 document.write(naar);

}

