document.write('<form>');
document.write('<select name="mainnav" onChange="MM_jumpMenu(\'self\',this,0)" class="kitsdropdowns">');
document.write('<option value="#">Type of product:</option>');
//document.write('<option value="type_of_new_products.html">New Products</option>');
document.write('<option value="grip_clamps.html">Grip / Clamps</option>');
document.write('<option value="fabrics_reflectors.html">Fabrics / Reflectors</option>');
document.write('<option value="led.html">LED</option>');
document.write('<option value="daylight_soft.html">Daylight Soft</option>');
document.write('<option value="daylight_hard.html">Daylight Hard</option>');
document.write('<option value="tungsten_soft.html">Tungsten Soft</option>');
document.write('<option value="tungsten_hard.html">Tungsten Hard</option>');
document.write('<option value="portable_lighting_kits.html">Portable Lighting Kits</option>');
document.write('</select>');
document.write('</form>');