timeID = 0;
timeID1 = 10;
m=0;
cmnt="";

// Message to Status
function disp( cmnt ) {
  clearTimeout(timeID);
  info = cmnt;
  status = info;
  timeID = setTimeout("disp( info );",100);
  }

// ----
function m_out() { clearTimeout(timeID); status = ""; }

// Jump 1
function link ( jmpadd ) {

  a = jmpadd.options[jmpadd.selectedIndex].value;

  if ( a != "##") { jmpadd.options[0].selected = true; }
  if ( a != "#" && a != "##" ) { top.window.document.location = a; }
}

// Jump 2
function btn( Adrs ){
        top.window.document.location = Adrs;
}
