function openWindow(newURL,NewWin) {newWindow = window.open(newURL,NewWin,"location=yes,status=yes,toolbar=yes,resizable=yes,scrollbars=yes,width=600,height=440") }
function openLogWindow(newURL,NewWin) {newWindow = window.open(newURL,NewWin,"location=no,status=no,toolbar=no,resizable=yes,scrollbars=auto,width=360,height=520") }
function ConfirmDelete(){return confirm("Are you sure you really want to delete this Page?")}