<!-- Hide from old browsers

function NewWindow(mypage, myname, w, h, scroll) {
  var winl = (screen.width - w) / 2;
  var wint = (screen.height - h) / 2;
  winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',unresizable'
  win = window.open(mypage, myname, winprops)
  if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

var iName=""; var nav=navigator.appName.indexOf("Netscape"); var
vers=parseInt(navigator.appVersion);
if ((nav !=-1 && vers>=3) || (vers==4)) {

a1 = new Image();
a1.src = "../images/bullet_off.gif";
a2 = new Image();
a2.src = "../images/bullet_on.gif";

b1 = new Image();
b1.src = "../../images/bullet_off.gif";
b2 = new Image();
b2.src = "../../images/bullet_on.gif";

}
function Ichange(p) {
if ((nav !=-1 && vers>=3) || (vers==4)) {
var pSrc=eval(p+".src");
document[iName].src=pSrc;
}
}

//-->