<!-- hide from old browsers
function getMenu1(form){
  if(form.WhichPage1.selectedIndex == 0)
       document.location="archive/features/2.htm";
  if(form.WhichPage1.selectedIndex == 1)
    document.location="archive/features/3.htm";
  if(form.WhichPage1.selectedIndex == 2)
    document.location="archive/features/4.htm";
  if(form.WhichPage1.selectedIndex == 3)
    document.location="archive/features/5.htm";
  if(form.WhichPage1.selectedIndex == 4)
    document.location="archive/features/6.htm";
  if(form.WhichPage1.selectedIndex == 5)
    document.location="archive/features/7.htm";
  if(form.WhichPage1.selectedIndex == 6)
    document.location="archive/features/8.htm";
  if(form.WhichPage1.selectedIndex == 7)
    document.location="archive/features/9.htm";
  if(form.WhichPage1.selectedIndex == 8)
    document.location="archive/features/10.htm";
  if(form.WhichPage1.selectedIndex == 9)
    document.location="features.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 -->