<!--
to=new Array()
function over(n){
if(typeof(to[n])!="undefined")clearTimeout(to[n])
document.getElementById("o"+n).style.visibility="visible"
}
function out(n){
to[n]=setTimeout('document.getElementById("o'+n+'").style.visibility="hidden"',30)
}

too=new Array();
function over1(n){
if(typeof(too[n])!="undefined")clearTimeout(too[n])
document.getElementById("oo"+n).style.visibility="visible"
}
function out1(n){
too[n]=setTimeout('document.getElementById("oo'+n+'").style.visibility="hidden"',30)
}

//-->