/********************************************
* File    : rudisupimagewindow.js
* Created : 2001/12/11 
* Author  : Rudi Petrov 
* Purpose : To create a new window
* History 
* Date         Version        Description 
* 2004-2-23	1.0		First version
*********************************************/
function Rmaw(rimg,wrs,hrs,bwrs,bhrs,paintext,autor,deskr,razmer) {

document.write ("<table border='0' cellspacing='0' cellpadding='0'><tr><td width='156'><div align='center'>");
document.write ("<table width='",wrs+6,"' height='",hrs+6,"' border='0' cellpadding='0' cellspacing='0'>");
document.write ("<tr><td><font size='2' face='Times New Roman, Times, serif'>");
document.write ("<table width='",wrs+6,"' height='",hrs+6,"' border='0' cellpadding='0' cellspacing='0'>");
document.write ("<tr><td height='",hrs,"' width='",wrs,"' colspan='2' rowspan='3'><a style='cursor:pointer'>");
document.write ("<img src='images/paintings/",rimg,"_m.jpg' height='",hrs,"' width='",wrs,"' border='0' alt='Кликни за преглед в ",bwrs,"x",bhrs,"' onClick=\"RudiPaintWindow('images/paintings/",rimg,"_g.jpg',",bwrs,",",bhrs,",'",paintext,"','",autor,"','",deskr,"','",razmer,"')\"></a></td></tr>");
document.write ("<tr><td width='6' height='12' background='images/sh_rightup.gif'></td></tr>");
document.write ("<tr><td width='6' height='",hrs-12,"' background='images/sh_right.gif'></td></tr>");
document.write ("<tr><td width='12' height='6' background='images/sh_leftd.gif'></td>");
document.write ("<td width='",wrs-12,"' height='6' background='images/sh_down.gif'></td>");
document.write ("<td width='6' height='6' background='images/sh_downc.gif'></td></tr></table>");
document.write ("</font></td></tr></table></div></td>");
document.write ("<td width='131'><div align='center'><font size='2' face='Times New Roman, Times, serif'>");
document.write ("&#8220;",paintext,"&#8221;<br><br>",autor,"<br><br>",deskr,"<br><br>размер ",razmer," см.</font></div></td></tr></table>");
 }

