
//=================================================================================================
//Message for Alert
var pub_contextmenu_message="The entire content on this site is protected by copyright, trademark rights and database rights.\n No reproduction without the consent of the relevent owner.";
//=================================================================================================

function RightClickImage(){
    alert(pub_contextmenu_message);
    return false;
}

