
<!--
var theForm = document.forms['aspnetForm'];
if (!theForm) {
    theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
// -->


function Hidee(e)
{
var ids= new Array(5);
ids[0]="Telecommunication-menu";
ids[1]="Enterprise-menu";
ids[2]="Insurance-menu";
ids[3]="Internet-menu";
ids[4]="Education-menu";


 var i=0;
 for( i=0; i < ids.length ; i++)
 {
if (e==ids[i])
{
    if (document.getElementById("oldMenu").value != e)
    {
        Effect.BlindDown(ids[i]);
        document.getElementById("oldMenu").value = ids[i];
    }
    else
    {
        Effect.BlindUp(ids[i]);
       document.getElementById("oldMenu").value  = "";
       return;
    }
}
else{
Effect.BlindUp(ids[i]);
    
}
}

}
///
    /// Function To Move Loading Image When Page Scroll
    ///

    
function Hidee(e)
{
var ids= new Array(5);
ids[0]="Telecommunication-menu";
ids[1]="Enterprise-menu";
ids[2]="Insurance-menu";
ids[3]="Internet-menu";
ids[4]="Education-menu";
 var i=0;
 for( i=0; i < ids.length ; i++)
 {
if (e==ids[i])
{
    if (document.getElementById("oldMenu").value != e)
    {
        Effect.BlindDown(ids[i]);
        document.getElementById("oldMenu").value = ids[i];
    }
    else
    {
        Effect.BlindUp(ids[i]);
       document.getElementById("oldMenu").value  = "";
       return;
    }
}
else{
Effect.BlindUp(ids[i]);
    
}
}

}
