function changeImage(img, padding){
	document.getElementById('gallery_max').src = img;
	document.getElementById('gallery_max').style.paddingTop = padding+'px';
}

function mieszkaniaOver(id){
	document.getElementById("des_"+id).style.backgroundPosition = 'left -62px';
	document.getElementById("more_"+id).style.backgroundPosition = 'left -16px';
}

function mieszkaniaOut(id){
	document.getElementById("des_"+id).style.backgroundPosition = 'left 0';
	document.getElementById("more_"+id).style.backgroundPosition = 'left 0';
}

//funkcje do podmiany zdjec
function fon(id, img)
{
	if (img == undefined) img = id;
	document.images[id].src='grafika/'+img+'1.gif';
}

function foff(id, img)
{
	if (img == undefined) img = id;
	document.images[id].src='grafika/'+img+'.gif';
}

//funkcja do wyswietlania popupu
var okno_pop='';
function popup(wi,he,uerel,alignx,aligny,scrol)
{
	// Bartosz Szczecinski
  // 20.04.2006
  // Opera 8.x nie obsluguje !okno_pop.closed
	if(okno_pop && okno_pop.closed==false) {
  	okno_pop.close()
  }
	if(wi=='100%'){wi=screen.availWidth-30}
	if(he=='100%'){he=screen.availHeight-0}
	if(alignx=='left'){xx=0}
	else if(alignx=='right'){xx=(screen.availWidth-wi)-10}
	else{xx=(screen.availWidth-wi)/2}
	if(aligny=='top'){yy=0}
	else if(aligny=='bottom'){yy=(screen.availHeight-he)}
	else{yy=(screen.availHeight-he)/2}
	okno_pop=window.open(uerel, '_blank', 'scrollbars='+scrol+',height='+he+',width='+wi+',top='+yy+',left='+xx);
}

function blurall() {
	var links = document.getElementsByTagName('a');
	for (var i=0;i<links.length;i++){
		links[i].onfocus = blurme;
  	}
}

function blurme()
{
	this.blur();
}



foto=new Array('more', 'home_', 'siteMap_', 'm_1_', 'm_2_', 'm_3_', 'm_4_', 'm_5_', 'm_6_', 'm_7_', 'm_56_');
menuA=new Array();menuB=new Array();
for(n=0;n<foto.length;n++){
	menuA[n]=new Image();
	menuA[n].src='grafika/'+foto[n]+'.gif';
	menuB[n]=new Image();
	menuB[n].src='grafika/'+foto[n]+'1.gif';
}
