/**
 * menu 20MAR2002 Version 6.0
 * Andy Finnell, March 2002
 * Copyright (c) 2000-2002 Macromedia, Inc.
 *
 * based on menu.js
 * by gary smith, July 1997
 * Copyright (c) 1997-1999 Netscape Communications Corp.
 *
 * Netscape grants you a royalty free license to use or modify this
 * software provided that this copyright notice appears on all copies.
 * This software is provided "AS IS," without a warranty of any kind.
 */
function indObj(n, d) { //v4.01
  var p,i,x;  
  if(!d) d=document; 
  if((p=n.indexOf("?"))>0&&parent.frames.length) 
    {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
    }
  if(!(x=d[n])&&d.all) x=d.all[n]; 
  for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=indObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); 
  return x;
}
function swapImage() { //v3.0
  var i,j=0,x,a=swapImage.arguments; 
  document.sr=new Array; 
  for(i=0;i<(a.length-2);i+=3)
  if ((x=indObj(a[i]))!=null)
    {
    document.sr[j++]=x; 
    if(!x.oSrc) x.oSrc=x.src; 
    x.src=a[i+2];
    }
}
function swapImgRestore() { //v3.0
  var i,x,a=document.sr; 
  for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function preloadImages() { //v3.0
 var d=document; 
 if(d.images)
   { 
   if(!d.p) d.p=new Array();
   var i,j=d.p.length,a=preloadImages.arguments; 
   for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0) { d.p[j]=new Image; d.p[j++].src=a[i];}}
}

function mmLoadMenus() {
  if (window.menu_1023105544_0) return;
  window.menu_1023092677_0 = new Menu("root",195,16,"Verdana, Arial, Helvetica, sans-serif",12,"#666666","#990000","#ffffff","#ffffff","left","middle",10,0,100,-5,7,true,true,true,0,false,false);
    menu_1023092677_0.addMenuItem("Obróbka mechaniczna","location='obrabiarki.html'");
    menu_1023092677_0.addMenuItem("Zwijanie blach","location='walce.html'");
    menu_1023092677_0.addMenuItem("Spawanie i cięcie","location='spawanie.html'");
    menu_1023092677_0.addMenuItem("Wyżarzanie odprężające","location='PWHT.html'");
    menu_1023092677_0.hideOnMouseOut=true;
    menu_1023092677_0.menuBorder=1;
    menu_1023092677_0.menuLiteBgColor='#ffffff';
    menu_1023092677_0.menuBorderBgColor='#999999';
    menu_1023092677_0.bgColor='#cccccc';
  window.menu_1023105544_0 = new Menu("root",200,16,"Verdana, Arial, Helvetica, sans-serif",12,"#666666","#990000","#ffffff","#ffffff","left","middle",10,0,100,-5,7,true,true,true,0,false,false);
    menu_1023105544_0.addMenuItem("Machining","location='machines.html'");
    menu_1023105544_0.addMenuItem("Bending of plates","location='bending.html'");
    menu_1023105544_0.addMenuItem("Welding and flame cutting","location='welding.html'");
    menu_1023105544_0.addMenuItem("Stress relieving","location='PWHT.html'");
    menu_1023105544_0.hideOnMouseOut=true;
    menu_1023105544_0.menuBorder=1;
    menu_1023105544_0.menuLiteBgColor='#ffffff';
    menu_1023105544_0.menuBorderBgColor='#999999';
    menu_1023105544_0.bgColor='#cccccc'; 
  window.menu_1023092605_0 = new Menu("root",70,16,"Verdana, Arial, Helvetica, sans-serif",12,"#666666","#990000","#ffffff","#ffffff","left","middle",10,0,100,-5,7,true,true,true,0,false,false);
    menu_1023092605_0.addMenuItem("ISO","location='iso.html'");
    menu_1023092605_0.addMenuItem("GL","location='gl.html'");
    menu_1023092605_0.addMenuItem("SLV","location='slv.html'");
    menu_1023092605_0.addMenuItem("UDT","location='udt.html'");
    menu_1023092605_0.addMenuItem("PRS","location='prs.html'");
    menu_1023092605_0.hideOnMouseOut=true;
    menu_1023092605_0.menuBorder=1;
    menu_1023092605_0.menuLiteBgColor='#ffffff';
    menu_1023092605_0.menuBorderBgColor='#999999';
    menu_1023092605_0.bgColor='#cccccc';
  menu_1023092605_0.writeMenus();
} // mmLoadMenus()




