//australia
	
	Country = "Australia";

	//margins for name and dealer placement
		ml = 561;
		mt = 290;
		
	function australia(){
			
	//margins for image placement
		//declared for the function
			ml = 561;
			mt = 290;
		// image for map overlay	
		document.getElementById('country').src = "images/oceania/australia.gif";
		document.getElementById('country').width = 76;
		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
		australia3 = new Object();
		//margins for name left then top automatically derived from image margins
			mln = ml - 40;
			mtn = mt -40;
		
		australia3.goleft = mln +'px';
		australia3.gotop= mtn +'px';
		australia3.goborder = 'thin solid #000000';
		australia3.gobgcolor = '#ffffcc';
		australia3.gocolor = '#000000';
		australia3.gopadding = '5px';
		australia3.group = 4;
		australia3.pages = "#";
		australia3.innerHTML = Country;
	
	//large layer
	// create the layer to be displayed
		australia2 = new Object();
			mll = ml - 150 ;
			mtl = mt;
		australia2.goleft = mll +'px';;
		australia2.gotop=mtl +'px';;
		australia2.goborder = 'thin solid #A5C3DD';
		australia2.gobgcolor = '#000066';
		australia2.gocolor = '#ffffff';
		australia2.gopadding = '5px';
		australia2.group = -1;
		australia2.pages = "../globalexports/index.cfm?page=country&country=austalia";
	
	//edit here for company information
		australia2.company = 'Wael Pharmacy';
		australia2.phone = '+ 973 537 707';
		australia2.email = 'waelpharm@batelco.com.bh';
		
		//output
	
		//australia2.innerHTML =  Country + '<br />' + tanzania2.company + '<br />Phone: ' + tanzania2.phone + '<br />Email: <a style="color: #ffffff;" href="mailto:' + tanzania2.email + '">' + tanzania2.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>';
	
	
		australia2.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>';