// JavaScript Document
function RemoveDot() 
{ 
for (a in document.links) document.links[a].onfocus = document.links[a].blur; 
} 

function slideX(){
	if(document.getElementById("napis")){
		if(parseInt(napis.style.left) < 214){
			napis.style.left = parseInt(napis.style.left) + 10 + "px";
			setTimeout("slideX()",10);
		}
	}
}

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) {
		over_nag_05 = newImage(/*URL*/'images/naga_05.jpg');
		over_nag_06 = newImage(/*URL*/'images/naga_06.jpg');
		over_nag_07 = newImage(/*URL*/'images/naga_07.jpg');
		over_nag_08 = newImage(/*URL*/'images/naga_08.jpg');
		over_nag_13 = newImage(/*URL*/'images/naga_13.gif');
		over_main_prawy_02 = newImage(/*URL*/'images/main_prawya_02.gif');
		over_main_prawy_16 = newImage(/*URL*/'images/main_prawya_16.gif');
		over_dolne_02 = newImage(/*URL*/'images/dolnea_02.gif');
		over_dolne_07 = newImage(/*URL*/'images/dolnea_07.gif');
		over_Image3 = newImage(/*URL*/'start/zapraszamy_over.gif');
		over_Image4 = newImage(/*URL*/'start/welcome_over.gif');
		over_Oferta = newImage(/*URL*/'images/menu/oferta_over.gif');
		over_Oferta2 = newImage(/*URL*/'images/menu_eng/oferta_over.gif');
		preloadFlag = true;
	}
}

function strona(numer) {
	document.getElementById("strona").value = numer ;
	document.getElementById("formik").submit() ;
}

function showPhoto(obraz) 
{ mywin=window.open("foto.php?obraz="+obraz,'window33','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=50,height=50'); }

function showPhotoID1(IDobrazu) 
{ mywin=window.open("foto.php?numer_obr=1&ID="+IDobrazu,'window33','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=50,height=50'); }

function showPhotoID2(IDobrazu) 
{ mywin=window.open("foto.php?numer_obr=2&ID="+IDobrazu,'window33','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=50,height=50'); }

function showPhoto2(obraz) 
{ mywin=window.open("fotoniezbazy.php?obraz="+obraz,'window33','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=50,height=50'); }
