//USA
	
	Country = "United States of America";
	
	function unitedStates(){
		document.getElementById('country').src = "images/northamerica/Canada.gif";
		document.getElementById('country').width = 190;
		document.getElementById('country').height = 145;
		document.getElementById('country2').style.marginLeft = '27px';
		document.getElementById('country2').style.marginTop = '72px';
	}
	
	//var marginTest = '140px';

	//name display
		// create the layer to be displayed
		unitedStates3 = new Object();
		unitedStates3.goleft = '101px';
		unitedStates3.gotop='101px';
		unitedStates3.goborder = 'thin solid #000000';
		unitedStates3.gobgcolor = '#ffffcc';
		unitedStates3.gocolor = '#000000';
		unitedStates3.gopadding = '5px';
		unitedStates3.group = 4;
		unitedStates3.pages = "#";
		unitedStates3.innerHTML = Country;
	
	//layer display
	unitedStates2 = new Object();
	unitedStates2.goleft = '0px';
	unitedStates2.gotop='0px';
	unitedStates2.goborder = 'thin solid #000066';
	unitedStates2.gobgcolor = '#1915A3';
	unitedStates2.gocolor = '#ffffff';
	unitedStates2.gopadding = '5px';
	unitedStates2.innerHTML = ""
	unitedStates2.group = -1;
	unitedStates2.pages = "http://www.adamas-beta.com";
	