function PowiekszZdjecie(co,w,h) {
	okno_w = w + 82;
	okno_h = h + 55;
	scr_w = screen.width;
	scr_h = screen.height;
	xpos = parseInt((scr_w-okno_w)/2);
	ypos = parseInt((scr_h-okno_h)/2);;
	okno = window.open(co,'name','width='+okno_w+',height='+okno_h+',left='+xpos+',screenX='+xpos+',top='+ypos+',screenY='+ypos+',resizable=no,scrollbars=no,menubar=no,directories=no,toolbar=no,location=no,status=no');
}
doc=document;
ie=doc.all;
up5=doc.getElementById?doc.getElementsByTagName('div'):0;

function get_root() {
	s = window.location.toString(); pl = "";
	if (s.indexOf("/pokaz/")>0) pl = s.substr(0,s.indexOf("pokaz/"));
	return pl;	
}
//ladowanie obrazkow
imag = new Array ();



//ladowanie obrazkow

imag['nag_off'] = get_root()+"html/images/nagrody1.gif"
imag['nag_on'] = get_root()+"html/images/nagrody11.gif"
imag['rab_off'] = get_root()+"html/images/rabaty1.gif"
imag['rab_on'] = get_root()+"html/images/rabaty11.gif"
imag['nag2_off'] = get_root()+"html/images/nagrody2.gif"
imag['nag2_on'] = get_root()+"html/images/nagrody21.gif"
imag['rab2_off'] = get_root()+"html/images/rabaty2.gif"
imag['rab2_on'] = get_root()+"html/images/rabaty21.gif"
imag['reg_off'] = get_root()+"html/images/regulamin1.gif"
imag['reg_on'] = get_root()+"html/images/regulamin11.gif"
imag['pkt_off'] = get_root()+"html/images/punkty1.gif"
imag['pkt_on'] = get_root()+"html/images/punkty11.gif"
imag['pkt2_off'] = get_root()+"html/images/punkty8.gif"
imag['pkt2_on'] = get_root()+"html/images/punkty81.gif"
imag['wym_off'] = get_root()+"html/images/wymien1.gif"
imag['wym_on'] = get_root()+"html/images/wymien11.gif"

im = new Array()
for (name in imag) {
	im[name] = new Image();
	im[name].src = imag[name];
}
function swtch(num, imgname) {
	imgname.src = im[num].src;
	return true;
}