<!--#include virtual="advancedsearch.js"-->
<table width="164" border="0" cellpadding="0" cellspacing="0" background="images/leftnav.jpg">
<tr>
<td width="5"> </td>
<td width="159" height="315">
<script language="javascript">
<!--
function Links() {
switch (type) {
case "0":
if (document.selectform.infomenu[document.selectform.infomenu.selectedIndex].value = 'Bases') {
document.location.href = '/radiant/flu_bases.html'; }
else if (document.selectform.infomenu[document.selectform.infomenu.selectedIndex].value = 'Lamps') {
document.location.href = '/radiant/flu_lamps.html'; }
break;
case "1":
if (document.selectform.infomenu[document.selectform.infomenu.selectedIndex].value = 'Bases') {
location.href = '/radiant/inc_bases.html'; }
else if (document.selectform.infomenu[document.selectform.infomenu.selectedIndex].value = 'Lamps') {
location.href = '/radiant/inc_lamps.html'; }
else if (document.selectform.infomenu[document.selectform.infomenu.selectedIndex].value = 'Filaments') {
location.href = '/radiant/inc_filaments.html'; }
break;
case "2":
if (document.selectform.infomenu[document.selectform.infomenu.selectedIndex].value = 'Lamps') {
location.href = '/radiant/com_lamps.html'; }
break;
case "3":
if (document.selectform.infomenu[document.selectform.infomenu.selectedIndex].value = 'Bases') {
location.href = '/radiant/hid_bases.html'; }
else if (document.selectform.infomenu[document.selectform.infomenu.selectedIndex].value = 'Lamps') {
location.href = '/radiant/hid_lamps.html'; }
break;
}
}
//-->
</script>
<form method="get" name="selectform" onSubmit="return Links()">
<br>
<font face="Arial, Helvetica, sans-serif" size="2"><b>Lamp Family:</b></font><br>
<select name="select" onChange="Dropdown(this.form.select.options[this.form.select.selectedIndex].value)">
<option value="">Select Lamp Family</option>
<option value="0">Fluorescent</option>
<option value="1">Incandescent</option>
<option value="2">CFL</option>
<option value="3">HID</option>
</select>
<br>
<font face="Arial, Helvetica, sans-serif" size="2"><b>Properties:</b></font><br>
<select name="infomenu">
<option value="" selected>Select Family First</option>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
</select>
<br>
<input type=image src="/radiant/database/images/search_new.gif" width="62" height="22" name="image" border="0">
</form>
<script language="JavaScript">
<!--
document.selectform.reset();
//--></script>
</td>
</tr>
</table>