<!--When Closing window and Submit

<!--onUnload alert("This is a JavaScript ALERT box.")
<!--onSubmit alert("SUBMIT")

// -->


<!-- For the MouseOver Links

img_on  = "../img/rdot.gif";
img_off = "../img/offdot.gif";

function imgover(imgname)
{
   imgname.src = img_on;
}

function imgout(imgname)
{
   imgname.src = img_off;
}
//-->

<!-- Begin For NETSCAPE RIGHT-CLICK
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("Predators' Hide Out : Where Predators Dwell. [Personal expressional site] All content copyrights to its respected owners. No copies allowed without a respected written agreement between the user and the owner. [pho.vze.com]");
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;
//  END FOLLOWING IE4+ RIGHT-CLICK -->

function click() {
if (event.button==2) {
alert("Predators Hide Out : Where Predators Dwell. [Personal expressional site] All content copyrights to its respected owners. No copies allowed without a respected written agreement between the user and the owner.  [pho.vze.com]");
}

}
document.onmousedown=click
var win='toolbar=1,directories=0,menubar=0,scrollbars=1,resizable=1,width=650,height=450';
function go(url)
{
window.open(url,'',win)
}
var ch = 0;
