function cll(o, url) {
location.href=url;
o.style.cursor='wait';
}

function cbov(o) {
    o.style.backgroundColor='#EAEDF1';
}
function cbo(o) {
    o.style.backgroundColor='';
}

function ss(w){window.status=w;return true;}
function cs(){window.status='';}