<!--
licz=0;
function otworz(nazwa,szer,wys) {
config='left=100,top=100,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
kitekSC='okno' + licz;
stadion=window.open('',kitekSC,config)
stadion.document.write('<HTML><HEAD>');
stadion.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
stadion.document.write('<TITLE>Wirtualna Polska - Foto-Galeria</title>');
stadion.document.write('<script language="javascript">');
stadion.document.write('setTimeout(');
stadion.document.write('"self.close()');
stadion.document.write(';",70000)');stadion.document.write('</');
stadion.document.write('script>');
stadion.document.write('</HEAD>');
stadion.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
stadion.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src='+nazwa+' border=0></A></DIV>');
stadion.document.write('</body></html>');
stadion.focus();
licz+=1;
}

function tscGetFlashVersion(){
	var tscFV=0;
	if(navigator.plugins && navigator.plugins.length){
		PWAx=navigator.plugins["Shockwave Flash"];
		if(PWAx){
			if(PWAx.description){
				PWAy=PWAx.description;
				tscFV=PWAy.charAt(PWAy.indexOf('.')-1);
			}
		}else if(navigator.plugins["Shockwave Flash 2.0"]){
			tscFV=2;
		}
	}else{
		for(var PWAi=10;PWAi>0;PWAi--){
			tscFV=0;
			try{
				var flash=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+PWAi);
				tscFV=PWAi;
				break;
			}catch(e){}
		}
	}
	return tscFV;
}

//-->


