<!-- hide from old browsers
function getMenu1(form){
  if(form.WhichPage1.selectedIndex == 0)
   document.location="grooms/general.htm" ;
  if(form.WhichPage1.selectedIndex == 1)
    document.location="grooms/agg.htm";
  if(form.WhichPage1.selectedIndex == 2)
    document.location="grooms/arora.htm";
  if(form.WhichPage1.selectedIndex == 3)
    document.location="grooms/brahmin.htm";
  if(form.WhichPage1.selectedIndex == 4)
    document.location="grooms/bhumi.htm";
  if(form.WhichPage1.selectedIndex == 5)
    document.location="grooms/christian.htm";
  if(form.WhichPage1.selectedIndex == 6)
    document.location="grooms/cosmo.htm";
  if(form.WhichPage1.selectedIndex == 7)
    document.location="grooms/divorcee.htm";
  if(form.WhichPage1.selectedIndex == 8)
    document.location="grooms/garh.htm";
  if(form.WhichPage1.selectedIndex == 9)
    document.location="grooms/gujrati.htm";
    if(form.WhichPage1.selectedIndex == 10)
    document.location="grooms/himachali.htm";
  if(form.WhichPage1.selectedIndex == 11)
    document.location="grooms/hindu.htm";
  if(form.WhichPage1.selectedIndex == 12)
    document.location="grooms/jain.htm";
  if(form.WhichPage1.selectedIndex == 13)
    document.location="grooms/jat.htm";
  if(form.WhichPage1.selectedIndex == 14)
    document.location="grooms/kashyap.htm";
  if(form.WhichPage1.selectedIndex == 15)
    document.location="grooms/kayastha.htm";
  if(form.WhichPage1.selectedIndex == 16)
    document.location="grooms/khatri.htm";
  if(form.WhichPage1.selectedIndex == 17)
    document.location="grooms/kurmi.htm";
  if(form.WhichPage1.selectedIndex == 18)
    document.location="grooms/mahes.htm";
if(form.WhichPage1.selectedIndex == 19)
    document.location="grooms/Malyali.htm";
  if(form.WhichPage1.selectedIndex == 20)
    document.location="grooms/marathi.htm";
  if(form.WhichPage1.selectedIndex == 21)
    document.location="grooms/mangalik.htm";
  if(form.WhichPage1.selectedIndex == 22)
    document.location="grooms/muslim.htm";
  if(form.WhichPage1.selectedIndex == 23)
    document.location="grooms/nri.htm";
  if(form.WhichPage1.selectedIndex == 24)
    document.location="grooms/punjabi.htm";
  if(form.WhichPage1.selectedIndex == 25)
    document.location="grooms/rajput.htm";
    if(form.WhichPage1.selectedIndex == 26)
    document.location="grooms/sikh.htm";
  if(form.WhichPage1.selectedIndex == 27)
    document.location="grooms/sindhi.htm";
  if(form.WhichPage1.selectedIndex == 28)
    document.location="grooms/swarn.htm";
  if(form.WhichPage1.selectedIndex == 29) 
    document.location="grooms/widow.htm";
  if(form.WhichPage1.selectedIndex == 30)
    document.location="grooms/yadav.htm";
  if(form.WhichPage1.selectedIndex == 31)
    document.location="grooms/tamil.htm";
  if(form.WhichPage1.selectedIndex == 32)
    document.location="grooms/telgu.htm";
  
}
// done hiding -->
