//var okno = null;

function ow(katalog,plik,x,y,opis)
{
//	if(okno!=null)
//		okno.close();
	var okno=window.open('','idanowokno','width='+x+',height='+y+',resizable');
	yo=0;
	if(opis)
	{
		yo=20;
		o = opis.toLowerCase();
		var ile = o.split("<br>");
		yo += (ile.length-1)*15;
	}
	if(navigator.userAgent.toLowerCase().indexOf("msie")>=0)
	{
		xp=10;
		yp=29;
	}
	else
	{
		xp=8;
		//yp=28;
		yp=50;
	}

	yp+=yo;

	if( (x<(screen.availWidth-xp)) && (y<(screen.availHeight-yp)) )
		okno.resizeTo(x+xp,y+yp);
	else
		okno.resizeTo(screen.availWidth,screen.availHeight);
	okno.document.open();
	okno.document.write('<html><head><title>Ida Nowakowska &#x2022; PL &#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"><meta http-equiv="Content-Language" content="pl"></head>');
	okno.document.write('<body bgcolor="#F7F0E8" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">');
	okno.document.write('<div style="position:absolute; z-index:2;"><table border="0" cellspacing="0" cellpadding="0"><tr><td><img src="img/'+katalog+'/'+plik+'"></td></tr></table></div>');
	okno.document.write('<div style="position:absolute; z-index:1; top: '+(y-30)+'px; left: '+((x+xp)/2-40)+'px; font-family: verdana,tahoma,arial; font-size:10px; color:#000000">wczytywanie ...</div>');
	if(opis)
	{
		okno.document.write('<div style="position:absolute; z-index:5; top: '+(y+2)+'px; left: 0px; "><table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td align="center" style="font-family: verdana,tahoma,arial; font-size:10px; color: #000000; background-color: #F7F0E8">'+opis+'</td></tr></table></div>');
		//okno.document.write('<div style="position:absolute; z-index:4; top: '+(y-29)+'px; left: 2px;"><table border="0" width="100%"><tr><td align="center" style="font-family: verdana,tahoma,arial; font-size:10px; color: #000000;">'+opis+'</td></tr></table></div>');
	}
	okno.document.write('</body></html>');
	okno.document.close();
	okno.focus();
}

function klip(nazwa,x,y,lang)
{
	var okno=window.open('','idaklip','width=300,height=200');
//	okno.document.open();
	okno.document.write('<html><head><title>Ida Nowakowska &#x2022; PL &#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</title>');
	okno.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
	okno.document.write('<meta http-equiv="Content-Language" content="pl">');
	okno.document.write('<link rel="stylesheet" href="style.css"></head>');
	okno.document.write('<body bgcolor="#F8F5F0" topmargin="10" leftmargin="10" marginwidth="10" marginheight="10">');
	okno.document.write('<div align="center">');
	if(lang=="pl")
		okno.document.write('<p>Aby zapisac plik <b>"'+nazwa+'"</b> na dysku kliknij prawym klawiszem<br><a href="media/'+nazwa+'">tutaj</a> i wybierz "Zapisz element docelowy jako ...".');
	if(lang=="en")
		okno.document.write('<p>To save file <b>"'+nazwa+'"</b> on disk right click <a href="media/'+nazwa+'">here</a><br>and choose "Save target as ...".');
	okno.document.write('</div>');
	okno.document.write('</body></html>');
	okno.document.close();
	okno.focus();






//return;

/*	if(x<260) x=260;
	if(y<180) y=180;
	var okno=window.open('','idaklip','width='+x+',height='+y);
	xp=50;
	yp=135;

	okno.resizeTo(x+xp,y+yp);

	okno.document.open();
	okno.document.write('<html><head><title>Ida Nowakowska &#x2022; PL &#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</title>');
	okno.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
	okno.document.write('<meta http-equiv="Content-Language" content="pl">');
	okno.document.write('<link rel="stylesheet" href="style.css"></head>');
	okno.document.write('<body bgcolor="#000000" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">');
	okno.document.write('<div align="center">');
	okno.document.write('<object id="mediaPlayer" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
	okno.document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701');
	okno.document.write('standby="idanowakowska.pl - loading clip ..."');
	okno.document.write('type="application/x-oleobject">');
	okno.document.write('<param name="fileName" value="media/'+nazwa+'">');
	okno.document.write('<param name="animationatStart" value="false">');
	okno.document.write('<param name="transparentatStart" value="false">');
	okno.document.write('<param name="autoStart" value="true">');
	okno.document.write('<param name="BufferingTime" value="30">');
	okno.document.write('<param name="Showcontrols" value="true">');
	okno.document.write('<param name="ShowStatusBar" value="false">');
	okno.document.write('<param name="EnableContextMenu" value="false">');
	okno.document.write('<param name="AboutBox" value="false">');
	okno.document.write('<param name="DisplayForeColor" value="">');
	okno.document.write('<param name="loop" value="false">');
	okno.document.write('<param name="VideoBorderWidth" value="15">');
	okno.document.write('<embed filename="media/'+nazwa+'" animationatstart="false" ');
	okno.document.write('transparentatstart="false" autostart="true" showcontrols="true" src="media/'+nazwa+'" ');
	okno.document.write('bufferingtime="30" showstatusbar="false" enablecontextmenu="false" aboutbox="false" ');
	okno.document.write('displayforecolor="" loop="false">');
	okno.document.write('</embed>');
	okno.document.write('</object>');
	if(lang=="pl")
		okno.document.write('<br><span class="naczarnym">Aby zapisac plik na dysku kliknij prawym klawiszem<br><a href="media/'+nazwa+'" class="linknaczarnym">tutaj</a> i wybierz "Zapisz element docelowy jako ...".');
	if(lang=="en")
		okno.document.write('<br><span class="naczarnym">To save file on your hard disk, right click <a href="media/'+nazwa+'" class="linknaczarnym">here</a><br>and choose "Save target as ...".');
	okno.document.write('</div>');
	okno.document.write('</body></html>');
	okno.document.close();
	okno.focus();
*/
}

function help_w()
{
	var help=window.open('','idahelp','width=300,height=200');

	//okno.resizeTo(x+xp,y+yp);

	help.document.write('<html><head><title>Ida Nowakowska &#x2022; PL &#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;</title>');
	help.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
	help.document.write('<meta http-equiv="Content-Language" content="pl">');
	help.document.write('<link rel="stylesheet" href="style.css"></head>');
	help.document.write('<body bgcolor="#F8F5F0" topmargin="10" leftmargin="10" marginwidth="10" marginheight="10">');
	help.document.write('<div align="center">');
	help.document.write('<br><p class="small">Do poprawnego działania strony zalecana jest przeglądarka <b>Microsoft Internet Explorer 5</b> lub <b>Netscape Navigator 6</b> (lub nowsze), włączony <b>JavaScript</b> oraz <b>nie zablokowane tzw. pop-up\'y</b> (otwieranie nowych okien).</p><br>');
	help.document.write('<p class="small">To correct view of this web site you should have <b>Microsoft Internet Explorer 5</b> or <b>Netscape Navigator 6</b> (or newer), <b>JavaScript</b> turned on and <b>not blocked pop-ups</b>.</p>');
	help.document.write('</div>');
	help.document.write('</body></html>');
	help.document.close();
	help.focus();
}
