function ShwImgBig(a,b,c,d){
d="WindowBigImg"+d;
e=window.open("",d,"width="+(b+50)+",height="+(c+50)+",location=no,directories=no,menubar=no,resizable=yes,status=yes,titlebar=no,scrollbars=yes");
e.document.open();
e.document.write("<html><body bgcolor='#FFFFFF'><table width='100%' height='100%' border=0 cellspacing=0 cellpadding=0><tr><td align=center><img src='"+a+"' width="+b+" height="+c+" border=0></td></tr></table></body></html>");
e.document.close();
return false;
}
