function lad_video(video)
{var nowe_okno;
var szer; var wys;
nowe_okno=window.open("","my_nw_window","toolbar=no, location=no, directories=no, status=no, menubar=nos, scrollbars=no, resizable=no, copyhistory=no, width=740, height=600");
nowe_okno.document.write("<html><head><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'><title></title></head><body><Embed type='application/x-mplayer2' src='"+video+"' Name=MMPlayer1 Autostart=1 ShowControls=1 ShowDisplay=0 ShowStatusBar=1 DefaultFrame='Slide' width=720 height=576 /></body></html>");

nowe_okno.document.close();
}
function lad_zdj(fotka,x,y)
{
var nowe_okno;
 var wymiary="location=no, directories=no, status=no, menubar=nos, scrollbars=no, resizable=no, copyhistory=no, width="+ x+  ",height="+y;
nowe_okno=window.open("","my_nw_window", wymiary);
nowe_okno.document.write("<html><head><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'><link rel='stylesheet' ><title></title></head><body bgcolor='#FFEBA7'><center><img src='"+fotka+"' id='zdjecie'></center></body></html>");
nowe_okno.document.close();
}

