function opener(num)
{
myWin= open("", "newWindow2", "width=820,resizable=yes,status=no,toolbar=no,menubar=no,scrollbars=yes");
myWin.document.writeln("<html><title>Press</title><body leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0><img src=http://denimaxx.russiansoft.com/html/press/"+num+".jpg width=800 height=1000 border=0></body></html>");
}
