var nfiles = 2;
var panel = new Array;

function pobierzObrazy() {
	for (i=0; i<9; i++) panel[i] = new Image;
	panel[0].src = "images/Panel1_01.jpg";
	panel[1].src = "images/Panel2_01.jpg";
	panel[2].src = "images/Panel3_01.jpg";
	panel[3].src = "images/Panel1_03.jpg";
	panel[4].src = "images/Panel2_03.jpg";
	panel[5].src = "images/Panel3_03.jpg";
	panel[6].src = "images/Panel1_05.jpg";
	panel[7].src = "images/Panel2_05.jpg";
	panel[8].src = "images/Panel3_05.jpg";
}

function pokazForm() {
	for (var i in document.formUpload) document.write(i + "<br>");
}

function zmianaObrazu() {

	objekt = document.formUpload;

	if (objekt.fileGetterName.value != "") {
		document._1_.src = panel[2].src;
		objekt._2_.src = panel[4].src;
	} else {
		document._1_.src = panel[1].src;
		objekt._2_.src = panel[3].src;
	};
	if ((objekt.textareaName.value != "") || (objekt.textfieldName.value != "")) document._2_.src = panel[4].src;
	if ((objekt.textareaName.value != "") && (objekt.textfieldName.value != "") && (objekt.fileGetterName.value != "")) {
		document._2_.src = panel[5].src;
		document._3_.src = panel[7].src;
	} else	{
		document._3_.src = panel[6].src;
	};
}

function expand() {
	nfiles++;
	files.insertAdjacentHTML('BeforeEnd','<BR> File '+nfiles+' : <input type="file" name="File'+nfiles+'">');
}

magi="-|Zaopatrzeniowiec|Poradnik Budowlany|Wnętrza Twojego Domu|Handel w Polsce|Kupiec Lubelski|Świat Kominków";
kolo="d0d0d0|fde18c|f5afb1|f1c28f|9dc1ea|bff2d7|cac1e3";

function sprawdz(form) {
	if ((objekt.textareaName.value != "") && (objekt.textfieldName.value != "") && (objekt.fileGetterName.value != "")) return true;
	else { 
		alert("Proszę prawidłowo\nwypełnić formularz!");
		return false;
	}
}

function przegladaj(imgName,xx,yy) {
scrbr='no';
x1=xx;
y1=yy;
wysok=screen.height-100;
if (y1>wysok) {
  x1+=16;
  y1=wysok;
  scrbr='yes';
}
szerok=screen.width-40;
if (x1>szerok) {
  x1=szerok;
  scrbr='yes';
}

cfg='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scrbr+',resizable=no,left=20,top=20,width='+x1+',height='+y1;
obr=window.open("rys.htm?"+imgName,"obr",cfg);
obr.focus();
}


