pop=0;

function mapa(klucz)
{
  config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=700,height=520';
  config += ',scrollbars=no,resizable=no';
  if( klucz!='' ) klucz='?co='+klucz;
  url='http://www.ciechocinek.biz/mapa/mapa.php'+klucz;
  pop = window.open (url,"pop",config);
  pop.focus();
}

pop2=null;
function nowe_okno( szer, wys, url )
{
  wys=wys+15;
  config='toolbar=no,location=no,directories=no,status=no,menubar=no,width='+szer+',height='+wys;
  config += 'scrollbars=no,resizable=no';
  if( pop2!=null && pop2.closed==false ) if( pop2.close() ) pop2=null;
  pop2=window.open("","pop2",config);
  pop2.document.write ( '<HTML><HEAD><TITLE>Ciechocinek.biz</TITLE><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2"><link rel="stylesheet" type="text/css" href="http://www.ciechocinek.biz/style.css">' );
  pop2.document.write ( '</head><BODY BGCOLOR=#FFFFFF bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0" rightmargin="0">' );
  pop2.document.write ( '<IMG border=0 BORDER=0 src="'+url+'"><div class=small align=center>(c) CIECHOCINEK.BIZ - Wszelkie prawa zastrzeżone</div>' );
  pop2.document.write ( '</BODY>' );
  pop2.focus();
}

pop3=null;
function chat()
{
  config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=620,height=420';
  config += 'scrollbars=no,resizable=no';
  if( pop3!=null && pop3.closed==false ) if( pop3.close() ) pop3=null;
  pop3=window.open("http://www.ciechocinek.biz/chat.php","pop3",config);
  pop3.focus();
}


// Copyright (C) 2002 by the MozillaPL Team.
// http://www.mozillapl.org/

function addSidebar(SidebarTag, Title, URL) {
if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) {
window.sidebar.addPanel(Title, URL, "");
return true;
}
else if ((navigator.userAgent.indexOf("Opera") != -1) && (navigator.userAgent.indexOf("Opera 5") == -1)) {
SidebarTag.setAttribute("title", Title);
SidebarTag.setAttribute("href", URL);
SidebarTag.setAttribute("rel", "sidebar");
return true;
}
else {
alert("Panel jest dostępny wyłącznie w Mozilli, Netscape 6, Operze 6 oraz nowszych");
return false;
}
}