EDocDomain=""+document.domain+"";
na=""+navigator.appName+"";
sttxt="";
//var domainName = "http://192.168.1.212:7001";
//var domainName = "http://www2.secure-reservation.com";
//var domainName = "http://server3.secure-reservation.com";
var domainName = "http://www3.secure-reservation.com";

var webSiteDomain = ""+document.domain+"";

function EMailFriend() {
window.open("ForwardToFriend.html","EMFF","width=600,height=300,scrollbars=no,resizable=no,status=no");
}

var top_loc=""+top.location+"";
    var userType="";
	var userCode="";
	if((top_loc.indexOf("?"))!=-1){
		userType=top_loc.substring((top_loc.indexOf("?")+1),top_loc.indexOf("?")+2);
		userCode=top_loc.substring((top_loc.indexOf("=")+1));
		/*alert('userType - '+userType);
		alert('userCode - '+userCode);*/
	}

function checkValues(){
	tmpadd  	=document.forms["form1"].txtEmail.value;
	conName 	=document.forms["form1"].txtConName.value; 
	phone		=document.forms["form1"].txtPhone.value;
	hotName		=document.forms["form1"].txtHotName.value;
	hotWebsite	=document.forms["form1"].txtHotWebsite.value;
	Add1		=document.forms["form1"].txtAdd1.value;
	city		=document.forms["form1"].txtCity.value;
	postCode	=document.forms["form1"].txtPostCode.value;
	Location	=document.forms["form1"].cmbLocation.options[document.forms["form1"].cmbLocation.selectedIndex].value;
	LocationSp  =document.forms["form1"].txtLocationSp.value;

if(conName==""){
alert("Please enter contact name");
return;
}
if (tmpadd=="" || (tmpadd.indexOf(".")==-1) || (tmpadd.indexOf("@")==-1) || (tmpadd.indexOf(" ")>-1) || (tmpadd.indexOf("@")==tmpadd.length)|| (tmpadd.indexOf(".")==tmpadd.length-1) || (tmpadd.indexOf(".@")>-1) || (tmpadd.indexOf("@.")>-1) || (tmpadd.length<6)){
alert("Please enter a valid e mail address");
document.forms["form1"].txtEmail.value="";
return;
}
if(phone==""){
alert("Please enter a phone number");
return;
}
if(hotName==""){
alert("Please enter hotel name");
return;
}
if(hotWebsite==""){
alert("Please enter hotel website");
return;
}
if(Add1==""){
alert("Please enter address 1");
return;
}


if(city==""){
alert("Please enter a city");
return;
}
if((Location=="NULL")||(Location=="OTH" && LocationSp=="")){	
alert("Please enter a district");
return;
}
if(postCode==""){
alert("Please enter a postal code");
return;
}
document.forms["form1"].DomainName.value="Travel Stay Network";
document.forms["form1"].action=""+domainName+"/servlet/TravelStayNetwork.HotelSignup?Frame=Save&UserCode="+userCode+"";
document.forms["form1"].submit();
}
//Online-----------External Upload

//var top_loc=""+top.location+"";

/*
	var top_loc=""+top.location+"";
	var userType="";
	var userCode="";
	if((top_loc.indexOf("?"))!=-1){
		userType=top_loc.substring((top_loc.indexOf("?")+1),top_loc.indexOf("?")+2);
		userCode=top_loc.substring((top_loc.indexOf("=")+1));
		alert('userType - '+userType);
		alert('userCode - '+userCode);
	}

*/

function def_values() {

  if(userCode=='WH1'){ 
    document.forms["form1"].txtConName.value = 'Guido';
    document.forms["form1"].txtEmail.value = 'london@asatours.co.uk';
    document.forms["form1"].txtPhone.value = '020 7388 4445';
    document.forms["form1"].txtFax.value = '020 7388 7623';
//	document.forms["form1"].UserCode.value='WH1';
  }
    if(userCode=='WH19')
  { 
    document.forms["form1"].txtConName.value = 'TTT';
    document.forms["form1"].txtEmail.value = 'londonT@asatours.co.uk';
    document.forms["form1"].txtPhone.value = '020 7388 24445';
    document.forms["form1"].txtFax.value = '020 7388 27623';
	//document.forms["form1"].UserCode.value='WH19';
  }
  if(userCode=='WH9')
  { 
    document.forms["form1"].txtConName.value = 'TTT111';
    document.forms["form1"].txtEmail.value = 'londonT1@asatours.co.uk';
    document.forms["form1"].txtPhone.value = '020 7388 244451';
    document.forms["form1"].txtFax.value = '020 7388 276231';

  }

}

function checkFinals(){
if((top_loc.indexOf("?"))==-1){
alert('Hotel Wizard Should be activated from the beginning');
window.location=""+domainName+"/html/TravelStayNetwork/HotelSignup/HotelSignup1.html";
return;
}else{

hot_code=top_loc.substring((top_loc.indexOf("?")+1),top_loc.length);
//alert(hot_code);

//hot_code=top_loc.substring((top_loc.indexOf("?")+1),(top_loc.indexOf("&")));
//WSCode = top_loc.substring((top_loc.indexOf("=")+1),top_loc.length);
//alert(hot_code);
//alert(WSCode);
//hot_code=top_loc.substring((top_loc.indexOf("?")+1),top_loc.length);
}

//alert(hot_code);

	userName  		=document.forms["form1"].txtUserName.value;
	passWord 		=document.forms["form1"].txtPassWord.value; 
	passWordRpt		=document.forms["form1"].txtPassWordRpt.value;
	passWordQues	=document.forms["form1"].txtPassWordQues.value;
	
	if(userName==""){
		alert("Please enter a user name");
		return;
	}
	if(passWord==""){
		alert("Please enter a password");
		return;
	}
	if(passWordRpt==""){
		alert("Please enter password again");
		return;
	}
	if(passWord!=passWordRpt){
		alert("Re-enter password incorrect");
		return;
	}	
	//if(passWordQues==""){
	//	alert("Please enter a password question");
	//	return;
	//}	
	
//	if (DocDomain=="192.168.1.212"){
//---	document.forms["form1"].action="http://www.etspl.com/servlets/TravelStayNetwork.HotelSignup?Frame=SavePg2&HotCode="+hot_code+""
//	}else{*/
//--------Online	
//alert('aaa');
//document.forms["form1"].action=""+domainName+"/servlet/TravelStayNetwork.HotelSignup?Frame=SavePg2&HotCode="+hot_code+"&UserCode="+WSCode+""
document.forms["form1"].action=""+domainName+"/servlet/TravelStayNetwork.HotelSignup?Frame=SavePg2&HotCode="+hot_code+"&UserCode="+userCode+"";
//document.forms["form1"].action=""+domainName+"/servlet/TravelStayNetwork.HotelSignup?Frame=SavePg2&HotCode="+hot_code+""


//document.forms["form1"].action=""+domainName+"/servlet/TravelStayNetwork.HotelSignup?Frame=SavePg2&HotCode="+hot_code+"&UserCode="+userCode+""

//	}
	document.forms["form1"].submit();

}


var top_loc=""+top.location+"";
function load_non_asa(){
var_id = top_loc.substring(top_loc.indexOf("=")+1,top_loc.length);
if (Number(var_id)){
parent.frames[1].location.replace("http://www.travelstay.com/search/rooms_search.asp?aff=LHSAV&cat1=&cat2=acc&acc="+var_id+"");
}
}

function book_mark(){
if (navigator.appName.indexOf('Microsoft')>-1){
window.external.AddFavorite(document.location,document.title);
}else{
alert("Press &quot;Ctrl+D&quot; to Bookmark This Site");
}
}



function citytoDistrict(tt)
{	
	//alert(obj.value);

	var district1 = new Array ();
	
	/**
	*  this one for the london city displying district to that
	*
	*/
	
		var n = 1;
	district1[0] = new Array();
	district1[0][0] = "London";

	district1[0][n] = new Array ("LC144","Acton");
	district1[0][++n] = new Array ("LC27","Bankside");
	district1[0][++n] = new Array ("LC01","Bayswater");
	district1[0][++n] = new Array ("LC41","Belgravia");
	district1[0][++n] = new Array ("LC106","Bethnal Green");
	
	//district1[0][++n] = new Array ("LC241","Blackpool Lancashire");	

	district1[0][++n] = new Array ("LC02","Bloomsbury");
	district1[0][++n] = new Array ("LC03","Bond Street");
	district1[0][++n] = new Array ("LC83","Borough");
	district1[0][++n] = new Array ("LC24","Brent Cross");
	
	district1[0][++n] = new Array ("LC248","Brentford");
	district1[0][++n] = new Array ("LC51","Camden");
	//district1[0][++n] = new Array ("LC282","Chamba");	
	
	
	
	district1[0][++n] = new Array ("LC45","Chelsea");
	//district1[0][++n] = new Array ("LC109","Cheshunt");
	
	district1[0][++n] = new Array ("LC237","Chiswick");
	district1[0][++n] = new Array ("LC226","City London");
	district1[0][++n] = new Array ("LC20","City, East Central London");

	
	district1[0][++n] = new Array ("LC171","Clapham");
	district1[0][++n] = new Array ("LC189","Clerkenwell");
	district1[0][++n] = new Array ("LC04","Covent Garden");

	district1[0][++n] = new Array ("LC36","Croydon, Near Gatwick");
	
	district1[0][++n] = new Array ("LC172","Crystal Palace");
	district1[0][++n] = new Array ("LC32","Docklands");
	district1[0][++n] = new Array ("LC25","Ealing");
	district1[0][++n] = new Array ("LC05","Earls Court");
	//district1[0][++n] = new Array ("LC98","East Edinburgh");
	district1[0][++n] = new Array ("LC94","East Finchley");
	district1[0][++n] = new Array ("LC112","East London");
	district1[0][++n] = new Array ("LC165","Edgware");
	//district1[0][++n] = new Array ("LC222","Essex");
	
	district1[0][++n] = new Array ("LC253","Feltham");

	
	district1[0][++n] = new Array ("LC46","Finchley");
	district1[0][++n] = new Array ("LC47","Finsbury Park");
	district1[0][++n] = new Array ("LC80","Forest Gate");
	district1[0][++n] = new Array ("LC06","Gatwick Airport");	
	district1[0][++n] = new Array ("LC143","Golders Green");
	district1[0][++n] = new Array ("LC72","Greenwich");
	district1[0][++n] = new Array ("LC121","Hackney");
	district1[0][++n] = new Array ("LC48","Hammersmith");
	district1[0][++n] = new Array ("LC07","Hampstead");	
    district1[0][++n] = new Array ("LC115","Haringey");	
	
	district1[0][++n] = new Array ("LC263","Harrow");


	//district1[0][++n] = new Array ("LC108","Hatfield");
	district1[0][++n] = new Array ("LC08","Heathrow");
	district1[0][++n] = new Array ("LC30","Highgate");
	
	district1[0][++n] = new Array ("LC173","Holloway, North London");
	
	district1[0][++n] = new Array ("LC229","Hyde Park");
	district1[0][++n] = new Array ("LC174","Ilford");
	district1[0][++n] = new Array ("LC09","Islington");
	
	district1[0][++n] = new Array ("LC287","Kensal Green, North Central London");

//    district1[0][++n] = new Array ("LC144","Acton");
	district1[0][++n] = new Array ("LC10","Kensington");
	
	//district1[0][++n] = new Array ("LC235","Kent");

	district1[0][++n] = new Array ("LC185","Kilburn");
	district1[0][++n] = new Array ("LC11","Kings Cross");
	district1[0][++n] = new Array ("LC166","Kingston");
	district1[0][++n] = new Array ("LC12","Knightsbridge");
	district1[0][++n] = new Array ("LC169","Leyton");
	district1[0][++n] = new Array ("LC206","Little Venice - Paddington");
	
	district1[0][++n] = new Array ("LC250","London Bridge");
	
	district1[0][++n] = new Array ("LC84","Maida Vale, Central London");
	
	district1[0][++n] = new Array ("LC85","Marble Arch, Centre of London");

	//district1[0][++n] = new Array ("LC70","Marlow");
	district1[0][++n] = new Array ("LC13","Marylebone");
	district1[0][++n] = new Array ("LC14","Mayfair");
	
	district1[0][++n] = new Array ("LC239","Mill Hill, North London");
	district1[0][++n] = new Array ("LC276","New Southgate");
	district1[0][++n] = new Array ("LC114","North London");
	//district1[0][++n] = new Array ("LC284","Northampton");

	
    district1[0][++n] = new Array ("LC15","Notting Hill");
	district1[0][++n] = new Array ("LC79","Old Street");
	district1[0][++n] = new Array ("LC175","Osterley");
	district1[0][++n] = new Array ("LC56","Outer London East");
	district1[0][++n] = new Array ("LC58","Outer London South");
	district1[0][++n] = new Array ("LC57","Outer London South East");
	district1[0][++n] = new Array ("LC59","Outer London South West");
	district1[0][++n] = new Array ("LC60","Outer London West");
	
	district1[0][++n] = new Array ("LC55","Outer North East London");
	district1[0][++n] = new Array ("LC54","Outer North London");	
	district1[0][++n] = new Array ("LC61","Outer North West London");
	
	district1[0][++n] = new Array ("LC16","Oxford Street, Centre of London");
	district1[0][++n] = new Array ("LC17","Paddington, Central London");
	district1[0][++n] = new Array ("LC18","Piccadilly, Centre of London");
	district1[0][++n] = new Array ("LC52","Pimlico, Central London");
	district1[0][++n] = new Array ("LC107","Plaistow, North East London");
	district1[0][++n] = new Array ("LC87","Putney, South West London");
	district1[0][++n] = new Array ("LC26","Regent Street, Centre of London");
	
	district1[0][++n] = new Array ("LC245","Regents Park, Central London");

	district1[0][++n] = new Array ("LC77","Rotherhithe, South Central London");
	//district1[0][++n] = new Array ("LC50","Sheperds Bush, West London");
	district1[0][++n] = new Array ("LC88","Shepherds Bush, West London");
	district1[0][++n] = new Array ("LC29","Shoreditch, East Central London");
	district1[0][++n] = new Array ("LC90","South Hampstead, North London");
	district1[0][++n] = new Array ("LC42","South Kensington, Central London");
	district1[0][++n] = new Array ("LC39","South London");
	district1[0][++n] = new Array ("LC34","South West London");
	district1[0][++n] = new Array ("LC28","Southwark, Central London");
	
	//district1[0][++n] = new Array ("LC262","Srinagar Kashmir");

	//district1[0][++n] = new Array ("LC89","St Albans");
	district1[0][++n] = new Array ("LC192","Stamford Hill, North London");
	district1[0][++n] = new Array ("LC19","Stansted Airport");
	district1[0][++n] = new Array ("LC78","Stonebridge");
	district1[0][++n] = new Array ("LC21","Strand, Centre of London");
	
	district1[0][++n] = new Array ("LC234","Stratford, East Central London");
	//district1[0][++n] = new Array ("LC252","Tel Aviv,Israel");

	district1[0][++n] = new Array ("LC49","Tooting, South London");
	district1[0][++n] = new Array ("LC43","Trafalgar, Centre of London");
	
	//district1[0][++n] = new Array ("LC280","Udaipur");
	district1[0][++n] = new Array ("LC236","Upton Park, East Central London");

	district1[0][++n] = new Array ("LC193","Uxbridge, North West Outer London");
	district1[0][++n] = new Array ("LC22","Vauxhall, South Central London");
	district1[0][++n] = new Array ("LC23","Victoria, Central London");
	district1[0][++n] = new Array ("LC31","Waterloo, Central London");
	//district1[0][++n] = new Array ("LC91","Welwyn Garden City");
	district1[0][++n] = new Array ("LC44","Wembley, West London");
	district1[0][++n] = new Array ("LC71","West Kensington, Central London");
	district1[0][++n] = new Array ("LC38","West London");
	district1[0][++n] = new Array ("LC37","Westminster, Central London");
	district1[0][++n] = new Array ("LC92","	Willesden, North London");
	//district1[0][++n] = new Array ("LC93","	Windsor");
	
	district1[0][++n] = new Array ("LC244","Woodford, East London");

	district1[0][++n] = new Array ("LC164","Woolwich, South East London");

// ####################################################################################


	district1[1] = new Array();
	district1[1][0] = "Manchester";
//	district1[1][1] = new Array("LC264","Chester");
	district1[1][1] = new Array("LC117","City Centre");
	district1[1][2] = new Array("LC145","West of City Centre");
	
	district1[2] = new Array();
	district1[2][0] = "Leeds";
	
//	district1[2][1] = new Array("LC247","Haworth");
	district1[2][1] = new Array("LC183","Headingley");
	district1[2][2] = new Array("LC205","Kirkstall");	
	district1[2][3] = new Array("LC281","Weetwood");
	
	
	district1[3] = new Array();
	district1[3][0] = "Glasgow";	
	district1[3][1] = new Array ("LC147","Central Glasgow");
	

	district1[3][2] = new Array ("LC283","Charing Cross");

	district1[3][3] = new Array ("LC157","Dumbarton (near Glasgow)");
	district1[3][4] = new Array ("LC160","Erskine (Near Glasgow Airport)");
//	district1[3][6] = new Array ("LC210","Glasgow");
	district1[3][5] = new Array ("LC161","Glasgow Airport");
	district1[3][6] = new Array ("LC123","Glasgow City Centre");
	district1[3][7] = new Array ("LC159","Kilmarnock (near Glasgow)");
	district1[3][8] = new Array ("LC158","Paisley (near Glasgow)");

	//district1[3][9] = new Array ("LC255","Polomont");

	district1[3][9] = new Array ("LC146","Prestwick Airport");
	district1[3][10] = new Array ("LC162","Renfrew (Nr Glasgow Airport)");
	
	district1[3][11] = new Array ("LC249","Renfrewshire");
	district1[3][12] = new Array ("LC150","West End");
	
	
	district1[4] = new Array();
	district1[4][0] = "Dublin";
	district1[4][1] = new Array ("LC122","Central Dublin");
	//district1[4][2] = new Array ("LC125","Dublin 1");
//	district1[4][3] = new Array ("LC126","Dublin 2");
//	district1[4][4] = new Array ("LC127","Dublin 3");
//	district1[4][5] = new Array ("LC128","Dublin 4");
//	district1[4][6] = new Array ("LC129","Dublin 5");
//	district1[4][7] = new Array ("LC130","Dublin 6");
//	district1[4][8] = new Array ("LC131","Dublin 7");
//	district1[4][9] = new Array ("LC132","Dublin 8");

	
	district1[5] = new Array();
	district1[5][0] = "Edinburgh";
	district1[5][1] = new Array ("LC95","Central Edinburgh");
	
	district1[5][2] = new Array ("LC231","City Centre");
	district1[5][3] = new Array ("LC251","Midlothian");
	
	district1[5][4] = new Array ("LC204","New Town");
	district1[5][5] = new Array ("LC97","North Central");
	district1[5][6] = new Array ("LC96","South Central");
	district1[5][7] = new Array ("LC105","West Central");
//	district1[5][8] = new Array ("LC105","Base Water");
	//district1[1][5] = new Array("LC113","Norwich");
	
	district1[6] = new Array();
	district1[6][0] = "Oxford";
	district1[6][1] = new Array ("LC120","City Centre");
	district1[6][2] = new Array ("LC139","Oxford City Centre");
	
	
	district1[7] = new Array();
	district1[7][0] = "Wolverhampton";
	district1[7][1] = new Array ("LC180","City Centre");
	district1[7][2] = new Array ("LC177","Walsall");
	district1[7][3] = new Array ("LC179","West of City Centre");
	
	
	district1[8] = new Array();
	district1[8][0] = "Exeter";	
//	district1[8][1] = new Array ("LC243","Cornwall");
	district1[8][1] = new Array ("LC213","East City Centre");
	//district1[8][3] = new Array ("LC203","Exeter");
	district1[8][2] = new Array ("LC212","North City Centre");
	
	district1[9] = new Array();
	district1[9][0] = "Cairndow";
	district1[9][1] = new Array ("LC207","Argyll");
//	district1[9][2] = new Array ("LC279","Palinuro Italy");
	
	district1[10] = new Array();
	district1[10][0] = "Hayling Island";
	district1[10][1] = new Array ("LC208","Hayling Island");	
	
	district1[11] = new Array();
	district1[11][0] = "Prestwick";
	district1[11][1] = new Array ("	LC209","South Ayrshire");	

	district1[12] = new Array();
	district1[12][0] = "St Andrews";
	district1[12][1] = new Array ("LC102","Central St Andrews");	
	//district1[12][2] = new Array ("LC217","Fife");	
	
	district1[13] = new Array();
	district1[13][0] = "Sorrento";
//	district1[13][1] = new Array ("LC211","Sorrento");	

	district1[14] = new Array();
	district1[14][0] = "Jodhpur";
//	district1[14][1] = new Array ("LC270","Bandhavgarh, Umaria");
//	district1[14][2] = new Array ("LC285","India, Delhi");
//	district1[14][3] = new Array ("LC221","Jodhpur");	
	
	district1[15] = new Array();
	district1[15][0] = "Ayr Near Prestwick Airport";
	//district1[15][1] = new Array ("LC224","Ayr");	
	
	district1[16] = new Array();
	district1[16][0] = "CY64";
	district1[16][1] = new Array ("LC227","Newyork");	
	
	district1[17] = new Array();
	district1[17][0] = "Aberdeen";
	district1[17][1] = new Array ("LC76","City Centre");	
	district1[17][2] = new Array ("LC271","West Of City Centre");


	district1[18] = new Array();
	district1[18][0] = "Telford";
	district1[18][1] = new Array ("LC178","City Centre");	
	
	district1[19] = new Array();
	district1[19][0] = "Alhama De Murcia";
//	district1[19][1] = new Array ("LC201","Murcia, Spain");
	
	district1[20] = new Array();
	district1[20][0] = "Nottingham";
//	district1[20][1] = new Array ("LC246","Derby");
	district1[20][1] = new Array ("LC184","West of City Centre");	
	
	district1[21] = new Array();
	district1[21][0] = "CY49";
	district1[21][1] = new Array ("LC194","New_Hot_Test2");	
	district1[21][2] = new Array ("LC195","Test_Hot_New3");	
	
	district1[22] = new Array();
	district1[22][0] = "Liverpool";
//	district1[22][1] = new Array ("LC238","Blackpool");
	district1[22][1] = new Array ("LC101","City Centre");	
//	district1[22][3] = new Array ("LC111","East London");	
	
	district1[23] = new Array();
	district1[23][0] = "East Sussex";
//	district1[23][1] = new Array ("LC196","Brighton");	
	
	district1[24] = new Array();
	district1[24][0] = "CY51";
	district1[24][1] = new Array ("LC198","Test_Hot101_District");	
	
	district1[25] = new Array();
	district1[25][0] = "Durham";	
	district1[25][1] = new Array ("LC138","City Centre");
	//district1[25][2] = new Array ("LC257","Stockton On Tees");
	
	district1[26] = new Array();
	district1[26][0] = "Prague";
	//district1[26][1] = new Array ("LC140","Central Prague");
	
	district1[27] = new Array();
	district1[27][0] = "Reading";	
	district1[27][1] = new Array ("LC269","North Central");
	district1[27][2] = new Array ("LC141","South of City Centre");
	
	district1[28] = new Array();
	district1[28][0] = "Norfolk";
	district1[28][1] = new Array ("LC274","Cromer");	
	
	district1[29] = new Array();
	district1[29][0] = "Bournemouth";
	district1[29][1] = new Array ("LC167","City Centre");
	
	district1[30] = new Array();
	district1[30][0] = "Inverness";
	district1[30][1] = new Array ("LC214","City Centre");
	
	district1[31] = new Array();
	district1[31][0] = "Bruges";
//	district1[31][1] = new Array ("LC168","City Centre");
	


	district1[32] = new Array();
	district1[32][0] = "Brighton";
	district1[32][1] = new Array ("LC100","Central Brighton");	
	district1[32][2] = new Array ("LC181","City Centre");	
	district1[32][3] = new Array ("LC134","Hove");	
	district1[32][4] = new Array ("LC272","North of City Centre");	


	
	district1[33] = new Array();
	district1[33][0] = "Bath";
	district1[33][1] = new Array ("LC135","City Centre");	
	
	district1[34] = new Array();
	district1[34][0] = "Norwich";
	district1[34][1] = new Array ("LC118","West of City Centre");	
	
	district1[35] = new Array();
	district1[35][0] = "Newcastle";
	district1[35][1] = new Array ("LC124","City Centre");	
//	district1[35][2] = new Array ("LC268","South Shields");
	
	district1[36] = new Array();
	district1[36][0] = "Cardiff";
	district1[36][1] = new Array ("LC133","City Centre");	
	district1[36][2] = new Array ("LC242","Riverside");
	
	district1[37] = new Array();
	district1[37][0] = "Newquay";
	district1[37][1] = new Array ("LC136","Sea Front");	
	
	district1[38] = new Array();
	district1[38][0] = "Belfast";
	district1[38][1] = new Array ("LC137","City Centre");	
	
	district1[39] = new Array();
	district1[39][0] = "Birmingham";
	district1[39][1] = new Array ("LC286","Acocks Green");
	district1[39][2] = new Array ("LC176","City Centre");	
	
	district1[40] = new Array();
	district1[40][0] = "Bristol";
	district1[40][1] = new Array ("LC116","City Centre");	
	
	district1[41] = new Array();
	district1[41][0] = "York";
	district1[41][1] = new Array ("LC190","Central York");
	//district1[41][2] = new Array ("LC267","Poland - Krakow");
	
	district1[42] = new Array();
	district1[42][0] = "Hatfield";
	district1[42][1] = new Array ("LC110","City Centre");	
	
	district1[43] = new Array();
	district1[43][0] = "Teesside";
	district1[43][1] = new Array ("LC259","Stockton On Tees");
	
	district1[44] = new Array();
	district1[44][0] = "Peterborough";
	district1[44][1] = new Array ("LC261","East of City Centre");
	
	district1[45] = new Array();
	district1[45][0] = "Falkirk";
	district1[45][1] = new Array ("LC258","Polomont");
	
	district1[46] = new Array();
	district1[46][0] = "Chester";
	district1[46][1] = new Array ("LC265","City Centre");
	
	district1[47] = new Array();
	district1[47][0] = "Doncaster";
	district1[47][1] = new Array ("LC260","South Central");
	
	//district1[48] = new Array();
//	district1[48][0] = "Amsterdam";
//	district1[48][1] = new Array ("LC167","City Centre");	
	
//	district1[49] = new Array();
//	district1[49][0] = "Cambridge";
	//district1[49][1] = new Array ("LC254","Peterborough");	
	//district1[49][2] = new Array ("LC275","San Jose Costa Rica");
	
	
//	district1[50] = new Array();
//	district1[50][0] = "Sheffield";
//	district1[50][1] = new Array ("LC256","Doncaster");

	var innetHT = "";
	var innetHT = "<select name = \"cmbLocation\" class=\"formobj\" onChange=\"\" style=\"font-size:12px\"> ";
		

	
	
	for(var z=0;z<district1.length;z++){
		
		if(district1[z][0]==tt){
		for(var i=1;i<=district1[z].length-1;i++){
				innetHT=innetHT+"<option value="+district1[z][i][0]+">"+district1[z][i][1]+"</option>"
				
			}
		}
	}
	
	innetHT=innetHT+"<option value=>Other</option>";
	innetHT=innetHT+"</select> "
	
	
	tes.innerHTML=innetHT; 
//	alert(obj.value);
//	alert(district1[0][0]);
}