
// KONFIGURACJA - wygląd podmenu

   var appear_podmenu = "font-family: verdana; font-size: 8pt; font-weight: bold";

   var pol_fitness = "position: absolute; left: 332px; top: 18px; visibility: hidden; width: 110px; background-color: #FFFFFF; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; cursor: hand; cursor: pointer";
   var pol_zdjecia = "position: absolute; left: 499px; top: 18px; visibility: hidden; width: 110px; background-color: #FFFFFF; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; cursor: hand; cursor: pointer";
                     
// KONFIGURACJA - wygląd menu

   var menu = "font-family: verdana; font-size: 8pt; color: #FFFFFF; cursor: hand; cursor: pointer";

   var appear_over = "style.background='url(gfx/position_bg.gif)'; style.backgroundRepeat='no-repeat'; style.color='#000000'";
   var appear_down = "style.background=''; style.color='#FFFFFF'";


//FUNKCJA WIDOCZNOŚCI WARSTWY - początek

   function visible(nazwa_warstwy,widocznosc) {
      if (widocznosc == 1) {
         document.getElementById(nazwa_warstwy).style.visibility = 'visible';
      } else {
         document.getElementById(nazwa_warstwy).style.visibility = 'hidden';
      }
   }
//FUNKCJA WIDOCZNOŚCI WARSTWY - koniec


//NIE RUSZAĆ!!! - początek
document.write("<div style='position: relative; width: 150px; z-index: 1'>");
//NIE RUSZAĆ!!! - koniec

//////////////////////////////////////// W S Z Y S T K I E   P O D M E N U ////////////////////////////////////////


// PODMENU fitness - początek

   var podmenu = [
                 "Opis zajęć", "fitness_opis_zajec.html",
                 "Instruktorzy", "fitness_instruktorzy.html",
                 ];

   document.write("<div id='fitness' style='"+pol_fitness+"' onmouseover=\"visible('fitness',1); menu5.style.background='url(gfx/position_bg.gif)'; menu5.style.color='#000000'\" onmouseout=\"visible('fitness',0); menu5.style.background=''; menu5.style.color=''\">");
      document.write("<table width='100%' cellspacing='0' cellpadding='0' style='"+appear_podmenu+"'>");
         document.write("<tr height='5'><td></td></tr>");
         for(i=0; i < podmenu.length; i=i+2) {
            document.write("<tr height='19' onmouseover=\"style.background='#000000'; style.color='#FFFFFF'\" onmouseout=\"style.background=''; style.color=''\" onclick=\"javascript:location.href='"+podmenu[i+1]+"'\"><td>&nbsp;&raquo;&nbsp;"+podmenu[i]+"</td></tr>");
         }
      document.write("</table>");
   document.write("</div>");

// PODMENU fitness - koniec

// PODMENU zdjęcia - początek

   var podmenu = [
                 "Otwarcie", "zdjecia_otwarcie.html",
                 "Fitness", "zdjecia_fitness.html",
                 "Pozostałe", "zdjecia_pozostale.html",
		     "Pokaz", "zdjecia_galeria.html",
		     "Mistrz", "zdjecia_mistrz.html",
		     "Rocznica", "zdjecia_rocznica.html",
		     "Prezentacja", "zdjecia_prezentacja.html"
		
                 ];

   document.write("<div id='zdjecia' style='"+pol_zdjecia+"' onmouseover=\"visible('zdjecia',1); menu7.style.background='url(gfx/position_bg.gif)'; menu7.style.color='#000000'\" onmouseout=\"visible('zdjecia',0); menu7.style.background=''; menu7.style.color=''\">");
      document.write("<table width='100%' cellspacing='0' cellpadding='0' style='"+appear_podmenu+"'>");
         document.write("<tr height='5'><td></td></tr>");
         for(i=0; i < podmenu.length; i=i+2) {
            document.write("<tr height='19' onmouseover=\"style.background='#000000'; style.color='#FFFFFF'\" onmouseout=\"style.background=''; style.color=''\" onclick=\"javascript:location.href='"+podmenu[i+1]+"'\"><td>&nbsp;&raquo;&nbsp;"+podmenu[i]+"</td></tr>");
         }
      document.write("</table>");
   document.write("</div>");

// PODMENU zdjęcia - koniec



////////////////////////////////////////  K     O     N     I     E     C  ////////////////////////////////////////


//NIE RUSZAĆ!!! - początek
document.write("</div>");
//NIE RUSZAĆ!!! - koniec



// MENU GŁÓWNE - początek

   document.write("<table height='21' cellspacing='0' cellpadding='0' style='"+menu+"'>");
      document.write("<tr height='21'>");
         document.write("<td id='menu1' width='105' align='center' onmouseover=\""+appear_over+"\" onmouseout=\""+appear_down+"\" onclick=\"location.href='index.html'\" style='cursor: hand; cursor: pointer'>&nbsp;<b>Index</b></td><td width='2'></td>");
         document.write("<td id='menu2' width='73' align='center' onmouseover=\""+appear_over+"\" onmouseout=\""+appear_down+"\" onclick=\"location.href='o_klubie.html'\" style='cursor: hand; cursor: pointer'>&nbsp;<b>O klubie</b></td><td width='2'></td>");
         document.write("<td id='menu3' width='73' align='center' onmouseover=\""+appear_over+"\" onmouseout=\""+appear_down+"\" onclick=\"location.href='cennik.html'\" style='cursor: hand; cursor: pointer'>&nbsp;<b>Cennik</b></td><td width='2'></td>");
         document.write("<td id='menu3' width='73' align='center' onmouseover=\""+appear_over+"\" onmouseout=\""+appear_down+"\" onclick=\"location.href='fitness_instruktorzy.html'\" style='cursor: hand; cursor: pointer'>&nbsp;<b>Kadra</b></td><td width='2'></td>");
         document.write("<td id='menu4' width='73' align='center' onmouseover=\""+appear_over+"\" onmouseout=\""+appear_down+"\" onclick=\"location.href='silownia.html'\" style='cursor: hand; cursor: pointer'>&nbsp;<b>Siłownia</b></td><td width='2'></td>");		 
         document.write("<td id='menu5' width='73' align='center' onmouseover=\"visible('fitness',1); "+appear_over+"\" onmouseout=\"visible('fitness',0); "+appear_down+"\" style='cursor: default'><b>Fitness</b></td><td width='2'></td>");
		 document.write("<td id='menu10' width='73' align='center' onmouseover=\""+appear_over+"\" onmouseout=\""+appear_down+"\" onclick=\"location.href='masaz.html'\" style='cursor: hand; cursor: pointer'><b>Masaż</b></td><td width='2'></td>");
         document.write("<td id='menu6' width='90' align='center' onmouseover=\""+appear_over+"\" onmouseout=\""+appear_down+"\" onclick=\"location.href='grafik_zajec.html'\" style='cursor: hand; cursor: pointer'>&nbsp;<b>Grafik</b></td><td width='2'></td>");
         document.write("<td id='menu7' width='73' align='center' onmouseover=\"visible('zdjecia',1); "+appear_over+"\" onmouseout=\"visible('zdjecia',0); "+appear_down+"\" style='cursor: default'><b>Galeria</b></td><td width='2'></td>");
         document.write("<td id='menu8' width='110' align='center' onmouseover=\""+appear_over+"\" onmouseout=\""+appear_down+"\" onclick=\"location.href='oferta_dla_firm.html'\" style='cursor: hand; cursor: pointer'>&nbsp;<b>Dla firm</b></td><td width='2'></td>");
         document.write("<td id='menu9' width='73' align='center' onmouseover=\""+appear_over+"\" onmouseout=\""+appear_down+"\" onclick=\"location.href='kontakt.html'\" style='cursor: hand; cursor: pointer'>&nbsp;<b>Kontakt</b></td><td width='2'></td>");
      document.write("</tr>");
   document.write("</table>");

// MENU GŁÓWNE - koniec


newsy, cennik, zajecia, galeria, kontakt

