
function show(e) { 
  var menu = document.getElementById("menu"); 
  var anchorTags = menu.getElementsByTagName("dd"); 
  for (var i = 0; i < anchorTags.length ; i++) 
  { 
    anchorTags[i].style.display='none'; 
  } 
  var dd = document.getElementById(e); 
  dd.style.display='block'; 
 
} 

function DisplayWork(image, txt) {
  document.myImage.src=image;
  document.myImage.border=2;
  document.myImage.style.visibility='visible';
  if (document.getElementById('myText')) {
     document.getElementById('myText').innerHTML=txt;
  }
 
}

function PrintAlbum(dir,totalOfPictures)
{
	var count = 1; 

	var url =location.href;
	document.write('<div class=slider sborient="vertical" orient="vertical">');
	while (count <= totalOfPictures ) {
	    document.write('<a class="link" onMouseDown="javascript:DisplayWork(\'');
	    document.write(dir);
	    document.write(count);
	    document.write('.jpg\', \'\')">');
        document.write('<IMG class="thumbnail" width=70px; src="');
	    document.write(dir);
	    document.write(count);
	    document.write('.jpg" border=0></a><br>');
	    count++;
	}
	document.write('</div>');
}

function PrintefficientAlbum(dir,totalOfPictures)
{
	var count = 1; 

	var url =location.href;
	document.write('<div class=slider sborient="vertical" orient="vertical">');
	while (count <= totalOfPictures ) {
	    document.write('<a class="link" onMouseDown="javascript:DisplayWork(\'');
	    document.write(dir);
	    document.write(count);
	    document.write('.jpg\', \'\')">');
        document.write('<IMG class="thumbnail" width=70px; src="');
	    document.write(dir);
	    document.write('small\\');
	    document.write(count);
	    document.write('.jpg" border=0></a><br>');
	    count++;
	}
	document.write('</div>');
}
function PrintMenu(item)
{

  	document.write('<dl id="menu" >');
  	document.write('<dt onclick="javascript:show();"><a href="index.htm">Home</a></dt>');
  	document.write('<dt onclick="javascript:show(\'Feesten\');"><a href="Feesten.htm">Feesten</a></dt>');
		document.write('<dd id="Feesten">');
 	 	document.write('<a href="huwelijk.htm">Huwelijk</a>');
  		document.write('<a href="babyborrel.htm">Babyborrel</a>');
 	 	document.write('<a href="doop.htm">Doopfeest</a>');
  		document.write('<a href="communie.htm">Communifeest</a>');
  		document.write('<a href="kinderfeest.htm">Kinderfeest</a>');
  		document.write('<a href="verjaardag.htm">Verjaardagsfeest</a>');
  		document.write('<a href="tuinfeest.htm">Tuinfeest</a>');
  		document.write('<a href="opendeur.htm">Opening</a>');
  		document.write('<a href="jubileum.htm">Jubileum</a>');
  		document.write('<a href="benefiet.htm">Benefiet</a>');
		document.write('</dd>');
  	document.write('<dt onclick="javascript:show(\'Vervoer\');"><a href="vervoer.htm">Vervoer</a></dt>');
		document.write('<dd id="Vervoer">');
		document.write('<a href="Limousine.htm">Limousines</a>');
		document.write('<a href="suitewagens.htm">Suitewagens</a>');
  		document.write('<a href="paardenkoets.htm">Paard & Koets</a>');
  		document.write('<a href="andere.htm">Bussen</a>');
		document.write('</dd>');
	document.write('<dt onclick="javascript:show(\'Benodigdheden\');"><a href="benodigdheden.htm">Benodigdheden</a></dt>');
		document.write('<dd id="Benodigdheden">');
  		document.write('<a href="boeketten.htm">Bruidsboeket</a>');
  		document.write('<a href="houtboeketten.htm">Houten boeket</a>');
  		document.write('<a href="autostukken.htm">Auto Stukken</a>');
  		document.write('<a href="corsages.htm">Corsages</a>');
  		document.write('<a href="kerkversiering.htm">Kerkversiering</a>');
  		document.write('<a href="indrogen.htm">Indrogen</a>');
  		document.write('<a href="ringkussen.htm">Ringen</a>');
  		document.write('<a href="kaarsen.htm">Kaarsen</a>');
  		document.write('<a href="duifjes.htm">duifjes</a>');
  		document.write('<a href="rodeloper.htm">Rode loper</a>');
  		document.write('<a href="springkastelen.htm">Spring kastelen</a>');
  		document.write('<a href="boompjes.htm">Boompjes</a>');
  		document.write('<a href="diversen.htm">Diversen</a>');
  		document.write('<a href="benodigdheden_gastenboek.htm" >Gastenboek</a>');
		document.write('</dd>');	
  	document.write('<dt onclick="javascript:show(\'Diversen\');"><a href="hoofd_diversen.htm">Diversen</a></dt>');
		document.write('<dd id="Diversen">'); 
  		document.write('<a href="dj.htm">Dj</a></li>');
  		document.write('<a href="fotograaf.htm">Fotograaf</a>');
  		document.write('<a href="cameraman.htm">Cameraman/portret</a>');
		document.write('</dd>');	
  	document.write('<dt onclick="javascript:show(\'Geschenken\');"><a href="geschenken.htm">Geschenken</a></dt>');
		document.write('<dd id="Geschenken">'); 
  		document.write('<a href="spiegels.htm">Spiegels</a>');
  		document.write('<a href="bruidsuiker.htm">Bruidsuiker</a>');
  		document.write('<a href="karikaturen.htm">Karikatuur/portret</a>');
		document.write('</dd>');								
  	document.write('<dt onclick="javascript:show(\'Acts\');"><a href="Acts.htm">Acts</a></dt>');
		document.write('<dd id="Acts">');	
  		document.write('<a href="zanger.htm">Zanger(es)</a>');
  		document.write('<a href="travestie-act.htm">Travestie-act</a>');
  		document.write('<a href="sint.htm">Sinterklaas</a>');
  		document.write('<a href="sneltekenen.htm">Sneltekenen</a>');
  		document.write('<a href="actsdivers.htm">Diversen</a>');
		document.write('</dd>');	
  	document.write('<dt onclick="javascript:show(\'Traitteur\');"><a href="traiteur.htm">Traitteur</a></dt>');
		document.write('<dd id="Traitteur">');
  		document.write('<a href="receptie.htm">Receptie</a>');
  		document.write('<a href="buffet.htm">Buffet</a>');
  		document.write('<a href="barbeque.htm">Barbeque</a>');
  		document.write('<a href="ijstaart.htm">ijstaart/Desserts</a>');
  		document.write('<a href="frituurwagen.htm">Frituurwagen</a>');
		document.write('</dd>');
	document.write('<dt onclick="javascript:show(\'Referenties\');"><a href="referenties.htm">Referenties</a></dt>');
		document.write('<dd id="Referenties">'); 
  		document.write('<a href="referenties.htm">Bekende Mensen</a>');
  		document.write('<a href="reffeesten.htm">Feesten</a>');
  		document.write('<a href="inwerking.htm">In werking</a>');
		document.write('</dd>');	
	document.write('<dt onclick="javascript:show(\'Gastenboek\')"><a href="gastenboek.htm">Gastenboek</a></dt>');
  	document.write('<BR><BR><dt onclick="javascript:show(\'Airport\');"><a href="airport.htm">Airport-service</a></dt>');	
		document.write('<dd id="Airport">');
		document.write('<a href="airport-uitleg.html">uitleg</a>');
		document.write('<a href="airport-extra.html">extra</a>');
		document.write('</dd>');

	document.write('<dt onclick="javascript:show(\'contact\');"><a href="airportservice.htm">Contact</a></dt>');				
	document.write('</dl>');
	
	//document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	//document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ');
	//document.write('width="80" height="55">');
	//document.write('<param name="movie" value="sound.swf">');
	//document.write('<param name=quality value=high>');
	//document.write('<param name="wmode" value="transparent">');
	//document.write('<embed src="sound.swf" quality=high ');
	//document.write('pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" ');
	//document.write('type="application/x-shockwave-flash" width="80" height="55">wmode="transparent"</embed> ');
	//document.write('</object> ');
    show(item);
}


function PrintEnd()
{
  document.write('<!-- Start of StatCounter Code -->');
  document.write('<a href="http://www.statcounter.com/" target="_blank"><img src="http://c20.statcounter.com/counter.php?sc_project=2150069&amp;java=0&amp;security=7acb3bd7&amp;invisible=1" alt="web statistics" border="0"></a>'); 
  document.write('<!-- End of StatCounter Code -->');
}


