function input(ab)
	{
	k=new Array();
	k[0]="Adiatric";
	k[1]="Cities";
	k[2]="Natural Wonders";
	k[3]="Information";
	k[4]="Packages";
	k[4]="Property";
	
	alert(k[ab]);
		
	}
	
	
	function changepos(){
	window.location="holidays.htm";
	
	}
	
