function addlist(){
var selectList = document.sexch.exch;
if (selectList.value == "ca" ){
//alert("im in nse");
var llen = document.sexch.indxs.length;
var sellst = document.sexch.indxs;
for (i=1; i<=parseInt(llen); i++){
document.sexch.indxs.length--;
}
sellst.options[0] = new Option( "Select hotel and book a room",'sl');
}
//alert(hname);
//alert(category);
if (selectList.value == "maldives" ){
//alert("im in nse");
var llen = document.sexch.indxs.length;
var sellst = document.sexch.indxs;
for (i=1; i<=parseInt(llen); i++){
document.sexch.indxs.length--;
}
sellst.options[0] = new Option("bathala-island-resort","../hotel/bathala-island-resort-maldives.html");
sellst.options[1] = new Option("full-moon-resort","../hotel/full-moon-resort-maldives.html");
sellst.options[2] = new Option("holiday-island-maldives","../hotel/holiday-island-maldives.html");
sellst.options[3] = new Option("kuramathi-village-hotel","../hotel/kuramathi-village-hotel-male.html");
sellst.options[4] = new Option("kuredu-island-resort","../hotel/kuredu-island-resort.html");
sellst.options[5] = new Option("kurumba-village","../hotel/kurumba-village.html");
sellst.options[6] = new Option("laguna-beach-resort","../hotel/laguna-beach-resort.html");
sellst.options[7] = new Option("lily-beach","../hotel/lily-beach.html");
sellst.options[8] = new Option("meeru-island-resort","../hotel/meeru-island-resort.html");
sellst.options[9] = new Option("olhuveli-and-spa-resort","../hotel/olhuveli-and-spa-resort.html");
sellst.options[10] = new Option("paradise-island","../hotel/paradise-island.html");
sellst.options[11] = new Option("royal-island-resort","../hotel/royal-island-resort-and-spa.html");
sellst.options[12] = new Option("soneva-fushi","../hotel/soneva-fushi.html");
sellst.options[13] = new Option("sun-island","../hotel/sun-island.html");
sellst.options[14] = new Option("taj-coral-reef-resort","../hotel/taj-coral-reef-resort.html");  
sellst.options[15] = new Option("vilu-reef-beach","../hotel/vilu-reef-beach.html");  
sellst.options[16] = new Option("white-sands-resort","../hotel/white-sands-resort-and-spa.html"); }

var len = selectList.options.length;
//selectList.options[len] = new Option("cc", "cc");
  }
    function loadPage()
  {
  var i
  i=document.sexch.indxs.value
  if(i=="sl")
	{
	return false;
	}
  //alert(i)  
    window.location.href=i
	  }












