// JavaScript Document
var katalog=false;
var salony=false;
var umebluj=false;
var firma=false;
var wspolpraca=false;
var kontakt=false;
var thiSrc="";

function iF2signPage(action){

	eval(action+"=true");

	thisIcon="img_"+action;

	
	if(document.images[thisIcon])
		document.images[thisIcon].src=thiSrc;

	//thisImage=document.images[thisIcon].src;

	

	

}



function iF2Ulub(){

                url = location.href;
	        title = document.title;
	        if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) window.sidebar.addPanel (title, url, "");
	        else if (typeof window.external == "object") window.external.AddFavorite(url, title);
	        else if (window.opera && document.createElement){
	                var a = document.createElement('A');
	                if (!a) return false; //IF Opera 6
	                a.setAttribute('rel','sidebar');
	                a.setAttribute('href',url);
	                a.setAttribute('title',title);
	                a.click();
	        }

}



function iF2SetHP(){

	if(document.all){

		document.body.style.behavior="url(#default#homepage)";

		document.body.setHomePage(document.location);

	}

}

function setDisplay(id){
	//disp="div_display_"+id;
	//document.getElementById(disp).style.display="block";
	switch(id){
		case 1:
			pos = findPos(document.images["img_pytanie"]);
			newtop=pos[1]-20;
			newleft=pos[0]+170;
			document.getElementById("div_display_1").style.top=newtop+"px";
			document.getElementById("div_display_1").style.left=newleft+"px";
			document.getElementById("div_display_2").style.display="none";
			document.getElementById("div_display_1").style.display="block";
		break;
		case 2:
			pos = findPos(document.images["img_polec"]);
			newtop=pos[1]-130;
			newleft=pos[0]-50;
			document.getElementById("div_display_2").style.top=newtop+"px";
			document.getElementById("div_display_2").style.left=newleft+"px";
			//document.getElementById("div_display_1").style.display="none";
			document.getElementById("div_display_2").style.display="block";
		break;
	}
}

function wyluskaj(){
	if(parent!=self)
		window.location.href="index.php";
}
