function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function mmLoadMenus() {
  if (window.mm_menu_0406155556_0) return;
  window.mm_menu_0406155556_0 = new Menu("root",61,18,"Verdana, Arial, Helvetica, sans-serif",10,"#cccccc","#ffffff","#000000","#333333","left","middle",4,0,15000,-5,7,true,false,false,0,true,true);
  //mm_menu_0406155556_0.addMenuItem("o&nbsp;mnie","location='omnie_ja.html'");
  mm_menu_0406155556_0.addMenuItem("bio","location='omnie_wystawy.html'");
   mm_menu_0406155556_0.fontWeight="bold";
   mm_menu_0406155556_0.hideOnMouseOut=true;
   mm_menu_0406155556_0.menuBorder=0;
   mm_menu_0406155556_0.menuLiteBgColor='#1f8716';
   mm_menu_0406155556_0.menuBorderBgColor='#1f8716';
   mm_menu_0406155556_0.bgColor='#1f8716';
  window.mm_menu_0406160050_1 = new Menu("root",90,18,"Verdana, Arial, Helvetica, sans-serif",10,"#cccccc","#ffffff","#000000","#333333","left","middle",4,0,15000,-5,7,true,false,false,0,true,true);
  mm_menu_0406160050_1.addMenuItem("dokument","location='gal_rep.html'");
  mm_menu_0406160050_1.addMenuItem("portret","location='gal_por_1.html'");
  mm_menu_0406160050_1.addMenuItem("kreacja","location='gal_kre.html'");
  mm_menu_0406160050_1.addMenuItem("lo-fi","location='galeria/lo-fi/index.html'");
 //mm_menu_0406160050_1.addMenuItem("studio","location='gal_studio_1.html'");
  mm_menu_0406160050_1.addMenuItem("polaroidy","location='galeria/pola/index.html'");
  //mm_menu_0406160050_1.addMenuItem("cykle","location='gal_cyk_1.html'");
   mm_menu_0406160050_1.addMenuItem("impresje","location='gal_impres_1.html'");
    mm_menu_0406160050_1.addMenuItem("komercyjne","location='http://www.fantasmatic.pl'");
   mm_menu_0406160050_1.fontWeight="bold";
   mm_menu_0406160050_1.hideOnMouseOut=true;
   mm_menu_0406160050_1.menuBorder=0;
   mm_menu_0406160050_1.menuLiteBgColor='#1f8716';
   mm_menu_0406160050_1.menuBorderBgColor='#1f8716';
   mm_menu_0406160050_1.bgColor='#1f8716';
//  window.mm_menu_0406164728_2 = new Menu("root",49,18,"Verdana, Arial, Helvetica, sans-serif",10,"#cccccc","#ffffff","#000000","#333333","left","middle",4,0,15000,-5,7,true,false,false,0,true,true);
//  mm_menu_0406164728_2.addMenuItem(";-)","location='fun_joke.html'");
//  mm_menu_0406164728_2.addMenuItem("freeee","location='fun_free.html'");
//   mm_menu_0406164728_2.fontWeight="bold";
//   mm_menu_0406164728_2.hideOnMouseOut=true;
//   mm_menu_0406164728_2.menuBorder=0;
//   mm_menu_0406164728_2.menuLiteBgColor='#1f8716';
//   mm_menu_0406164728_2.menuBorderBgColor='#1f8716';
//   mm_menu_0406164728_2.bgColor='#1f8716';
  window.mm_menu_0406165350_3 = new Menu("root",74,18,"Verdana, Arial, Helvetica, sans-serif",10,"#cccccc","#ffffff","#000000","#333333","left","middle",4,0,15000,-5,7,true,false,false,0,true,true);
  mm_menu_0406165350_3.addMenuItem("Do&nbsp;mnie","location='linki_ja.html'");
  mm_menu_0406165350_3.addMenuItem("Znajomi","location='linki_znajom.html'");
  mm_menu_0406165350_3.addMenuItem("Znani","location='linki_nieznajom.html'");
   mm_menu_0406165350_3.fontWeight="bold";
   mm_menu_0406165350_3.hideOnMouseOut=true;
   mm_menu_0406165350_3.menuBorder=0;
   mm_menu_0406165350_3.menuLiteBgColor='#1f8716';
   mm_menu_0406165350_3.menuBorderBgColor='#1f8716';
   mm_menu_0406165350_3.bgColor='#1f8716';
  window.mm_menu_0406160515_2 = new Menu("root",75,18,"Verdana, Arial, Helvetica, sans-serif",10,"#cccccc","#ffffff","#000000","#333333","left","middle",4,0,15000,-5,7,true,false,false,0,true,true);
  mm_menu_0406160515_2.addMenuItem("daj&nbsp;mi&nbsp;znać","location='kontakt.html'");
//  mm_menu_0406160515_2.addMenuItem("wpisz&nbsp;się","location='kontakt_guest.html'");
   mm_menu_0406160515_2.fontWeight="bold";
   mm_menu_0406160515_2.hideOnMouseOut=true;
   mm_menu_0406160515_2.menuBorder=0;
   mm_menu_0406160515_2.menuLiteBgColor='#1f8716';
   mm_menu_0406160515_2.menuBorderBgColor='#1f8716';
   mm_menu_0406160515_2.bgColor='#1f8716';

  mm_menu_0406160515_2.writeMenus();
} // mmLoadMenus()


  noweOkienko = null;
function gallery(src, w, h){
  if(window.screen){
    aw=screen.availWidth;
    ah=screen.availHeight;
  }else{
    aw=640;
    ah=450;
  }
  if(noweOkienko==null || noweOkienko.closed){
    ustawienia=
     "left=" + (aw-w)/2 + ","
    +"top=" + (ah-h)/2 + ","
    +"screenX=" + (aw-w)/2 + ","
    +"screenY=" + (ah-h)/2 + ","
    +"width=" + w + ","
    +"height=" + h + ","
    +"innerWidth=" + w + ","
    +"innerHeight=" + h + ","
    +"toolbar=no,"
    +"location=no,"
    +"directories=no,"
    +"status=yes,"
    +"menubar=no,"
    +"scrollbars=yes,"
    +"resizable=no"
    noweOkienko = window.open('','obrazek',ustawienia);
  }
  noweOkienko.document.open();
  noweOkienko.document.clear();
  noweOkienko.document.write(
     "<html><head>\n"
    +"</head>\n"
    +"<body background=" + src + "></body>\n"
    +"</html>"
  );
  noweOkienko.document.close();
  noweOkienko.focus();
}


  noweOkienko = null;
function NewWindow(src, w, h){
  if(window.screen){
    aw=screen.availWidth;
    ah=screen.availHeight;
  }else{
    aw=640;
    ah=450;
  }
  if(noweOkienko==null || noweOkienko.closed){
    ustawienia=
     "left=" + (aw-w)/2 + ","
    +"top=" + (ah-h)/2 + ","
    +"screenX=" + (aw-w)/2 + ","
    +"screenY=" + (ah-h)/2 + ","
    +"width=" + w + ","
    +"height=" + h + ","
    +"innerWidth=" + w + ","
    +"innerHeight=" + h + ","
    +"toolbar=no,"
    +"location=no,"
    +"directories=no,"
    +"status=yes,"
    +"menubar=no,"
    +"scrollbars=yes,"
    +"resizable=no"
    noweOkienko = window.open(src,'obrazek',ustawienia);
  }
 }
