function setPointer(theRow, thePointerColor, theNormalBgColor){var theCells = null;if (thePointerColor == '' || typeof(theRow.style) == 'undefined') {return false;}if (typeof(document.getElementsByTagName) != 'undefined') {theCells = theRow.getElementsByTagName('td');}else if (typeof(theRow.cells) != 'undefined') {theCells = theRow.cells;}else {return false;}var rowCellsCnt  = theCells.length;var currentColor = null;var newColor     = null;if (typeof(window.opera) == 'undefined'&& typeof(theCells[0].getAttribute) != 'undefined' && typeof(theCells[0].getAttribute) != 'undefined') {currentColor = theCells[0].getAttribute('bgcolor');newColor = (currentColor.toLowerCase() == thePointerColor.toLowerCase())? theNormalBgColor: thePointerColor;for (var c = 0; c < rowCellsCnt; c++) {theCells[c].setAttribute('bgcolor', newColor, 0);} // end for}else {currentColor = theCells[0].style.backgroundColor;newColor = (currentColor.toLowerCase() == thePointerColor.toLowerCase())? theNormalBgColor: thePointerColor;for (var c = 0; c < rowCellsCnt; c++) {theCells[c].style.backgroundColor = newColor;}
}return true;}

<!-- 
 bName=navigator.appName;
 bVer=parseInt(navigator.appVersion);
 if (bName == "Netscape" || bVer >= 3) ver="n3";
    else if (bVer >=4) ver="n3";
    else ver="n2"
 if (ver == "n3")

 {link1off=new Image();
  link1off.src="images/menu_white_wines_01.jpg";
  link1on=new Image();
  link1on.src="images/menu_white_wines_02.jpg";

  link2off=new Image();
  link2off.src="images/menu_red_wines_01.jpg";
  link2on=new Image();
  link2on.src="images/menu_red_wines_02.jpg";

  link3off=new Image();
  link3off.src="images/menu_biodynamic_wines_01.jpg";
  link3on=new Image();
  link3on.src="images/menu_biodynamic_wines_02.jpg";

  link4off=new Image();
  link4off.src="images/menu_stelvin_closure_01.jpg";
  link4on=new Image();
  link4on.src="images/menu_stelvin_closure_02.jpg";

  link5off=new Image();
  link5off.src="images/menu_wine_academy_01.jpg";
  link5on=new Image();
  link5on.src="images/menu_wine_academy_02.jpg";

  link6off=new Image();
  link6off.src="images/menu_wine_tasting_01.jpg";
  link6on=new Image();
  link6on.src="images/menu_wine_tasting_02.jpg";

  link7off=new Image();
  link7off.src="images/menu_music_evening_01.jpg";
  link7on=new Image();
  link7on.src="images/menu_music_evening_02.jpg";

  link8off=new Image();
  link8off.src="images/menu_special_events_01.jpg";
  link8on=new Image();
  link8on.src="images/menu_special_events_02.jpg";
}
 
 function on(imgName)
 {if (ver == "n3")
  {imgOn=eval(imgName + "on.src");
   document [imgName].src=imgOn;}
 }

 function off(imgName)
 {if (ver == "n3")
  {imgOff=eval(imgName + "off.src");
   document [imgName].src=imgOff;}
 }
// -->

<!-- 
Nowe_Okno = null;
function galeria(src, w, h){
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;
}
else{
 aw=640;
 ah=450;
}
if (Nowe_Okno==null || Nowe_Okno.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=no,"
 +"menubar=no,"
 +"scrollbars=no,"
 +"resizable=no"
 Nowe_Okno = window.open('',
 'obrazek',ustawienia);
}
Nowe_Okno.document.open();
Nowe_Okno.document.clear();
Nowe_Okno.document.write(
"<html><head>\n"
+"</head>\n"
+"<body leftmargin=0 topmargin=0>\n"
+"<TABLE width=100% height=100% border=0><TR align=center><TD valign=center><IMG SRC=" + src +" ></TD></TR></TABLE>"
+"</body>\n"
+"</html>"
);
Nowe_Okno.document.close();
Nowe_Okno.focus();
} 
// -->
