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 uc(){return confirm('Are you sure you want to cancel your account?')}
function st(){return confirm('Are you sure you want change the status?')}
function si(){return confirm('Are you sure you want to delete this image?')}
function sm(msg){return confirm(msg)}
function a(msg){return alert(msg)}
function s(){window.status=document.title;return true}
function OpenNewsWindow(url){theWindow = window.open(url, "News", "directories=no, menubar=no, scrollbars=yes, status=no, toolbar=no, resizable=yes, width=450, height=450;");if (window.focus) theWindow.focus();}
function OpenLoginWindow(url){theWindow = window.open(url, "Login", "directories=no, menubar=yes, scrollbars=yes, status=yes, toolbar=no, resizable=yes, width=750, height=550;");if (window.focus) theWindow.focus();}
function check_agree(){document.webform.send.disabled=!document.webform.agree.checked;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;

