function newTile(no) {
  var x = window.open("../proimage1.htm","","width=600,height=500,resizable=yes,menubar=yes,scrollbars=yes");
  var d = x.document;
  d.write('<html>');
  d.write('<head>');
  d.write('  <title>Yuxiang stone no:YX-'+no+'</title>');
  d.write('  <style type=text/css><!-- body {FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Arial}  --></style>');
  d.write('<LINK href="../js.css" rel=stylesheet></head>');
  d.write('<body background=image/bg.gif >');
  d.write('<br><br>');
  d.write('  <table bgcolor=#FFFFFF width=98% height=80% border=0 bordercolor=#FFFFFF cellpadding=0 cellspacing=0 align=center>');
  d.write('   <tr><td class=context><img src=../image/logo.gif border=0><BR>Tel:86-592-2219816 &nbsp;&nbsp;&nbsp;&nbsp;2225286&nbsp;&nbsp;&nbsp;&nbsp; <BR> Fax:86-592-2222216&nbsp;&nbsp;&nbsp;&nbsp;2207122<br> Email:<a href="mailto:stone@manufacturer.sina.net">stone@manufacturer.sina.net </a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:stone@stoneonline.com.cn">stone@stoneonline.com.cn</a></td></tr> <tr>');
  d.write('      <td  align=center><img src=../image/stone/'+no+'_lag.jpg>&nbsp;</td>');
  d.write('    </tr>');
  d.write('  </table>');
  d.write("<p>Please <a href=mailto:stone@manufacturer.sina.net><strong>Contact us</strong></a> for the size, prices and other information</p>");
  d.write('  <br><center><a href=javascript:window.close()>[Close window]</a>&nbsp;&nbsp;</center>');
  d.write('</center></body>');
  d.write('</html>');
}
function newTileGif(no) {
  var x = window.open("dummy.htm","","width=500,height=500");
  var d = x.document;
  d.write("<html>");
  d.write("<head>");
  d.write("  <title>"+no+"</title>");
  d.write("  <style type=text/css><!-- body {  font-size: 9pt} td {  font-size: 9pt} --></style>");
  d.write("</head>");
  d.write("<body bgcolor=#FFFFFF>");
  d.write("<center>Tile No. "+no+"<br><br>");
  d.write("  <table width=100% height=80% border=1 bordercolor=#FFFFFF cellpadding=0 cellspacing=0 align=center>");
  d.write("    <tr>");
  d.write("      <td background=ceramic/exter/"+no+".gif bordercolor=#999999>&nbsp;</td>");
  d.write("    </tr>");
  d.write("  </table>");
  d.write("<p>Please <a href=mailto:stone@manufacturer.sina.net><strong>Contact us</strong></a> for the size, prices and other information</p>");
  d.write("  <br><center><a href=javascript:window.close()>Close</a></center>");
  d.write("</center></body>");
  d.write("</html>");
}
