// JavaScript Document
document.write("<b><font size='1' style='font-family: verdana, MS Sans Serif; font-size: 12px' color='#999999' font-weight='bold'>RPG companies </font></b>")
document.write("<br>")
document.write("<select name='profiles' size='1' style='font-family: arial, MS Sans Serif; font-size: 11px; width:180px ' OnChange='jumptoprofiles();'>")
document.write("<option value='' style='color:#333333; background-color:#f9fafa' >----- select -----</option>")

document.write("<optgroup label='Power' style='background-color:#ecf3fb; color:#292a2c'  >")
document.write("<option value='cesc.html' style='color:#333333; background-color:#ecf3fb' >CESC</option>")
document.write("<option value='npcl.html' style='color:#333333; background-color:#ecf3fb' >Noida Power Company</option>")
document.write("</optgroup>")

document.write("<optgroup label='Tyres' style='background-color:#ecf3fb; color:#292a2c' >")
document.write("<option value='ceat.html'  style='color:#333333; background-color:#ecf3fb'>CEAT</option>")
document.write("<option value='kelani.html'  style='color:#333333; background-color:#ecf3fb'>CEAT Srilanka</option>")
document.write("</optgroup>")

document.write("<optgroup label='Transmission' style='background-color:#ecf3fb; color:#292a2c' >")
document.write("<option value='kec.html' style='color:#333333; background-color:#ecf3fb'>KEC International</option>")
document.write("<option value='cables.html' style='color:#333333; background-color:#ecf3fb'>RPG Cables</option>")
document.write("</optgroup>")

document.write("<optgroup label='IT' style='background-color:#ecf3fb; color:#292a2c' >")
document.write("<option value='zensar.html' style='color:#333333; background-color:#ecf3fb'>Zensar Technologies</option>")
document.write("</optgroup>")

document.write("<optgroup label='Retail' style='background-color:#ecf3fb; color:#292a2c' >")
document.write("<option value='sretail.html' style='color:#333333; background-color:#ecf3fb'>Spencer's Retail</option>")
document.write("<option value='musicworld.html' style='color:#333333; background-color:#ecf3fb'>Music World</option>")
document.write("<option value='booksandbeyond.html' style='color:#333333; background-color:#ecf3fb'>Books and Beyond</option>")
document.write("</optgroup>")

document.write("<optgroup label='Entertainment' style='background-color:#ecf3fb; color:#292a2c' >")
document.write("<option value='saregama.html' style='color:#333333; background-color:#ecf3fb'>Saregama</option>")
document.write("<option value='openMagazine.html' style='color:#333333; background-color:#ecf3fb'>Open Media Network</option>")
document.write("</optgroup>")

document.write("<optgroup label='Carbon Black' style='background-color:#ecf3fb; color:#292a2c' >")
document.write("<option value='pcb.html' style='color:#333333; background-color:#ecf3fb'>Phillips Carbon Black</option>")
document.write("</optgroup>")

document.write("<optgroup label='Speciality' style='background-color:#ecf3fb; color:#292a2c' >")
document.write("<option value='lifescience.html' style='color:#333333; background-color:#ecf3fb'>RPG Life Sciences</option>")
document.write("<option value='raychem.html' style='color:#333333; background-color:#ecf3fb'>Raychem RPG</option>")
document.write("<option value='hm.html' style='color:#333333; background-color:#ecf3fb'>Harrisons Malayalam</option>")
document.write("</optgroup>")

document.write("<optgroup label='Others' style='background-color:#ecf3fb; color:#292a2c' >")
document.write("<option value='stravel.html' style='color:#333333; background-color:#ecf3fb'>Spencer's Travel Services </option>")
document.write("<option value='shotel.html' style='color:#333333; background-color:#ecf3fb'>Spencer's Hotel Services </option>")
document.write("</optgroup>")


document.write("</select>")