//france
	
	Country = "France";
	
	//margins for name and dealer placement
		ml = 412;
		mt = 203;
		
	function france(){
			
	//margins for image placement
		//declared for the function
			ml = 412;
			mt = 203;
		// image for map overlay	
		//southafrica = new Image();
		document.getElementById('country').src = "images/europe/france.gif";
		document.getElementById('country').width = 39;
		document.getElementById('country').height = 32;
		document.getElementById('country2').style.marginLeft =  ml +'px';
		document.getElementById('country2').style.marginTop =  mt +'px';
	
	}
	
	
	//name display
		// create the layer to be displayed
		france3 = new Object();
			mln = ml - 40;
			mtn = mt - 40;
		france3.goleft = mln +'px';
		france3.gotop= mtn +'px';	
		
		
		//france3.goleft = '295px';
		//france3.gotop='209px';
		france3.goborder = 'thin solid #000000';
		france3.gobgcolor = '#ffffcc';
		france3.gocolor = '#000000';
		france3.gopadding = '5px';
		france3.group = 4;
		france3.pages = "#";
		france3.innerHTML = Country;
	
	//dealers
	france2 = new Object();
	france2.goleft = '0px';
	france2.gotop='0px';
	france2.goborder = 'thin solid #000066';
	france2.gobgcolor = '#1915A3';
	france2.gocolor = '#ffffff';
	france2.gopadding = '5px';
	france2.innerHTML = ""
	france2.group = -1;
	france2.pages = "http://www.bioblock.com";
	//france2.pagetar ="_blank";
