/***********************************************************************************************
*
*  project              : phpSMSPortal
*
***********************************************************************************************/

if (self != top) {top.location.href = self.location.href}

function click(e) {
    var message="              Sorry, that function is disabled.\nThis Page (Pictures & Text) is copyrighted & protected !\n            (C) 2003 - ALL RIGHTS RESERVED !";

    if (document.all) {
	if (event.button == 2) {
	    alert(message);
	    return false;
	}
    }

    if (document.layers) {
	if (e.which == 3) {
	    alert(message);
	    return false;
	}
    }
}

if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
