<!--

var isie=0;
if(window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)>=5.5)
  {
  isie=1;
  }
else
  {
isie=0;
  }
if(isie)
  {
  var html="";
  html+='<table style="border:1pt solid #404040" bgcolor="#E6E6EE" width="140" height="220" cellpadding="0" cellspacing="1">';
  html+='<st'+'yle type="text/css">\n';
  html+='a:link {text-decoration:none;font-family:Arial;font-size:8pt;}\n';
  html+='a:visited {text-decoration:none;font-family:Arial;font-size:8pt;}\n';
  html+='td {font-size:8pt;}\n';
  html+='<\/style>\n';
  html+='<sc'+'ript type="txt/javascript">\n';
  html+='\n<'+'!--\n';
  html+='window.onerror=null;\n';
  html+='/'+' -'+'->\n';
  html+='<\/script>\n';

  html+='<tr><td style="border:1pt solid #E6E9EE" id="i0" onmouseover="document.all.i0.style.background=\'#CFD6E8\';document.all.i0.style.border=\'1pt solid #737B92\';" onmouseout="document.all.i0.style.background=\'#E6E9EE\';document.all.i0.style.border=\'1pt solid #E6E9EE\';" onclick="window.parent.history.go(-1);"> <img src="img/menu/menuback.gif" width="12" height="12" border="0" hspace="0" vspace="0" align="absmiddle"> Terug<\/td><\/tr>';
  html+='<tr><td style="border:1pt solid #E6E9EE" id="i1" onmouseover="document.all.i1.style.background=\'#CFD6E8\';document.all.i1.style.border=\'1pt solid #737B92\';" onmouseout="document.all.i1.style.background=\'#E6E9EE\';document.all.i1.style.border=\'1pt solid #E6E9EE\';" onclick="window.parent.history.go(1);"> <img src="img/menu/menuforward.gif" width="12" height="12" border="0" hspace="0" vspace="0" align="absmiddle"> Vooruit<\/td><\/tr>';
  html+='<tr><td style="border:1pt solid #E6E9EE" id="i4" onmouseover="document.all.i4.style.background=\'#CFD6E8\';document.all.i4.style.border=\'1pt solid #737B92\';" onmouseout="document.all.i4.style.background=\'#E6E9EE\';document.all.i4.style.border=\'1pt solid #E6E9EE\';" onclick="window.parent.external.AddFavorite(window.top.location.href,window.top.document.title);"> <img src="img/menu/menufavorite.gif" width="12" height="12" border="0" hspace="0" vspace="0" align="absmiddle"> Toevoegen Favorieten<\/td><\/tr>';
  html+='<tr><td style="border:1pt solid #E6E9EE" id="i6" onmouseover="document.all.i6.style.background=\'#CFD6E8\';document.all.i6.style.border=\'1pt solid #737B92\';" onmouseout="document.all.i6.style.background=\'#E6E9EE\';document.all.i6.style.border=\'1pt solid #E6E9EE\';" onclick="window.print();"> <img src="img/menu/menuprint.gif" width="12" height="12" border="0" hspace="0" vspace="0" align="absmiddle"> Pagina printen<\/td><\/tr>';
  html+='<tr><td style="border:1pt solid #E6E9EE" id="i7" onmouseover="document.all.i7.style.background=\'#CFD6E8\';document.all.i7.style.border=\'1pt solid #737B92\';" onmouseout="document.all.i7.style.background=\'#E6E9EE\';document.all.i7.style.border=\'1pt solid #E6E9EE\';" onclick="window.parent.location.href=window.parent.location.href;"> <img src="img/menu/menurefresh.gif" width="12" height="12" border="0" hspace="0" vspace="0" align="absmiddle"> Verversen<\/td><\/tr>';
  html+='<tr><td style="border:1pt solid #E6E9EE" id="i8" onmouseover="document.all.i8.style.background=\'#CFD6E8\';document.all.i8.style.border=\'1pt solid #737B92\';" onmouseout="document.all.i8.style.background=\'#E6E9EE\';document.all.i8.style.border=\'1pt solid #E6E9EE\';" onclick="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=1.6; else window.parent.document.body.style.zoom=1.6;"> <img src="img/menu/menuzoom.gif" width="12" height="12" border="0" hspace="0" vspace="0" align="absmiddle"> Zoom In<\/td><\/tr>';
  html+='<tr><td style="border:1pt solid #E6E9EE" id="i9" onmouseover="document.all.i9.style.background=\'#CFD6E8\';document.all.i9.style.border=\'1pt solid #737B92\';" onmouseout="document.all.i9.style.background=\'#E6E9EE\';document.all.i9.style.border=\'1pt solid #E6E9EE\';" onclick="if(window.parent.document.body.style.zoom!=0) window.parent.document.body.style.zoom*=0.625; else window.parent.document.body.style.zoom=0.625;"> <img src="img/menu/menuzoom.gif" width="12" height="12" border="0" hspace="0" vspace="0" align="absmiddle"> Zoom Out<\/td><\/tr>';

  html+='<\/table>';
  var oPopup = window.createPopup();
  }

function dopopup(x,y)
  {
  if(isie)
    {
    var oPopupBody = oPopup.document.body;
    oPopupBody.innerHTML = html;
    oPopup.show(x, y, 140, 220, document.body);
   }
  }

function click(e)
  {
  if(isie)
     {
     if(document.all)
       {
       if(event.button==2||event.button==3)
         {
         dopopup(event.x-1,event.y-1);
         }
       }
    }
  }

if(isie)
  {
  document.oncontextmenu = function()
    {
    dopopup(event.x,event.y);return false;
    }
  document.onmousedown = click;
  }

//-->




<!--
  function breadcrumbs(){
    sURL = new String;
    bits = new Object;
    var x = 0;
    var stop = 0;
    var output = "<A HREF=\"/\">Home</A> | ";

    sURL = location.href;
    sURL = sURL.slice(8,sURL.length);
    chunkStart = sURL.indexOf("/");
    sURL = sURL.slice(chunkStart+1,sURL.length)

    while(!stop){
      chunkStart = sURL.indexOf("/");
      if (chunkStart != -1){
        bits[x] = sURL.slice(0,chunkStart)
        sURL = sURL.slice(chunkStart+1,sURL.length);
      }else{
        stop = 1;
      }
      x++;
    }

    for(var i in bits){
      output += "<A HREF=\"";
      for(y=1;y<x-i;y++){
        output += "../";
      }
      output += bits[i] + "/\">" + bits[i] + "</A> | ";
    }
    window.alert(output + document.title);
  }
// -->














<!--
//kijken hoe laat het is en hoe te begroeten
function groet(){
var nu = new Date();
var hrs = nu.getHours();
if (hrs < 6) document.write("Goedenacht, ");
else if (hrs >= 6 && hrs < 12) document.write("Goedemorgen, ");
else if (hrs >= 12 && hrs < 18) document.write("Goedemiddag, ");
else document.write("Goedenavond, ");
}
//-->





//De functie vandaag geeft in 1 string de dag, en een uitgebreide datum terug
function vandaag()
{
<!--hide for those weird browsers
date=new Date();
var day = new Array(7);
  day[0]="Zo. ";
  day[1]="Ma. ";
  day[2]="Di. ";
  day[3]="Wo. ";
  day[4]="Do. ";
  day[5]="Vr. ";
  day[6]="Za. ";
var day_num=date.getDay();
  
var month_name = new Array(12);
  month_name[0]="januari";
  month_name[1]="februari";
  month_name[2]="maart";
  month_name[3]="april";
  month_name[4]="mei";
  month_name[5]="juni";
  month_name[6]="juli";
  month_name[7]="augustus";
  month_name[8]="september";
  month_name[9]="oktober";
  month_name[10]="november";
  month_name[11]="december";
var month_num=date.getMonth();
//Y2K is OK!
var Y2K = date.getYear();
var year;
if(Y2K == 00)
   {year=20;}
 else
   {year=19;}

var teruggeefwaarde = day[day_num]+date.getDate()+ " " +month_name[month_num]+ " " +date.getYear();

return teruggeefwaarde

//-->

}




<!-- Begin
var place=1;
var Message="Welkom op de website van Björn Hoogenes. ";

function scrollIn() {
window.status=Message.substring(0, place);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollOut()",300); 
} else {
place++;
window.setTimeout("scrollIn()",50); 
   } 
}
function scrollOut() {
window.status=Message.substring(place, Message.length);
if (place >= Message.length) {
place=1;
window.setTimeout("scrollIn()", 100);
} else {
place++;
window.setTimeout("scrollOut()", 50);
   }
}
// End -->











//De functie bepaalt de max wenselijke breedte en hoogte van het scherm en maakt het deze grootte.
<!-- 
function MaxScreen() { 
window.moveTo(0, 0); 
var breedte=Math.min(screen.availWidth,1020);
var hoogte=Math.min(screen.availHeight,760);
top.window.resizeTo(breedte,hoogte);}
//--> 






<!-- Hiding
function multiLoad(doc1,doc2) {
parent.frmMain.location.href=doc1;
parent.frmBottom.location.href=doc2;
}
// -->


<!--
function schrijf_achtergrond(onderwerp, subniveau, statusbackbtn)
{
   // bestandsnaam toekennen
   if (onderwerp == "muziek")
      var bestandsnaam = "back_muziek.jpg";
   if (onderwerp == "cv")
      var bestandsnaam = "back_cv.jpg";  
   if (onderwerp == "weblinks")
      var bestandsnaam = "back_weblinks.jpg";  
   if (onderwerp == "contact")
      var bestandsnaam = "back_contact.jpg";  
   // locatie bestand bepalen

   var directory = "img/"; 
   for (var teller = 0; teller<subniveau; teller++)
   {
      directory = "../" + directory;
   }

//   var HtmlStatement = '<img src="' + directory + bestandsnaam + '"width=618 height:470 border=0>';  
//   document.write('<div id="Layer0" style="position:center; width:618px; height:470px; z-index:left: 0px; top: 0px0; ">');
//   document.write('<div align="center">');
//   document.write(HtmlStatement);
//   document.write('  </div>');
//   document.write('</div>');

}
// -->






<!--
function schrijf_bookmark(){

	var name = navigator.appName
	var version = navigator.appVersion;
	if (name == "Microsoft Internet Explorer" && version >= "4.0")
		document.write('Voeg deze site toe aan uw <a href="javascript:onClick=addbookmark()">Favorieten</a>')
	else
		document.write('Druk op Ctrl-D om deze website te bookmarken!')
}
    // -->


<!--
	var bookmarkurl="http://www.bhoogenes.nl"
	var bookmarktitle="Website van Björn Hoogenes"

	function addbookmark(){
		if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
	}
// -->







function isValidDate(strDate) {
   intYear = parseInt(strDate.substring(0,4))
   intMonth = parseInt(strDate.substring(4,6))
   intDay = parseInt(strDate.substring(6,8))
   month_length = new Array(31,29,31,30,31,30,31,31,30,31,30,31)
   if (intMonth == 2 && intDay > 28 && (intYear%4 > 0) ) {
      return false;
   }
   if (intDay > month_length[intMonth-1]) {
      return false;
   }
   return true;
}






<!--
function verzend_formulier(formuliernaam)
{

if (isValidEMail(formuliernaam.email.value)==false)
{alert ('Onjuist emailadres ingevoerd');
return true;}
//if (isValidDate(formuliernaam.Betreftdatum.value)==false)
//{alert ('Onjuiste datum ingevoerd');
//return true;}



formuliernaam.browsernaam.value=navigator.appName;
formuliernaam.browserversie.value=navigator.appVersion;
formuliernaam.internecodenaam.value=navigator.appCodeName;
formuliernaam.useragent.value=navigator.userAgent;
formuliernaam.mimetypes.value=navigator.mimeTypes;

formuliernaam.userInfo.value="Page Title:  "+document.title+"\n"+"Mailed From: "+document.location+"\n\n";


formuliernaam.submit();
bedankt="Beste "+formuliernaam.Aanhef.value+" "+formuliernaam.Naam.value+", "+"\n\n"+
"Bedankt voor uw reactie. De gegevens zijn zojuist verzonden.\nIk zal zo snel mogelijk hierop reageren."+"\n\n"+
"Met muzikale groeten, "+"\n\n"+
"Björn Hoogenes";
alert(bedankt);
formuliernaam.reset();
}








<!-- Tabellen selector
function movein(which,html)
{
which.style.background='#007CC5';
which.style.color='#FADB64';
description.innerHTML=html
}

function moveout(which)
{
which.style.background='';
which.style.color='#FADB64';
description.innerHTML='&nbsp;'
}

// -->

























<!-- TICKER
var delay=20;
var nextm=0;
var msg=new Array
(
'Welkom op www.bhoogenes.nl',
'Deze site is ook te vinden via:',
'piano.pagina.nl en',
'muzikanten.pagina.nl'
);

function start_ticker()
{
   do_ticker(msg[0], 0, 1);
}

function do_ticker(text, pos, dir)
{
   var out='<font face="Arial, Helvetica" color=darkyellow><font color=#00FFFF><strong><font size=-2>'+text.substring(0, pos)+'</font></font></strong>&nbsp;</font>';

        if(navigator.appName=="Netscape")
                with(document.ticker.document)
                {
                        open(); write(out); close();
                }
        else
                ticker.innerHTML=out;

        pos+=dir;

        if(pos>text.length)
                setTimeout('do_ticker("'+text+'",'+pos+','+(-dir)+')', delay*100);
        else
        {
                if(pos<0)
                {
                        if(++nextm>=msg.length)
                                nextm=0;
                        text=msg[nextm];
                        dir=-dir;
                }

                setTimeout('do_ticker("'+text+'",'+pos+','+dir+')', delay);
        }
}
// -->


<!-- Begin
function GeefDatum(tewijzigendatum)
{
var days = new Array(8);
days[1] = "zondag";
days[2] = "maandag";
days[3] = "dinsdag";
days[4] = "woensdag";
days[5] = "donderdag";
days[6] = "vrijdag";
days[7] = "zaterdag";
var months = new Array(13);
months[1] = "januari";
months[2] = "februari";
months[3] = "maart";
months[4] = "april";
months[5] = "mei";
months[6] = "juni";
months[7] = "juli";
months[8] = "augustus";
months[9] = "september";
months[10] = "oktober";
months[11] = "november";
months[12] = "december";
var dateObj = tewijzigendatum;
var wday = days[dateObj.getDay() + 1];
var lmonth = months[dateObj.getMonth() + 1];
var date = dateObj.getDate();
var fyear = dateObj.getYear();

var terugDate = wday + ", " +date + " " + lmonth  + " " + fyear;

return tewijzigendatum
}
// End -->















