<!--
if (document.images) {
     button1 = new Image
     button2 = new Image

	 button3 = new Image
     button4 = new Image

	 button5 = new Image
     button6 = new Image

	 button7 = new Image
     button8 = new Image

	 button9 = new Image
     button10 = new Image

	 button11 = new Image
     button12 = new Image

     button1.src = 'pic/btn_onas.gif'
     button2.src = 'pic/btn_onas_on.gif'

     button3.src = 'pic/btn_news.gif'
     button4.src = 'pic/btn_news_on.gif'

     button5.src = 'pic/btn_fizjoterapia.gif'
     button6.src = 'pic/btn_fizjoterapia_on.gif'

     button7.src = 'pic/btn_warto.gif'
     button8.src = 'pic/btn_warto_on.gif'

     button9.src = 'pic/btn_galeria.gif'
     button10.src = 'pic/btn_galeria_on.gif'

     button11.src = 'pic/btn_linki.gif'
     button12.src = 'pic/btn_linki_on.gif'

}
 //mapka serwisu
function openMapa( pageToLoad, winName, width, height, center) 
{ 
xposition=0; yposition=0;
if ((parseInt(navigator.appVersion) >= 4 ) && (center)){
xposition = (screen.width - width) / 2;
yposition = (screen.height - height) / 2;
} 
args = "width=" + width + "," 
+ "height=" + height + "," 
+ "location=0," 
+ "menubar=0,"
+ "resizable=0,"
+ "scrollbars=0,"
+ "status=1," 
+ "titlebar=0,"
+ "toolbar=0,"
+ "hotkeys=0,"
+ "screenx=" + xposition + "30,"
+ "screeny=" + yposition + "100,"
+ "left=" + xposition + "30,"
+ "top=" + yposition  + "100,";
window.open( pageToLoad,winName,args );
} 