<!--
//function opentf() {	
//  window.open('misc/tellfriend.html','friend','width=250,height=50'); 
//}

//if (document.images) {            // Active Images
//  img10on = new Image();
//  img10on.src = "images/main/11.gif";
//  img11on = new Image();
//  img11on.src = "images/main/12.gif";
//  img10off = new Image();
//  img10off.src = "images/main/9.gif";
//  img11off = new Image();
//  img11off.src = "images/main/10.gif";
//  img12off = new Image();
//  img12off.src = "img2003/newlogin-reduced.jpg";
//  img12on = new Image();
//  img12on.src = "img2003/login_red-reduced.jpg";
//}

// Function to 'activate' images.
//function imgOn(imgName) {
//  if (document.images) {
//    document[imgName].src = eval(imgName + "on.src");
//  }
//}

// Function to 'deactivate' images.
//function imgOff(imgName) {
//  if (document.images) {
//    document[imgName].src = eval(imgName + "off.src");
//  }
//}

// functions to do mouseover effects on links table
//function mClk(src) {
//  if (event.srcElement.tagName=='TD') {
//    src.children.tags('A')[0].click();
//  }
//}
//function oMo(src) {
//  src.style.cursor = 'hand';
//  src.bgColor = "ff9900";
//}
//function oMf(src) {
//  src.style.cursor = 'default';
//  src.bgColor = "ffff66";
//}
//function oLo(src) {
//  src.style.cursor = 'hand';
//  src.bgColor = "ff9933";
//}
//function oLf(src) {
//  src.style.cursor = 'default';
//  src.bgColor = "ff0033";
//}
//function oTo(src) {
//  src.style.cursor = 'hand';
//  src.bgColor = "ff9933";
//}
//function oTf(src) {
//  src.style.cursor = 'default';
//  src.bgColor = "ffcc99";
//}
// -->
