function jumpto(x){

if (document.form1.jumpmenu.value != "null") {
	document.location.href = x
	}
}
document.writeln( '<table border="0" align="center" width="755"><tr><td>' );   
document.writeln( '<a href="http://www.usled.com/home6/index.htm"><img src="http://www.usled.com/home6/images/logo.png" border=0 alt="US LED Home Page"></a><br><br></td><td align="right" valign="bottom" class="bottomfont">' );   
document.writeln( '<table border=0 cellspacing=0 cellpadding=5><tr><td>' );   
document.writeln( '&nbsp;<br><form method=get action="http://www.usled.com/asp/admin/search.asp">' );
document.writeln( '<input type=text name="prod" size=15 style="font-size:8pt;"> <input type=submit style="font-size:8pt;background:#009900; color:white;" value="Search Products">' );
document.writeln( '</form></td>' );
document.writeln( '<td>&nbsp;<br><form name="form1">' );
document.writeln( '<select style="font-size:8pt;font-family:tahoma;" name="jumpmenu" onChange="jumpto(document.form1.jumpmenu.options[document.form1.jumpmenu.options.selectedIndex].value)">' );
document.writeln( '<option value="">Product Quick Link</option>' );
document.writeln( '<option value=http://www.usled.com/home6/products/accent2.htm>Accent 2</option>' );
document.writeln( '<option value=http://www.usled.com/home6/products/dimming.htm>Dimming</option>' );
document.writeln( '<option value=http://www.usled.com/home6/products/life_extender.htm>Life Extender</option>' );
document.writeln( '<option value=http://www.usled.com/home6/products/megawhite.htm>MegaWhite Series</option>' );
document.writeln( '<option value=http://www.usled.com/home6/products/psa.htm>Power Supply</option>' );
document.writeln( '<option value=http://www.usled.com/home6/products/rightlight.htm>Right Light Series</option>' );
document.writeln( '<option value=http://www.usled.com/home6/products/tadpole.htm>Tadpole Series</option>' );
document.writeln( '<option value=http://www.usled.com/home6/products/wires.htm>Wires</option>' );
document.writeln( '</select></form></td></tr></table>' );
document.writeln( '</td></tr></table>' );















