
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
   version = "2";
   if (browserName == "Netscape" && browserVer >= 3) version = "1";else
   if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "1";

else version = "2";

// preload images:
if (version == "1") {

infoa = new Image();
infoa.src = "../../../foto/lupe1.gif";
infob = new Image();
infob.src = "../../../foto/lupe2.gif";
}

function hiLite(imgDocID,imgObjName) {
if (version == "1") {
document.images[imgDocID].src = eval(imgObjName + ".src")
}}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openLink(link,target) {
  if (target=="menu") {
  	MM_openBrWindow(link,'menu','');
  }else if(target=="_top"){
  	top.location.href = link;
  }else{
  	document.location.href = link;
  }
}
function openLink1(link,target) {
  if (target=="szukaj") {
  	MM_openBrWindow(link,'szukaj','');
  }else if(target=="_top"){
  	top.location.href = link;
  }else{
  	document.location.href = link;
  }
}

function createArray(size) {
 for (var i=0; i < size; i++) {
  this[i] = null }
 this.length = size;
 return this
}
function Product(nr, descrip, money) {
 this.numer = nr;
 this.description = descrip;
 this.kwota = money;
}

var items = new Object();

// STEP NUMBER ONE
// enter the color for rows of the table
// (either javascript name or hex code)
color1 = "#red";
color2 = "yellow";

// STEP NUMBER TWO:
// change the following declarations to fit your needs
//
// items[1] = new Product("Product 1 Name", 25.50);
// items[2] = new Product("Product 2 Name", 39.95);
//
// NOTE: You must define both the items array consecutively starting at 1.
//       Again, the index of both arrays starts at 1

items[1] = new Product("<i>wymiary</i>", "", "");
items[2] = new Product("wys.", "", "");
items[3] = new Product("szer.", "", "");
items[4] = new Product("głęb.", "", "");
items[5] = new Product("waga", "", "");
