function ME(a,col,obj,status_text){
a.style.backgroundColor = col;
obj.style.cursor = 'hand';
window.status = status_text;
}
function go(url,status_text) {
document.location = url;
}
function write_it(status_text)
{
window.status=status_text;
}