function go(){
if (document.selector.select1.options[document.selector.select1.selectedIndex].value != "") {
location = document.selector.select1.options[document.selector.select1.selectedIndex].value
 }
}

document.writeln("<FORM NAME=\"selector\">")
document.writeln("<select name=\"select1\" size=\"1\">")
document.writeln("<option value=\"rightmain.htm\">Home Page")
document.writeln("<option value=\"chat.htm\">Chat for Allahabadi")
document.writeln("<option value=\"virusinfo.htm\">Virus Clean-Online")
document.writeln("<option value=\"comprice.htm\">Computer Price")
document.writeln("<option value=\"domainnr.htm\">Domain Name Registration")
document.writeln("<option value=\"Jobs.htm\">Jobs")
document.writeln("<option value=\"cddetails.htm\">GamesCD")
document.writeln("<option value=\"greeting.htm\">greetings")
document.writeln("<option value=\"searcheng.htm\">Multiple Search Engines")
document.writeln("<option value=\"webmail.htm\">Email Solution")
document.writeln("<option value=\"Networking.htm\">Networking Solution")
document.writeln("<option value=\"datapro.htm\">Data Protection")
document.writeln("<option value=\"webdev.htm\">Web Development")
document.writeln("<option value=\"softwdev.htm\">Software Development")
document.writeln("<option value=\"downloads.htm\">download softwares")
document.writeln("<option value=\"linkindiansites.htm\">Official Sites in India")
document.writeln("<option value=\"linkimportant.htm\">Links To Important Sites")
document.writeln("<option value=\"language.htm\">Learn Diffrent Languages")
document.writeln("<option value=\"http://www.mahaestores.com/160569\">New A.C. T.V. Fridge Etc.")
document.writeln("</select>")
document.writeln("<input type=\"button\" Value=\"GO\" onClick=\"go()\">")
document.writeln("</FORM>")