function selprod()
{

switch  (products.value)
{
case "anesthesia":
	location.href ="sel_anesthesia.aspx"
	break
case "autoclaves":
	location.href ="sterilizers.aspx?win=autoclaves"
	break
case "balances":
	location.href ="sel_scales_balances.aspx?win=balances"
	break
case "rocker":
	location.href ="blood_rocker.aspx"
	break
case "cages":
	location.href ="cages.aspx"
	break
case "centrifuge":
	location.href ="sel_centrifuge.aspx"
break
case "hematocrit":
	location.href ="crit_centrifuge.aspx"
break
case "microtube":
	location.href ="micro_tube_centrifuge.aspx"
break
case "stdcentrifuge":
	location.href ="std_centrifuge.aspx"
break


case "cryogenics":
	location.href ="cryogenics.aspx"
break
case "distiller":
	location.href ="distiller.aspx"
break
case "fume":
	location.href ="sel_fumehoods.aspx"
break
case "furnaces":
	location.href ="furnaces.aspx"
break


case "incubators":
	location.href ="incubators.aspx"
	break
//case "lighting":
//	location.href ="lighting.aspx"
//break
case "medical":
	location.href ="medical_cabinet.aspx"
	break
case "microscope":
	location.href ="sel_microscope.aspx"
	break
case "labmicroscope":
	location.href ="lab_micro.aspx"
	break
case "edumicroscope":
	location.href ="edu_micro.aspx"
	break
case "stereomicroscope":
	location.href ="stereo_micro.aspx"
	break
case "scales":
	location.href ="sel_scales_balances.aspx?win=scales"
break
case "benchtopscale":
	location.href ="benchtop_scales.aspx?win=scales"
break
case "digitalgramscale":
	location.href ="gram_scales.html?win=scales"
break
case "labanimalscale":
	location.href ="lab_animal_scales.aspx?win=scales"
break
case "pediatricscale":
	location.href ="pediatric_scales.aspx?win=scales"
break
case "sinks":
	location.href ="laboratory_sinks.aspx"
break
case "photometer":
	location.href ="spectrophotometer.aspx"
break
case "sterilizers":
	location.href ="sterilizers.aspx?win=sterilizers"
break


case "stools":
	location.href ="stools.aspx"
break
case "syringe":
	location.href ="syringepump.aspx"
break

case "tables":
	location.href ="sel_tables_carts.aspx"
break
case "assembly":
	location.href ="instrument_assembly_station.aspx"
break
case "mobinstr":
	location.href ="mobile_instrument_tables.aspx"
break
case "mobilework":
	location.href ="mobile_work_tables.aspx"
break
case "multitier":
	location.href ="multi_tier_work_station.aspx"
break

case "utility":
	location.href ="utility_tables.aspx"
break
case "carts":
	location.href ="utility_carts.aspx"
break

case "waterbath":
	location.href ="waterbath.aspx"
break
}
}

var pos = location.search.indexOf('=');
var win = location.search.substring(pos+1);

document.write ("<p align=left>");
document.write ("<table border=0  width=641>");
document.write ("<td valign=top>");
document.write ("<table border=1 cellpadding=0 cellspacing=0  width=450>");

if (win == 'home')
{
document.write ("<td height=5 align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 align=center>");
}
document.write ("<A class=menumain href=index.aspx?win=home >Home</A></td>");

if (win == 'order')
{
document.write ("<td height=5 align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 align=center>");
}
document.write ("<A class=menumain href=order.aspx?win=order >Order</A></td>");


if (win == 'contactus')
{
document.write ("<td height=5 align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 align=center>");
}
document.write ("<A class=menumain href=contactus.aspx?win=contactus >Contact Us</A></td>");


if (win == 'cusquote')
{
document.write ("<td height=5 align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 align=center>");
}
document.write ("<A class=menumain href=quote.aspx?win=cusquote >Get&nbsp;Quote</A></td>");

if (win == 'aboutus')
{
document.write ("<td height=5 align=center bgcolor=#ffffc6>");
}
else
{
document.write ("<td height=5 align=center>");
}
document.write ("<A class=menumain href=about_us.aspx?win=aboutus >About&nbsp;Us</A></td>");

document.write (" </table>");

document.write ("</td>");

document.write ("<td align=right>");
document.write ("<select class=BodyText12B name=products id=products onchange='selprod()';>");
document.write ("<option value=prodlist>** Product List **</option>");
document.write ("<option value=anesthesia>Anesthesiology</option>");
document.write ("<option value=autoclaves>Autoclaves</option>");
document.write ("<option value=balances>Balances</option>");
document.write ("<option value=rocker>Blood Rocker</option>");
document.write ("<option value=cages>Cages</option>");
document.write ("<option value=centrifuge>Centrifuges</option>");
document.write ("<option value=cryogenics>Cryogenics</option>");
document.write ("<option value=distiller>Distillers</option>");
document.write ("<option value=fume>Fume Hoods</option>");
document.write ("<option value=furnaces>Furnaces</option>");
document.write ("<option value=heatmantle>Heating Mantles</option>");
document.write ("<option value=incubators>Incubators</option>");
//document.write ("<option value=lighting>Lighting</option>");
document.write ("<option value=medical>Medical Cabinet</option>");
document.write ("<option value=microscope>Microscopes</option>");
document.write ("<option value=scales>Scales</option>");
document.write ("<option value=sinks>Sinks</option>");
document.write ("<option value=photometer>Spectphotometers</option>");
document.write ("<option value=sterilizers>Sterilizers</option>");
document.write ("<option value=stirrer>Stirrers</option>");
document.write ("<option value=stools>Stools</option>");
document.write ("<option value=syringe>Syringe Pump</option>");

document.write ("<option value=tables>Tables</option>");

document.write ("<option value=waterbath>Waterbath</option>");
document.write ("</select>");

document.write ("</td>");
document.write ("</p>");





