function ac(object,color){object.style.backgroundColor=color}
function go(page){window.location=page}
function su(){return confirm('Are you sure you want to delete this item?')}
function si(){return confirm('Are you sure you want to delete this image?')}
function sm(msg){return confirm(msg)}
function s(){window.status=document.title;return true};
if(document.layers)document.captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.CLICK|Event.DBLCLICK);
document.onload=s;
document.onmouseover=s;
document.onmouseout=s;
document.onclick=s;
