function ou(d) {
d.style.backgroundColor='#ffffff'; 
}
function ov(d) {
d.style.backgroundColor='#C6FFB7'; 
d.style.cursor= 'hand';
}
function cl() { //v3.0
  var i, args=cl.arguments;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function ou_t(d) {
d.style.backgroundColor='#ffffff'; 
}
function ov_t(d) {
d.style.backgroundColor='#FFFEC6'; 
d.style.cursor= 'hand';
}
function tou(d) {
d.style.backgroundColor='#32E800'; 
}
function tov(d) {
d.style.backgroundColor='#FFAE08'; 
d.style.cursor= 'hand';
}
