
function show(url, w, h) {
    ow = w+30;
    oh = h+80;
    newWindow = open('', 'erestauracja', 'toolbar="0",location="0",directories="0",status=1,menubar="0",scrollbars=1,resizable=1,copyhistory="0",width='+ow+',height='+oh);
    newWindow.document.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"><html lang=\"pl\"><head>   <title>erestauracja.pl</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-2\"><meta http-equiv=\"expires\" content=\"Mon, 01 01 1997 12 00 00 GMT\"><meta http-equiv=\"Expires\" content=\"-1\"><meta name=\"language\" content=\"pl\"><meta name=\"author\" content=\"Grupa MAK, Warszawa, (22) 425 35 48\"><meta name=\"copyright\" content=\"&copy; 1998-2006 MAK Sp. z o.o.\"><meta name=\"robots\" content=\"index,follow,archive\"><meta name=\"googlebot\" content=\"index,follow,archive\"><link rel=\"stylesheet\" href=\"czcionki.css\" type=\"text/css\"></head><body><div style=\"text-align:center;\"><a href=\"javascript:window.close();\">zamknij okno</a><br><a href=\"javascript:window.close();\"><img src=\"grafiki/rest_foto/"+url+"_big.jpg\" width=\""+w+"\" height=\""+h+"\" alt=\"erestauracja.pl\" class=\"m035i030_thumbnail\"></a></div></body></html>");
    newWindow.document.close();
    newWindow.moveTo((screen.availWidth-ow)/2, ((screen.availHeight*0.7)-oh)/2);
    }

function okno(url, w, h) {
    ow = w+30;
    oh = h+80;
    newWindow = open(url, 'erestauracja', 'toolbar="0",location="0",directories="0",status=1,menubar="0",scrollbars=1,resizable=1,copyhistory="0",width='+w+',height='+h);
    newWindow.moveTo((screen.availWidth-ow)/2, ((screen.availHeight*0.7)-oh)/2);
    }

function pokaz_na_chwile(element) {
	document.getElementById(element).style.visibility = "visible";
	document.getElementById(element).style.zIndex = "1";
    if (document.getElementById(element+"_t")) {
        document.getElementById(element+"_t").className = "wybrany";
        }
	}

function ukryj_na_chwile(element) {
	document.getElementById(element).style.visibility = "hidden";
	document.getElementById(element).style.zIndex = "0";
    if (document.getElementById(element+"_t")) {
        document.getElementById(element+"_t").className = "normalny";
        }
	}

function zmien_thumbnail(idr, klucz, nr, ster) {
    
    var obrazek = document.getElementById("obrazek");
	var div_obrazek = document.getElementById("div_obrazek");
	var div_opis = document.getElementById("div_opis");
    
    mklucz = klucz.toLowerCase()
	
	div_obrazek.innerHTML = '<a href="#" onClick="okno(\'index.php?p='+ster+'&amp;idr='+idr+'&amp;kl='+klucz+'&amp;nr='+nr+'\', 100, 100);"><img id="obrazek" src="grafiki/rest_foto/'+mklucz+'_'+nr+'_th.jpg" width="153" height="103" alt="" class="m035i030_thumbnail"></a>';
	div_opis.innerHTML = opis;
    
	}

/* function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(52.227552, 21.006197), 11);
      }
    }
*/

