

oLastBtn=0;
function RaiseButton(){
	window.event.cancelBubble=true;
	oBtn = window.event.srcElement;
	bChosen = false;
	if(oLastBtn && oLastBtn != oBtn){
		HideButton();
	}
	if(oBtn.buttonType){
		oBtn.className = oBtn.buttonType + "Up";
		oLastBtn=oBtn;
		}
	else {
	oLastBtn = 0;
	}
}
function DepressButton(){
	window.event.cancelBubble=true;
	oBtn = window.event.srcElement;
	if(oBtn.buttonType){
		oBtn.className = oBtn.buttonType + "Down";
	}
}
function HideButton(){
	if ((oLastBtn.buttonType == "LeftNavChosen") || (oLastBtn.buttonType == "LeftNavSubChosen") || (oLastBtn.buttonType == "appNavChosen") || (oLastBtn.buttonType == "appNavSubChosen")) {
		oLastBtn.className = oLastBtn.buttonType;
	}
	else {
	oLastBtn.className = oLastBtn.buttonType + "Off";
	}
}


function buildMenu(){


	document.write('<script language="javascript">')
	document.write('	function zoeken(){')
	document.write('	location.replace("zoekNL.htm?zoekTekst=" + document.frm.zoekTekst.value)' )
	//document.write('	oZoek.zoek(frm.zoekTekst.value);')
	document.write('}');
	document.write('</script>')
	document.write('<td valign=top bgcolor="#0082BF" width="164" bordercolor="#000000">')
	document.write('<form name="frm" method="GET" action="zoekNL.htm">')
	document.write('<table width="100%" class="ZoekVenster"><tr><td style="width:80px">Zoeken:<br>')

	//document.write('<input type=text size="10" name="zoekTekst"	style="width:152px">&nbsp;<input type="submit" value="Zoek" onClick="javascript:zoeken()"></td></tr></table>')
	document.write('<input type=text size="10" name="zoekTekst" value="' + sZoekTekst + '" style="width:152px">&nbsp;<input type="submit" value="Zoeken" onClick="javascript:zoeken()"></td></tr></table>')
	document.write('</form>')
	
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF="algemeenNL.htm"><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Algemeen</SPAN></a><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortNL0.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Handleidingen</SPAN></a><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortNL1.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Schema\'s</SPAN></a><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortNL2.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Transistors</a></SPAN><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortNL3.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Potentio meters</a></SPAN><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortNL4.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">IC\'s</a></SPAN><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortNL5.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Diversen</a></SPAN><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortNL6.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Schakelaars</a></SPAN><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF="bestelNL.htm"><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Bestellen</SPAN></a><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	
		document.write('<br><br><center><A CLASS="menu" HREF="algemeenENG.htm"><img alt border="0" src="images/english.gif" width="40"><br><font color="#FFFFFF">English version</font></A></center>')
	
	document.write('<br><br><br><br><a href="http://nl.nedstatbasic.net/cgi-bin/viewstat?name=riki"><img src="http://nl.nedstatbasic.net/cgi-bin/nedstat.gif?name=riki" border=0 alt="" nosave width=22 height=22></a>');
	var s = '<img src="http://nl.nedstatbasic.net/cgi-bin/referstat.gif?name=riki&refer="';
	s += (escape(self.document.location));
	s += '" width=1 height=1 align="right">';
	document.write(s);
	document.write('</td>')
}

