// Popup Scripts Begin

function Privacy(){open("http://www.", "Privacy", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=370,height=150")}

// Popup Scripts End

// Right-Click Script Begins

function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("© 7pm Management");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

// Right-Click Script Ends


// Bookmark Script Begins

var bookmarkurl="http://www.7pmmanagement.com"
var bookmarktitle="7pm Management"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

// Bookmark Script Ends


// Dropdown Script Begins

function goToPage2(){
PageIndex2=document.form2.select2.selectedIndex
if (document.form2.select2.options[PageIndex2].value != "top")
{
top.location.replace(document.form2.select2[PageIndex2].value);
}
}

// Dropdown Script Ends


// Window Status Script Begins

window.defaultStatus=document.title

// Window Status Script Ends