

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("zoekENG.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="zoekENG.htm">')
	document.write('<table width="100%" class="ZoekVenster"><tr><td style="width:80px">Find:<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="Find" 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="algemeenENG.htm"><SPAN buttonType="LeftNav" CLASS="LeftNavOff">General</SPAN></a><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortENG0.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Manuals</SPAN></a><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortENG1.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Diagrams</SPAN></a><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortENG2.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=soortENG3.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=soortENG4.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=soortENG5.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Other</a></SPAN><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF=soortENG6.htm><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Switches</a></SPAN><br>')
	document.write('<img alt border="0" height="2" src="images/line.gif" width="164"><br>')
	document.write('<A HREF="bestelENG.htm"><SPAN buttonType="LeftNav" CLASS="LeftNavOff">Order</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="algemeenNL.htm"><img alt border="0" src="images/dutch.gif" width="40"><br><font color="#FFFFFF">Nederlandse versie</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>')
}
