
function popUpRequest() {
props=window.open('forms/contact.php', 'requestasong', 'toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=1, width=640, height=450, left = 150, top = 25');
}


function popUptaf() {
props=window.open('taf/friend.php', 'tellafriend', 'toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizable=1, width=640, height=450, left = 150, top = 25');
}


function popUprules() {
props=window.open('gunchatrules.html', 'gunchatrules', 'toolbar=0, scrollbars=1, location=0, statusbar=0, menubar=0, resizable=1, width=600, height=250, left = 200, top = 55');
}


function right(e) {
var msg = "Sorry, you don't have permission to right-click. If you feel you need something, then check out our Copyright link.\n\n  http://www.rleeermey.com/policy.php#copyright\n\nIf you are trying to download a sound or ringtone, then please disable your player so you can select Save when you click the link. If you do not disable the Streaming ability of your player plug-in, you will not be able to save the file.";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);  // Delete this line to disable but not alert user
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg); // Delete this line to disable but not alert user
return false;
}
return true;
}
document.onmousedown = right;