function zip_selector() {
				
				var country = document.getElementById("country");
				
				var cit_ciid1 = document.getElementById("cit_ciid1");
				var cit_ciid2 = document.getElementById("cit_ciid2");
				var cit_ciid3 = document.getElementById("cit_ciid3");
				
				if(country.value == 320)
				{ 
					cit_ciid1.style.display = "inline";
					cit_ciid2.style.display = "none";
					cit_ciid3.style.display = "none";
					
					cit_ciid1.name = "cit_ciid";
					cit_ciid2.name = "none";
					cit_ciid3.name = "none";
				}
				
				if(country.value == 253)
				{ 
					cit_ciid1.style.display = "none";
					cit_ciid2.style.display = "inline";
					cit_ciid3.style.display = "none";
					
					cit_ciid1.name = "none";
					cit_ciid2.name = "cit_ciid";
					cit_ciid3.name = "none";
				}
				
				if(country.value == 443)
				{ 
					cit_ciid1.style.display = "none";
					cit_ciid2.style.display = "none";
					cit_ciid3.style.display = "inline";
					
					cit_ciid1.name = "none";
					cit_ciid2.name = "none";
					cit_ciid3.name = "cit_ciid";
				}	
				
			}
			
			
			
//For Country Button in Map		
function map_button1() {
	
				var map_button_left1 = document.getElementById("map_button_left1");
				var map_button_left2 = document.getElementById("map_button_left2");
				
				map_button_left1.style.display = "none";
				map_button_left2.style.display = "block";
				
				var map_button_right1 = document.getElementById("map_button_right1");
				var map_button_right2 = document.getElementById("map_button_right2");
				
				map_button_right1.style.display = "block";
				map_button_right2.style.display = "none";	
	
}

function map_button2() {
	
				var map_button_left1 = document.getElementById("map_button_left1");
				var map_button_left2 = document.getElementById("map_button_left2");
				
				map_button_left1.style.display = "block";
				map_button_left2.style.display = "none";	
	
}

function map_button3() {
	
				var map_button_right1 = document.getElementById("map_button_right1");
				var map_button_right2 = document.getElementById("map_button_right2");
				
				map_button_right1.style.display = "none";
				map_button_right2.style.display = "block";	
				
				var map_button_left1 = document.getElementById("map_button_left1");
				var map_button_left2 = document.getElementById("map_button_left2");
				
				map_button_left1.style.display = "block";
				map_button_left2.style.display = "none";	
	
}

function map_button4() {
	
				var map_button_right1 = document.getElementById("map_button_right1");
				var map_button_right2 = document.getElementById("map_button_right2");
				
				map_button_right1.style.display = "block";
				map_button_right2.style.display = "none";	
	
}



//For Map Mouseover
function map_holder0() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map.gif";
}
				
function map_holder1() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map1.gif";
}

function map_holder2() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map2.gif";
}

function map_holder3() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map3.gif";
}

function map_holder4() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map4.gif";
}

function map_holder5() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map5.gif";
}

function map_holder6() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map6.gif";
}

function map_holder7() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map7.gif";
}

function map_holder8() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map8.gif";
}

function map_holder9() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map9.gif";
}

function map_holder10() {
	            var map_holder = document.getElementById("map_holder");
				map_holder.src = "images/images/map/map10.gif";
}






