function newTile(no) {
  var x = window.open("../../dummy.htm","","width=600,height=550;resizable=yes,menubar=yes,scrollbars=yes");
  var d = x.document;
  d.write("<html>");
  d.write("<head>");
  d.write("  <title>NinesunStone</title>");
  d.write("  <style type=text/css><!-- body {  font-size: 12px} td {  font-size: 9pt} --></style>");
  d.write('<LINK href="../../css/img.css" rel=stylesheet></head>');
  d.write("</head>");
  d.write("<body bgcolor=#FFFFFF>");
  d.write("<center><p><strong>SAND STONE NO. YXSS-"+no+"</strong><br><br>");
  d.write("  <table width=100%  bordercolor=#FFFFFF cellpadding=0 cellspacing=0 align=center>");
  d.write("    <tr>");
  d.write("    <td>");
  d.write("<center><img src=../../sandstone/L/yxss-"+no+".jpg></center>");
  d.write("    </td>");
  d.write("    </tr>");
  d.write("  </table>");d.write("<p>Please <a href=mailto:stone@ninesun-stone.com><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>");
}

