function GetDWT()
{
  dwt=window.open("","","width=210,height=140");
  dwt.document.open();
  dwt.document.write("<html>\n<head>\n");
  dwt.document.write("<title>DiWineTaste</title>\n");
  dwt.document.write("</head>\n<body bgcolor=\"#fffff3\">\n");
  dwt.document.write("<div style=\"text-align:left; font-size:14px; color:black;\">\n");
  dwt.document.write("<div style=\"text-align:center; font-size:14px; font-weight:bold; color:black; margin-bottom:5px; margin-top:5px;\">");
  dwt.document.write("<img src=\"/images/DWTMiniLogo.gif\" border=\"0\" width=\"188\" height=\"28\" vspace=\"0\"><br>\n");
  dwt.document.write("<br>Select page size to download</div>\n");
  dwt.document.write("<ul style=\"margin-top:0pt\">\n");
  dwt.document.write("<li><a href=\"/GetMagazine.php?ed=AE&id=1\">English - A4</a></li>\n");
  dwt.document.write("<li><a href=\"/GetMagazine.php?ed=LE&id=1\">English - Letter (USA)</a></li>\n");
  dwt.document.write("</ul></div>\n</body>\n</html>\n");
  dwt.document.close();
}
