﻿//document.oncontextmenu=function(){return false};//Disable RightClick
//document.ondragstart=new Function("return false");//Disable Selection In UnKnownBrowser
document.onselectstart=function(){return false};//Disable Selection In IE
document.onmousedown=function(){return false};//Disable Selection in Opera //Disabling Mouse Click Also

function pl() /* Page Load Function */
 {
    document.getElementById('ld').style.display="none";
    document.getElementById('cp').style.visibility='visible';
    //if ((navigator.appName!='Netscape')&&(navigator.appName!='Microsoft Internet Explorer'))
    //window.location.href='http://www.greenmangos.net/invalid-browser.htm';
 }
/****************SideMenu @Starting***************/
function gu(ou)
{
 window.location.href='http://www.greenmangos.net/' + ou + '.aspx';
}
/****************SideMenu @Ending***************/
