function statusOn(element){element.style.opacity=1;element.filters.alpha.opacity=100;}

function statusOff(element){

element.style.opacity=0.75;
element.filters.alpha.opacity=75;

}

