function topnavOver(thisHandle) {

  thisHandle.style.cursor='pointer';

}

function topnavOut(thisHandle) {

  thisHandle.style.pointer='arrow';

}

function topnavClick(theURL) {

  document.location.href=theURL;

}
