
function LoadImage(filename,sizex,sizey)
{
  window.open (filename,'','left=50,top=50,menubar=no,location=no,width='+sizex+',height='+sizey+',resizable=no,status=no'); 
}
function openWindow(wurl,wwidth,wheight) {
   w = wwidth;
   h = wheight;
   var winl = (screen.width - w) / 2;
   var wint = (screen.height - h) / 2;
   winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl;
   d = new Date();
   popupWin = window.open(wurl, d.getHours() + d.getMinutes() + d.getSeconds() , winprops + ",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
}



function statusmessageobject(p,d) {
  this.msg = message
  this.out = " "
  this.pos = position
  this.delay = delay
  this.i     = 0
  this.reset = clearmessage
}
<!-- ------------------------------------------------------ -->
function clearmessage() {
  this.pos = position
}
var position = 500
var delay    = 60
var message  = ""
             + " "
var scroll = new statusmessageobject()
<!-- ------------------------------------------------------ -->
function scroller() {
  for (scroll.i = 0; scroll.i < scroll.pos; scroll.i++) {
    scroll.out += " "
  }
    if (scroll.pos >= 0)
   scroll.out += scroll.msg
  else scroll.out = scroll.msg.substring(-scroll.pos,scroll.msg.length)
//  window.status = scroll.out
  scroll.out = " "
  scroll.pos--
    if (scroll.pos < -(scroll.msg.length)) {
   scroll.reset()
  }
//    setTimeout ('scroller()',scroll.delay)
}

<!-- ------------------------------------------------------ -->
function showTip(which,MPY,MPX,parent) {
        var lyr = document.all[which].style;
    lyr.top = 0 + MPY;// + document.body.scrollTop;
    lyr.left= 0 + MPX;// + document.body.scrollLeft;
    lyr.visibility = "visible";
    lyr.overflow = 'visible';
}
<!-- ------------------------------------------------------ -->
function hideTip(which) {
    obj = document.all[which];
    obj.style.visibility = "hidden";
}

<!-- ------------------------------------------------------ -->
<!-- ------------------------------------------------------ -->

function my_onmouseover1(obj_td) {
//        obj_td.style.backgroundColor= '#000000';//'#FF0F24';
//        obj_td.style.color= '#F7A832';
//	obj_td.style.backgroundImage='index_03.jpg';
}
function my_onmouseout1(obj_td) {
//        obj_td.style.backgroundColor= '';
//        obj_td.style.color= '';
}
function my_onmouseover3(obj_td) {
//        obj_td.style.backgroundColor= '#F7A706';//'#FF0F24';
//        obj_td.style.color= '#FCEFD0';
//	obj_td.style.backgroundImage='index_03.jpg';
}
function my_onmouseout3(obj_td) {
//        obj_td.style.backgroundColor= '';
//        obj_td.style.color= '';
}
function my_onmouseover2(obj_td) {
        obj_td.style.backgroundColor= '#f3f3f3';//'#FF0F24';
//        obj_a.style.color= '#0000ff';
}
function my_onmouseout2(obj_td) {
        obj_td.style.backgroundColor= '';
//        obj_a.style.color= '#0000ff';
}