function a(url) {
email = window.open(url,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,left=100,top=100,x=1,y=1,width=800,height=600");
}
function b(URL,breed,hoog) {
window.open(URL, '', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=yes,left=100,top=100,x=100,y=100,width='+breed+',height='+hoog);
}
function c(URL) {
window.open(URL, '', "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=160,top=160,x=160,y=160,width=620,height=360");
}

 var bVersie=parseInt(navigator.appVersion);
 var bNaam=navigator.appName;
 var sTemp = self.location.href;
 if(sTemp.indexOf("bnnieuw=true") == 0){

if ((top.document.domain == "bikenet.nl")||(top.document.domain == "www.bikenet.nl")){
if (top.frames.length < 3){
  document.write('<FRAMESET BORDER=0 FRAMESPACING=0 FRAMEBORDER=0 ROWS="80,*" >'); 
  document.write('<FRAME NAME="header" SRC="/header_linksmasterbordertop.html" SCROLLING=NO MARGINWIDTH="0" MARGINHEIGHT="0" FRAMEBORDER=NO BORDER="0" NORESIZE>');
  document.write('<FRAMESET BORDER=0 FRAMESPACING=0 FRAMEBORDER=0 COLS="160,*">');
  document.write('<FRAME NAME="left" SRC="/left_linksmasterbordertop.html" SCROLLING=NO MARGINWIDTH="0" MARGINHEIGHT="0" FRAMEBORDER=NO BORDER="0" NORESIZE>');
  if (bVersie <= 4){
   if (bNaam == "Microsoft Internet Explorer"){
  document.write('<FRAME NAME="body" SRC="#document" SCROLLING=AUTO MARGINWIDTH=0 MARGINHEIGHT=0>');
}
   else
   document.write('<FRAME NAME="body" SRC="#document" SCROLLING=AUTO MARGINWIDTH=0 MARGINHEIGHT=0>');}
  if (bVersie >= 4) {
  if (bNaam == "Microsoft Internet Explorer"){
   document.write('<FRAME NAME="body" SRC="" SCROLLING=AUTO MARGINWIDTH=0 MARGINHEIGHT=0>');
   top.frames[2].location="#document";}
  else
  document.write('<FRAME NAME="body" SRC="#document" SCROLLING=AUTO MARGINWIDTH=0 MARGINHEIGHT=0>');}
  document.write('</FRAMESET>');
  document.write('</FRAMESET>');
}
}
 }


