function okno_swf(nr_galerii) 
{
new_window = window.open("","Vertigo_Showroom_popup","width=800,height=700,resizable=no");
new_window.focus();
// na gore
new_window.document.open();
// co w oknie

new_window.document.write("<html>")
new_window.document.write("<head>")
new_window.document.write("<meta http-equiv=\"content-type\" content=\"text/html;charset=ISO-8859-2\">");
new_window.document.write("<title>Vertigo Showroom</title>");
new_window.document.write("<link href=\"style_vertigo.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">");
new_window.document.write("</head>");
new_window.document.write("<body>");
new_window.document.write("<table width=\"100%\" border=\"0\"cellpadding=\"0\" cellspacing=\"0\" height=\"100%\">");
new_window.document.write("<tr>");
new_window.document.write(" <td align=\"center\" valign=\"middle\"> <OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" ");
new_window.document.write(" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" ");
new_window.document.write(" WIDTH=\"800\" HEIGHT=\"700\" id=\"01\" ALIGN=\"\"> ");
new_window.document.write(" <PARAM NAME=movie VALUE=\"galeria.swf?katalog="+ nr_galerii+"\"");
new_window.document.write(" <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> ");
new_window.document.write(" <PARAM NAME=bgcolor VALUE=#ef7cd1> <EMBED src=\"galeria.swf?katalog="+ nr_galerii+"\"");
new_window.document.write(" menu=false quality=high ");
new_window.document.write(" bgcolor=#ef7cd1 WIDTH=\"800\" HEIGHT=\"700\" NAME=\"01\" ALIGN=\"\" ");
new_window.document.write(" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"> ");
new_window.document.write(" </EMBED>");
new_window.document.write(" </OBJECT>");
new_window.document.write(" </td>");
new_window.document.write("</tr>");
new_window.document.write("</table>");
new_window.document.write("</body></html>");
// ---
new_window.document.close();  
}
//
//
function okno_ssp(adres) 
{
new_window = window.open(adres,"","width=920,height=640,resizable=no");
new_window.focus();
}
