 YAHOO.photoViewer.config = {
	    viewers: {
		    "lb1Image" : {
			    properties: {
				    id: "lb1Image",
				    grow: 0.2,
				    fade: 0.2,
				    modal: true,
				    dragable: true,
				    fixedcenter: true,
				    xy: [0,0],
				    loadFrom: "html",
				    position: "absolute",
				    easing: YAHOO.util.Easing.easeBothStrong,
				    buttonText:{
					    next: "Next",
					    prev: "Previous",
					    close: "Close [x]" 
				    }
			    }
		    }
	    }
    };

function powieksz(root, nr, jezyk, dzial, artykul) {
	adres = root + "/powieksz.php?jezyk=" + jezyk + "&dzial=" + dzial + "&artykul=" + artykul + "&nr="+nr;
	window.open(adres, "powiekszenie", "width=400, height=300, resizable=0, scrollbars=no, status=no, menubar=no");
}
function powieksz(root, artikel, nr, jezyk, dzial) {
	adres = root + "/powieksz.php?jezyk=" + jezyk + "&dzial=" + dzial + "&artykul=" +artikel +"&nr="+nr;
	window.open(adres, "powiekszenie", "width=400, height=300, resizable=0, scrollbars=no, status=no, menubar=no");
}
function powiekszNews(root, artikel, nr, news) {
	adres = root + "/powiekszNews.php?artykul="+artikel+"&nr="+nr +"&news="+ news;
	window.open(adres, "Plastivan", "width=400, height=300, resizable=0, scrollbars=no, status=no, menubar=no");
}
function powiekszJobs(root, artikel, nr) {
	adres = root + "/powiekszNews.php?artykul="+artikel+"&nr="+nr +"&news=jobs";
	window.open(adres, "Plastivan", "width=400, height=300, resizable=0, scrollbars=no, status=no, menubar=no");
}
