function callShortCut()
{
  i = document.formmain.select1.options[document.formmain.select1.selectedIndex].value;
  switch(i){
  case "1":
  window.location="/appliances.html";
  break;
  case "2":
  window.location="/Electronics.html";
  break;
  case "3":
  window.location="/grocery.html";
  break;
  case "4":
  window.location="/dish.html";
  break;
  case "5":
  window.location="/jewelers.html";
  break;
  case "6":
  window.location="/perfumes.html";
  break;
  case "7":
  window.location="/wireless.html";
  break;
  case "8":
  window.location="/products&services.html";
  break;
  case "9":
  window.location="/.html";
  break;
  case "10":
  window.location="/.html";
  break;
   }
}
