function vid(jaki,szer,wys,tytul) {
	var popup=window.open('about:blank','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no, fullscreen=no,channelmode=no,width='+szer+ ',height=' +wys+ ',top=100,left=100');
	with(popup.document) {
	open();
	write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>'+tytul+ '</title></head><body style="margin:0;padding:0;border:0"><div style="width:'+szer+'px;height:'+wys+'px;"><embed id="mymovie" menu="false" width="100%" height="100%"  flashvars="lang='+jaki+'" scale="noscale" quality="best" bgcolor="#ffffff" name="mymovie" src="galeria.swf" type="application/x-shockwave-flash"/></div></body></html>');
	close();
	}
}


