function menuSimpleLoad()
         {
          key01 = new Image;
          key01.src = "image/jpg/m_01a_u.jpg";
          key02 = new Image;
          key02.src = "image/jpg/m_02a_u.jpg";
          key03 = new Image;
          key03.src = "image/jpg/m_03a_u.jpg";
          key04 = new Image;
          key04.src = "image/jpg/m_04a_u.jpg";
          key05 = new Image;
          key05.src = "image/jpg/m_05a_u.jpg";
          key06 = new Image;
          key06.src = "image/jpg/m_06a_u.jpg";
          key07 = new Image;
          key07.src = "image/jpg/m_07a_u.jpg";

          key11 = new Image;
          key11.src = "image/jpg/m_01a_d.jpg";
          key12 = new Image;
          key12.src = "image/jpg/m_02a_d.jpg";
          key13 = new Image;
          key13.src = "image/jpg/m_03a_d.jpg";
          key14 = new Image;
          key14.src = "image/jpg/m_04a_d.jpg";
          key15 = new Image;
          key15.src = "image/jpg/m_05a_d.jpg";
          key16 = new Image;
          key16.src = "image/jpg/m_06a_d.jpg";
          key17 = new Image;
          key17.src = "image/jpg/m_07a_d.jpg";
         }

function menuSimpleChng(nrIndx)
           {
//Klawisze gorace
            if (nrIndx == 1) document.images.imgSimpleMen01.src=key01.src;
            if (nrIndx == 2) document.images.imgSimpleMen02.src=key02.src;
            if (nrIndx == 3) document.images.imgSimpleMen03.src=key03.src;
            if (nrIndx == 4) document.images.imgSimpleMen04.src=key04.src;
            if (nrIndx == 5) document.images.imgSimpleMen05.src=key05.src;
            if (nrIndx == 6) document.images.imgSimpleMen06.src=key06.src;
            if (nrIndx == 7) document.images.imgSimpleMen07.src=key07.src;

// Funkcje powrotu do normalnosci
            if (nrIndx == 11) document.images.imgSimpleMen01.src=key11.src;
            if (nrIndx == 12) document.images.imgSimpleMen02.src=key12.src;
            if (nrIndx == 13) document.images.imgSimpleMen03.src=key13.src;
            if (nrIndx == 14) document.images.imgSimpleMen04.src=key14.src;
            if (nrIndx == 15) document.images.imgSimpleMen05.src=key15.src;
            if (nrIndx == 16) document.images.imgSimpleMen06.src=key16.src;
            if (nrIndx == 17) document.images.imgSimpleMen07.src=key17.src;
           }

   function gallery(UrlPath){
   window.open(UrlPath,'','width=448, height=293, alwaysRaised=yes,directories=no, hotkeys=no,location=no, menubar=no, resizable=no,scrollbars=no, status=no, titlebar=no, toolbar=no');
   }
   function Chrch(UrlPath){
   window.open(UrlPath,'','width=665, height=600, alwaysRaised=yes,directories=no, hotkeys=no,location=no, menubar=no, resizable=no,scrollbars=no, status=no, titlebar=no, toolbar=no');
   }
   function Read(UrlPath){
   window.open(UrlPath,'','width=654, height=500, alwaysRaised=yes,directories=no, hotkeys=no,location=no, menubar=no, resizable=no,scrollbars=yes, status=no, titlebar=no, toolbar=no');
   }
   function Other(UrlPath){
   window.open(UrlPath,'','width=800, height=600, alwaysRaised=yes,directories=no, hotkeys=no,location=yes, menubar=yes, resizable=no,scrollbars=yes, status=no, titlebar=no, toolbar=yes');
   }
   function Shw(UrlPath){
   window.open(UrlPath,'','width=750, height=550, alwaysRaised=yes,directories=no, hotkeys=no,location=no, menubar=no, resizable=no,scrollbars=yes, status=no, titlebar=no, toolbar=no');
   }
   function Sntc(UrlPath){
   window.open(UrlPath,'','width=450, height=300, alwaysRaised=yes,directories=no, hotkeys=no,location=no, menubar=no, resizable=no,scrollbars=yes, status=no, titlebar=no, toolbar=no');
   }
