function Pullmenu(gopilih)
{
   var url = gopilih.options[gopilih.selectedIndex].value;
   var target = gopilih.options[gopilih.selectedIndex].id;
   gopilih.selectedIndex=0;
   gopilih.blur();
   if (url)
   {
      NewWin=window.open(url,target);
      window['NewWin'].focus()
   }
}
function qs(){
if(!window.encodeURIComponent)return true;
var f=document.formSear;
var qe=encodeURIComponent(f.searWords.value);
 if(f.area)if(f.area.value==2){document.location="http://www.google.com/search?q="+qe;return false;}
   var pt=document.location.pathname;if(f.action)if(f.action!="")pt=f.action;
   var ue=pt+"?searWords="+qe;if(f.search)ue+="&search="+f.search.value;if(f.match)ue+="&match="+f.match.value;
   document.location=ue;return false;
}

//Jump to page
document.write("<table width='100%' cellpadding='2' cellspacing='0' border='0'>");
document.write("<tr valign='middle'><td align='center'>");
document.write("<fieldset>");
document.write("For Netscape User<br>");
document.write("<form name='menupilih' action=''>");
document.write("<select class='select1' name='selemenu'>");
document.write("<option id='_self' selected value='#'>Select Pages</option>");
document.write("<option id='_self' value='index.html'>Main Pages</option>");
document.write("<option id='_self' value='member.html'>Member</option>");
document.write("<option id='_self' value='komputer.html'>Computer</option>");
document.write("<option id='_self' value='elektronika.html'>Electronics</option>");
document.write("<option id='_self' value='matematika.html'>Mathematics</option>");
document.write("<option id='_self' value='fisika.html'>Physics</option>");
document.write("<option id='_self' value='kontruksi.html'>Biology</option>");
document.write("<option id='_self' value='kontruksi.html'>Chemistry</option>");
document.write("<option id='_self' value='kontruksi.html'>Mechanics</option>");
document.write("<option id='_self' value='berita.html'>Science News</option>");
document.write("<option id='_self' value='map.html'>Map Sites</option>");
document.write("<option id='_blank' value='http://phpbb-host.com/phpbb/?mforum=suryanet'>Forum</option>");
document.write("<option id='_blank' value='http://pub8.bravenet.com/chat/show.php/639245056'>Live Chating</option>");
document.write("</select>");
document.write(" <input class='input2' type='button' value='Go' onclick='Pullmenu(this.form.selemenu);'>");
document.write("</form>");
document.write("</fieldset>");
document.write("</td></tr>");
document.write("</table>");

// Search on the sites
document.write("<table width='100%' cellpadding='2' cellspacing='0' border='0'>");
document.write("<tr valign='middle'><td class='bg9' align='center'>");
document.write("<b>Search On this Sites</b>");
document.write("</td></tr>");
document.write("<tr valign='middle'><td align='center' onmouseover='cOn(this);' onmouseout='cOut(this);'>");
document.write("<fieldset>");
document.write("Masukan Kata Kunci");
document.write("<br>");
document.write("<form name=\"formSear\" target=\"_self\" method=\"GET\" action=\"search.html\" onSubmit=\"return qs();\">");
document.write("<input name=\"searWords\" type=\"text\" size=12> ");
document.write("<input class='input2' name=\"Send\" type=\"submit\" value=\"Go\">");
document.write("</form>");
document.write("</fieldset>");
document.write("</td></tr>");
document.write("</table>");
