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",73,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("about&nbsp;me","location='omnie_ja_eng.html'");
  mm_menu_0406155556_0.addMenuItem("experience_exhibitions","location='omnie_wystawy_eng.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",79,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("document","location='gal_rep.html'");
  mm_menu_0406160050_1.addMenuItem("portrait","location='gal_por_1.html'");
  //mm_menu_0406160050_1.addMenuItem("glamour","location='galeria/moda/index.html'");
  //mm_menu_0406160050_1.addMenuItem("studio","location='gal_studio_1.html'");
  mm_menu_0406160050_1.addMenuItem("creation","location='gal_kre.html'");
   mm_menu_0406160050_1.addMenuItem("lo-fi","location='galeria/lo-fi/index.html'");
  mm_menu_0406160050_1.addMenuItem("polaroids","location='galeria/pola/index.html'");
  //mm_menu_0406160050_1.addMenuItem("series","location='gal_cyk_1.html'");
    mm_menu_0406160050_1.addMenuItem("impressions","location='gal_impres_1.html'");
    mm_menu_0406160050_1.addMenuItem("commercial","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("freeee","location='fun_free_eng.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("my&nbsp;spots","location='linki_ja.html'");
  mm_menu_0406165350_3.addMenuItem("Friends","location='linki_znajom.html'");
  mm_menu_0406165350_3.addMenuItem("Strangers","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("be&nbsp;in&nbsp;touch","location='kontakt.html'");
  mm_menu_0406160515_2.addMenuItem("write&nbsp;to&nbsp;me","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);
  }
 }
