<!--
function locate() 
{
option=document.forms[0].dropdown.options[document.forms[0].dropdown.selectedIndex].text
txt=option
if (txt=="Cutting Edge Technologies Page"){name="../cet.shtml"}
if (txt=="- Fuel Pump"){name="cetpump.shtml"}
if (txt=="- Anti-locking Brake System"){name="cetabs.shtml"}
if (txt=="- Hydraulic Engine Mount"){name="../cet03.shtml"}
if (txt=="- Artificial Lung"){name="../cet0Y.shtml"}
if (txt=="- Hemming"){name="../hemming.shtml"}
if (txt=="- Stamping"){name="../stamping.shtml"}
if (txt=="- Deep Drawing"){name="../deepdrawing.shtml"}
if (txt=="- Rolling"){name="../rolling.shtml"}
if (txt=="- RF Ablation of Tissues"){name="../cet02.shtml"}
if (txt=="- Blood Vessel Wall"){name="../cet06.shtml"}
if (txt=="- Neutrophil in Capillary"){name="../cet04.shtml"}
location=name
}
// -->
