var nn4=(document.layers)?true:false
var ie4=(document.all)?true:false

function marquee(myText){
    textlen=myText.length;         
	newText=myText.substring(2,textlen)+myText.substring(0,2);        
	window.status=newText;         
	setTimeout("marquee('"+newText+"')",300);         
}

function galeria(src,w,h) {

	if (window.screeen) {
		aw=screeen.availWidth
		ah=screeen.availHeight
	} else {
		aw=640
		ah=450
	}
	noweOkienko=null
//	if (noweOkienko==null || noweOkienko.closed) {
		ustawienia=
		"left="+(aw-w)/2+","
		+"top="+(ah-h)/2+","
		+"screenX="+(aw-w)/2+","
		+"screenY="+(ah-h)/2+","
		+"width="+w+","
		+"height="+h+","
		+"innerWidth="+w+","
		+"innerHeight="+h+","
		+"toolbar=no,"
		+"location=no,"
		+"directories=no,"
		+"status=no,"
		+"menubar=no,"
		+"scrollbars=no,"
		+"resizable=no"
		noweOkienko=window.open("",("obrazek_"+w+"_"+h),ustawienia)
		
//	}
	noweOkienko.document.open()
	noweOkienko.document.clear()
	noweOkienko.document.write(
	"<HTML><HEAD>\n"
	+"<TITLE>Proszę poczekaj chwilę. . . . . . . . . . . . . . . . .  . . . . . . .</TITLE>\n"
	+"<STYLE><!-\n"
	+"body{background-repeat:no-repeat}\n"
	+"-></STYLE>\n"
	+"</HEAD>\n"
	+"<BODY BACKGROUND="+src+" onclick='window.close()'></BODY>\n"
	)
	noweOkienko.document.close()
	noweOkienko.focus()
}

function galeriaosoba(src)
{
noweOkienko = open('about:blank',"nowe",
"toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,dependent=1,hotkeys=0,scrollbars=1,titlebar=0,z-lock=1,width="+614+",height="+650+"");
noweOkienko.moveTo(40,10);
noweOkienko.document.write('<html><head><TITLE>Proszę poczekaj chwilę. . . . . . . . . . . . . . . . .  . . . . . . .</TITLE></head><body bgcolor="#CCCCCC">');
noweOkienko.document.write('<a href=javascript:window.close();><img alt="Kliknij, aby zamknąć" border=0 src="');
noweOkienko.document.write(src);
noweOkienko.document.write('"></a>');
noweOkienko.document.write('</body></html>');
}

function galeriaosobabig(src)
{
noweOkienko = open('about:blank',"nowe",
"toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,dependent=1,hotkeys=0,scrollbars=1,titlebar=0,z-lock=1,width="+800+",height="+650+"");
noweOkienko.moveTo(40,10);
noweOkienko.document.write('<html><head><TITLE>Proszę poczekaj chwilę. . . . . . . . . . . . . . . . .  . . . . . . .</TITLE></head><body bgcolor="#CCCCCC">');
noweOkienko.document.write('<a href=javascript:window.close();><img alt="Kliknij, aby zamknąć" border=0 src="');
noweOkienko.document.write(src);
noweOkienko.document.write('"></a>');
noweOkienko.document.write('</body></html>');
}

