
<!-- qradek dadaj do ulubionych -->
function dodaj() {
	var tytul = 'Kchnie Słupsk - Kuchta';
	var url = 'http://www.kuchnie.slupsk.pl';
	if (window.external) window.external.AddFavorite(url, tytul);
	if (window.sidebar) window.sidebar.addPanel(tytul, url, "");
}

function startowa() {
	document.body.style.behavior = "url(#default#homepage)";
	document.body.setHomePage("kuchnie.slupsk.pl");
}

function showImg( img_src, img_w, img_h, img_name ) {
  
   var popup = window.open('','','width=' + img_w + ',height=' + img_h + ',resizable=0,scrollbars=no,menubar=no');
   popup.document.open();
   popup.document.write('<html><head><title>Studio Kuchni KUCHTA, Słupsk ul. Jaracza 22<\/title><\/head>');
   popup.document.write('<body style="margin: 0;padding: 0; position: relative;">');
   popup.document.write('<a href="javascript:window.close();" style="margin: 0 ;border: none; padding: 0;"><img style="margin: 0;padding: 0; border: none;" src=' + img_src + ' /></a>');
   popup.document.write('<br /><div style="position: absolute; top:1px; left: 1px; background-color: #ffffff; filter:alpha(opacity=75); opacity:.75; width: '+img_w+'; padding: 5px 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;"><p style="margin: 0 5px; padding: 0;">Studio Kuchni KUCHTA, Słupsk ul. Jaracza 22<\/p><\/div>');
   popup.document.write('<\/body><\/html>');
//   popup.document.focus();
   popup.document.close();
}

