function openpic(picname,w,h,comment)
{ 
var d=new Date;
var wName=d.getUTCSeconds();
if(!w){w=338};
if(!h){h=450};
if(!comment){comment='Ñüâÿòà ïàêðàäçåíàå'};
OpenWindow=open("", wName,"width="+eval(w+10)+",height="+eval(h+30));
OpenWindow.document.open();
OpenWindow.document.write("<HTML><HEAD><TITLE>"+comment+"</TITLE>");
OpenWindow.document.write("</HEAD>");
OpenWindow.document.write("<BODY BGCOLOR=black MARGINWIDTH=0 MARGINHEIGHT=0 TOPMARGIN=0 LEFTMARGIN=0 link=silver vlink=silver alink=red onLoad=\"window.focus()\">");
OpenWindow.document.write("<p align=right><font face=\"Arial, Helvetica, sans-serif\" size=2><b>");
OpenWindow.document.write("<a href=\"javascript:window.close()\"><img src="+picname+" width="+w+" height="+h+" border=0 alt='"+comment+"- Êëiêíi êàá çà÷ûíiöü'>");
OpenWindow.document.write("<br>çà÷ûíiöü</A></b>&nbsp;</font></p>");
OpenWindow.document.write("</BODY></HTML>");
OpenWindow.document.close();
}

function txt(snum)
{
window.open('txt.asp?songnum='+snum,'song','width=350,height=500,scrollbars=1,resizable=1');
}

function openpop()
{ 
OpenWindow=open("", "popup","width=400,height=100");
OpenWindow.document.open();
OpenWindow.document.write("<HTML><HEAD><TITLE>Íàøà êíîïêà</TITLE>");
OpenWindow.document.write("</HEAD>");
OpenWindow.document.write("<body bgcolor=#000000 text=#FFFFFF link=#DCDCDC vlink=#DCDCDC leftmargin=5 topmargin=5 marginwidth=5>");
OpenWindow.document.write("<font face=\"Arial, Helvetica, sans-serif\" size=2><b>");
OpenWindow.document.write("&lt;!-- Pomidor Code --&gt;<br>");
OpenWindow.document.write("&lt;a href=http://pomidoroff.net/&gt;<br>&lt;img src=\"http://pomidoroff.net/pomidor.gif\" width=88 height=31 border=0 alt=\"pomidoroff.net\"&gt;&lt;/a&gt;<br>");
OpenWindow.document.write("&lt;!-- Pomidor Code --&gt;");
OpenWindow.document.write("<br><p align=right><a href=\"javascript:window.close()\">Çà÷ûíiöü</A></b></font></p>");
OpenWindow.document.write("</BODY></HTML>");
OpenWindow.document.close();
}