//india
	
	Country = "India";
	
	//margins for name and dealer placement
		ml = 475;
		mt = 195;
		
	function india(){
			
	//margins for image placement
		//declared for the function
			ml = 475;
			mt = 195;
		// image for map overlay	
		//southafrica = new Image();
		document.getElementById('country').src = "images/asia/india.gif";
		document.getElementById('country').width = 55;
		document.getElementById('country').height = 57;
		document.getElementById('country2').style.marginLeft =  ml +'px';
		document.getElementById('country2').style.marginTop =  mt +'px';
	
}
	
	
	//name display
		// create the layer to be displayed
		india3 = new Object();
		//margins for name left then top automatically derived from image margins
			mln = ml - 40;
			mtn = mt - 40;
		
		india3.goleft = mln +'px';
		india3.gotop= mtn +'px';
		
		india3.goborder = 'thin solid #000000';
		india3.gobgcolor = '#ffffcc';
		india3.gocolor = '#000000';
		india3.gopadding = '5px';
		india3.group = 4;
		india3.pages = "#";
		india3.innerHTML = Country;
	
	//dealers
	india2 = new Object();
		mll = ml - 55 ;
		mtl = mt + 80;
		
	india2.goleft = mll+'px';
	india2.gotop= mtl+'px';
	india2.goborder = 'thin solid #000066';
	india2.gobgcolor = '#1915A3';
	india2.gocolor = '#ffffff';
	india2.gopadding = '5px';
	india2.innerHTML = ""
	india2.group = -1;
	india2.pages = "http://www.adamas-beta.com";
	//india2.pagetar ="_blank";

	//edit here for company information
		india2.company = 'Wael Pharmacy';
		india2.phone = '+ 973 537 707';
		india2.email = 'waelpharm@batelco.com.bh';
	
	india2.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>';