<!--
	var DivTop;
	var DivBot;
	var vartext0;
	var vartext1;
	var numteller=1;
		if (BrowseWhat!="Nothing to browse"){
			doc.title = ' Knutsel Frutsel - ' + DocTitle + doc.title.substring(doc.title.length-1,doc.title.length);
		InitScreenVars();
//		* * * * * * * * * * Resize elements * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		NumTop=0;	//517;
		DivBot=SchermHoog;
		//from the bottom up
		DivBot = DivBot - 20;	//Scrollbar
		vartext0 = '<div id="adres" style="position:absolute;top:' + DivBot + 'px;left:0px;width:' + SchermBreed + 'px;font-size:'+ AdresSize + 'pt">';
		vartext0 += '<div id="ad" align="center">Aangeboden door Knutsel&nbsp;Frutsel, Hoofddorpweg&nbsp;21, 1059&nbsp;CT Amsterdam. Tel/Fax&nbsp;6153994</div>';
		vartext0 += '</div>';
		doc.write(vartext0);
//		* * * * * * * * * * Number Buttons Top * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		DivBot = DivBot - (NumRows*NoGrootte) - VertMarg;
		vartext0 = '<div id="theindex" style="position:absolute;top:' + DivBot + 'px;left:0px;width:' + SchermBreed + 'px">'		 //Buttons Top
//		* * * * * * * * * * Number Buttons Position * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		vartext1 = ''
		for(index=1; index<=NumRows; index++){
			BeginLinks=(SchermBreed-(doc.ArrNumRows[index]*NoGrootte))/2;
			for (rowteller=1; rowteller<=doc.ArrNumRows[index]; rowteller++){
				vartext1 += '<div style="position:absolute;top:' + NumTop + 'px;left:' + BeginLinks + 'px"><img border="0" src="' + NumDir + "/no" + kleurN + GeefNoText(numteller) + NumExt + '"width="' + NoGrootte + '" height="' + NoGrootte + 'px" onmouseover="imActivate(\'im' + GeefNoText(numteller) + '\')" onmouseout="imDeActivate(\'im' + GeefNoText(numteller) + '\')" onclick="HandleClick(\'im' + GeefNoText(numteller) + '\')" name ="im' + GeefNoText(numteller) + '" alt="" /></div>';
				BeginLinks=BeginLinks+NoGrootte;
				numteller++;
			}
			NumTop=NumTop+NoGrootte;
		}
		doc.write(vartext0);
		doc.write(vartext1+'</div>');
//		* * * * * * * * * * Navigation * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *	
		DivBot = DivBot - NoGrootte - (2*VertMarg);
		vartext0 = '<div id="nav" style="position:absolute;top:' + DivBot + 'px;left:0px;width:' + SchermBreed + 'px">'	//Buttons Bestuur
		vartext0 += '<div id="na" align=center>'
		vartext0 += '<img src="images/bestuur/links.gif" alt = "Vorige" title="Vorige" height= ' + NavHeight + ' onclick="PrevIm()" />'
		vartext0 += '<img src="images/bestuur/rechts.gif" alt = "Volgende" title="Volgende" height= ' + NavHeight + ' onclick="NextIm()" />'
		vartext0 += '</div></div>'
		doc.write(vartext0);
//		* * * * * * * * * * Title * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		//from the top down
		DivTop = 95+VertMarg;
		vartext0 = '<div id="tit" style="position:absolute;top:' + DivTop + 'px;left:0px;width:' + SchermBreed + 'px;font-size:' + TextSize + 'pt">';
		vartext0 += '<div id="thetitle" align="center">';
		vartext0 += '</div></div>';
		doc.write(vartext0);
//		* * * * * * * * * * Picture * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		DivTop = DivTop + normalclientHeight + VertMarg;
		PicHeight = (DivBot-DivTop-(6*TextSize)-VertMarg);
		if ((PicHeight*1.33)>SchermBreed) {PicHeight=SchermBreed/1.33}
		vartext0 = '<div id="pic" style="position:absolute;top:' + DivTop  + 'px;left:0px;width:'  + SchermBreed + 'px">';
		vartext0 += '<div align=center><img src=""  height= "' + PicHeight + '" id="thepicture" alt="" /></div>';
		vartext0 += '</div>';
		doc.write(vartext0);
//		* * * * * * * * * * Description * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		DivTop = DivTop + PicHeight + VertMarg;
		vartext0 = '<div id="desc" style="position:absolute;top:' + DivTop + 'px;left:0px;height:' + (4*TextSize) + ';width:' + SchermBreed + 'px;font-size:' + TextSize + 'pt">';
		vartext0 += '<div id="thedesc" align=center></div>';
		vartext0 += '</div>';
		doc.write(vartext0);
		//		* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		}
//-->
