function Go(d) {
top.location.href=d;
}
function light (obj,c) {
obj.style.backgroundColor=c;
}