window.defaultStatus="KORZO DANCE"
windowid=0;
function ukaz_obrazok(i,t,w,h) {
   w1=w+20;
   h1=h+40;
   windowid++;
   id=name;
   w=open("",windowid,"toolbar=no,directories=no,menubar=no,scrollbars=no,resizable=no,width="+w1+",height="+h1);
   w.document.write("<html><head><meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">");
   w.document.write("<title>"+t+"</title></head>");
   w.document.write("<body bgcolor=#ffeecc><center>");
   w.document.write("<img alt=\""+t+"\" src=\""+i+"\">");
   w.document.write("<br><font size=\"2\" color=\"#000000\" face=\"Verdana,Arial,Helvetica,sans-serif\">"+t+"</font>");
   w.document.write("</body></html></center>");
   w.document.close();
}

