//japan
	
	Country = "Japan";
	
	//margins for name and dealer placement
		ml = 594;
		mt = 182;
		
	function japan(){
			
	//margins for image placement
		//declared for the function
			ml = 594;
			mt = 182;
		// image for map overlay	
		//southafrica = new Image();
		document.getElementById('country').src = "images/asia/japan.gif";
		document.getElementById('country').width = 22;
		document.getElementById('country').height = 22;
		document.getElementById('country2').style.marginLeft =  ml +'px';
		document.getElementById('country2').style.marginTop =  mt +'px';
	
}
	
	
	//name display
		// create the layer to be displayed
		japan3 = new Object();
		//margins for name left then top automatically derived from image margins
			mln = ml - 40;
			mtn = mt -40;
		
		japan3.goleft = mln +'px';
		japan3.gotop= mtn +'px';
		
		japan3.goborder = 'thin solid #000000';
		japan3.gobgcolor = '#ffffcc';
		japan3.gocolor = '#000000';
		japan3.gopadding = '5px';
		japan3.group = 4;
		japan3.pages = "#";
		japan3.innerHTML = Country;
	
	japan2 = new Object();
		mll = ml -100 ;
		mtl = mt + 40;
	japan2.goleft = mll +'px';
	japan2.gotop=mtl +'px';
	japan2.goborder = 'thin solid #000066';
	japan2.gobgcolor = '#1915A3';
	japan2.gocolor = '#ffffff';
	japan2.gopadding = '5px';
	japan2.innerHTML = ""
	japan2.group = -1;
	japan2.pages = "../globalexports/index.cfm?page=country&country=Japan";
	//japan2.pagetar ="_blank";

	//edit here for company information
		japan2.company = 'Wael Pharmacy';
		japan2.phone = '+ 973 537 707';
		japan2.email = 'waelpharm@batelco.com.bh';
	
	japan2.innerHTML =  Country + '<br /> Email Exports: <a style="color: #ffffff;" href="mailto:exports@fishersci.com">Exports</a><div style="text-align: right;"><a href="#" style="color: #ffc251;" onclick="hideDealers(' + "'none'" + ', none, none2)">x</a></div>';