function open_foto(img,fot_a)
{
var foto_poz_x = (screen.availWidth/2) - (377/2);
var foto_poz_y = (screen.availHeight/2) - (610/2);
var foto_win_value = 'scrollbar=no,resize=no,width=377px,height=600px,left=' + foto_poz_x + ',top=' + foto_poz_y;
foto_window=window.open('','foto_window',foto_win_value);
foto_pop_emiter='<html>\n<head>\n<title>CiazaPorod.pl<\/title>\n<link rel="stylesheet" type="text\/css" href="http:\/\/www.polki.pl\/webapps\/front\/html\/css\/style.css" media="all">\n<\/head>\n';


foto_pop_emiter+='<'+'scr'+'ipt type="text/java'+'script">\n';
foto_pop_emiter+='<'+'!--//-->'+'<![CDATA[//><'+'!--\n';
foto_pop_emiter+='var gemius_identifier = new String(\'d2.rq4NDLO15QdrZE4Mh_mX133jBQu8C59JaJ6z6Pd3.07\');\n';
foto_pop_emiter+='//-'+'-><!]]>\n';
foto_pop_emiter+='<'+'/sc'+'ript>\n';
foto_pop_emiter+='<'+'scri'+'pt type="text/jav'+'ascript" src="gemius.js"></scr'+'ipt>\n';




foto_pop_emiter+='<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">\n<tr width="100%" height="100%">\n<td width="100%" height="100%" VALIGN="middle" align="center">\n<img src="'+img+'" border="0">\n<P ALIGN="LEFT">&nbsp;&nbsp;&nbsp;'+fot_a+'<\/P>\n<\/td>\n<\/tr>\n<\/table>\n<\/body>\n<\/html>';
foto_window.document.write('');
foto_window.document.write(foto_pop_emiter);
foto_window.document.close();
}
