/*display window*/
function foto(url, width, height) {var Win = window.open(url,"foto",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=200,top=0'); }

function foto_scroll(url, width, height) {var Win = window.open(url,"foto",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,left=200,top=0'); }



/*preload image*/
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		p1o = newImage("images/strony_internetowe_gniezno/strony_gniezno_aktywny.png");
		p2o = newImage("images/strony_internetowe_gniezno/kontakt_aktywny.png");
		p3o = newImage("images/strony_internetowe_gniezno/wyjscie_aktywny.png");
		p4o = newImage("images/strony_internetowe_gniezno/tworzenie_stron_internetowych_gniezno.png");
		p5o = newImage("images/strony_internetowe_gniezno/robienie_stron_internetowych_gniezno.png");
		p6o = newImage("images/strony_internetowe_gniezno/pozycjonowanie_stron_internetowych_gniezno.png");
		p7o = newImage("images/strony_internetowe_gniezno/strony_internetowe_gniezno_1a.png");
		p8o = newImage("images/strony_internetowe_gniezno/strony_internetowe_gniezno_2a.png");
		p9o = newImage("images/strony_internetowe_gniezno/strony_internetowe_gniezno_3a.png");
		p10o = newImage("images/strony_internetowe_gniezno/strony_www_gniezno.png");
		p11o = newImage("images/strony_internetowe_gniezno/butony_menu/strony_www_gniezno.png");
		p12o = newImage("images/strony_internetowe_gniezno/butony_menu/tworzenie_stron_internetowych_gniezno.png");
		p13o = newImage("images/strony_internetowe_gniezno/butony_menu/pozycjonowanie_stron_internetowych_gniezno.png");
		p14o = newImage("images/strony_internetowe_gniezno/butony_menu/internet_w_gnieznie.png");
		p15o = newImage("images/strony_internetowe_gniezno/butony_menu/strony_internetowe_w_gnieznie.png");
		p16o = newImage("images/strony_internetowe_gniezno/strony_www.png");	
		p100o = newImage("images/strony_internetowe_gniezno/informacje_aktywny.png");		
		preloadFlag = true;
	}
}

