

<head>
<title>Address Info</title><title>Address Info</title>
</head>

<body>	function popAddress(company,address,address2,contry,tel,fax,email,contact)
	{
		addWin= open("","","width=500,height=310,left=100,top=100");

		with(addWin.document)
		{
		open();
		write("
<p>");
		write("<h3> HEATH &amp; SHERWOOD (1964) LIMITED </h3><b>");
		write("<center><table><tr><td>" +company + "</b><br>");
		write(address + "<br>");
		write(address2 + "<br>");
		write(contry + "<br>");
		write("Tel: " + tel + "<br>");
		write("Fax: " + fax + "<br>");
		write("Email: <A HREF='MAILTO: " + email + "'>" + email + "<img src='images/mail1.gif' width=30 alt='Send mail' border=0></A> <br>");
		write("Contact: " + contact + "<br><br></td></tr></table>");
		write("<div align='right'><a href='#' onClick='javascript:self.close()'>Close Window</a>");
		write("</div></center>");
		close();
		}
	}

	function popSantiago()
	{
		sanWin= open("","","width=500,height=310,left=100,top=100");

		with(sanWin.document)
		{
		open();
		write("
<p>");
		write("<center><h3> HEATH & SHERWOOD (1964) LIMITED </h3>");
		write("<table border=1><tr><td><b>Delkor Ltd. Chile Ltda.</b><br>");
		write("Quality & Innovation in Process Engineering <br>");
		write("Av. Cristobal Colon 4733 - Las Condes <br>");
		write("Santiago, Chile <br>");
		write("Tel: 56-2-263 9729 - ext. 15 <br>");
		write("Fax: 56-2-263 9726<br>");
		write("Email: davidm@delkor.cl<img src='images/mail1.gif'><br>");
		write("Contact: David Minson </td>");
		write("<td><b>Lanz Y Cia. Ltda.</b><br>");
		write("Smelter Tuyere Line Management Products <br>");
		write("Calle Dr. M. Barros Borgono 233<br>");
		write("Casilla 16389, Santiago <br>Chile<br>");
		write("Tel: 56-2-782 9200 <br>");
		write("Fax: 56-2-782 9246 <br>");
		write("Email: rherzog@lanzco.cl<img src='images/mail1.gif'><br>");
		write("Contact: Ricardo R. Herzong<br>
      "); write(&quot;Website: www.lanzco.cl </td></tr></table><br>");
		write("<div align='right'><a href='#' onClick='javascript:self.close()'>Close Window</a>");
		write("</div></center>");
		close();
		}
	}</body>