//China
	Country = "China";
		
	 //margins for name and dealer placement
		ml = 486;
		mt = 147;
	
	function china(){
		//margins for image placement
		//declared for the function
		ml = 486;
		mt = 147;
	// image for map overlay	
		//china = new Image();
		document.getElementById('country').src = "images/asia/china.gif";
		document.getElementById('country').width = 116;
		document.getElementById('country').height = 79;
		//document.getElementById('country2').style.marginLeft = '486px';
		//document.getElementById('country2').style.marginTop = '147px';
		
		document.getElementById('country2').style.marginLeft =  ml +'px';
		document.getElementById('country2').style.marginTop =  mt +'px';
	
    }
	
	//name display
		// create the layer to be displayed
		china3 = new Object();
		//china3.goleft = '446px';
		//china3.gotop='137px';
		
		//margins for name left then top automatically derived from image margins
			mln = ml - 30;
			mtn = mt - 0;
		
		china3.goleft = mln +'px';
		china3.gotop= mtn +'px';
		
		china3.goborder = 'thin solid #000000';
		china3.gobgcolor = '#ffffcc';
		china3.gocolor = '#000000';
		china3.gopadding = '5px';
		china3.group = 4;
		china3.pages = "#";
		china3.innerHTML = "China";
		
//large layer
	// create the layer to be displayed
		china2 = new Object();
		//china2.goleft = '448px';
		//china2.gotop='250px';
		
		mll = ml - 75 ;
		mtl = mt + 100;
		
			china2.goleft = mll +'px';
			china2.gotop= mtl +'px';
		
		china2.goborder = 'thin solid #A5C3DD';
		china2.gobgcolor = '#000066';
		china2.gocolor = '#ffffff';
		china2.gopadding = '5px';
		china2.group = -1;
		china2.pages = "china.html";
	
	//edit here for company information
		china2.company = 'Adamas reagents';
		china2.phone = '+ 86 21400 600 6282';
		china2.email = 'sales@adamas-beta.com';
	
	
	//output
	
		//china2.innerHTML =  Country + '<br />' + china2.company + '<br />Phone: ' + china2.phone + '<br />Email: <a style="color: #ffffff;" href="mailto:' + china2.email + '">' + china2.email +'</a><br /><br />Or Email Exports: <br /><a style="color: #ffffff;" href="exports">Exports</a><div style="text-align: right;"><a href="#" style="color: #ffc251;" onclick="hideDealers(' + "'none'" + ', none, none2)">x</a></div>';
	
	china2.innerHTML =  Country + '<br /> Email Exports: <a style="color: #ffffff;" href="mailto:sales@adamas-beta.com">Exports</a><div style="text-align: right;"><a href="#" style="color: #ffc251;" onclick="hideDealers(' + "'none'" + ', none, none2)">x</a></div>';