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