function xHelp(whatURL) {
        
        open( whatURL ,"_help","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=600");
}

function PopUp(whatURL) {
        
        open( whatURL ,"_abc","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=700,height=650");
}

function showCalendar(ctrl,yy,mm) {
       // var dtnw = new Date();
       //window.open("/linktools/calxx.asp?yy=" + (dtnw.getFullYear()) + "&mm=" + dtnw.getMonth() + "&ctrl=" + ctrl, "", "toolbar=no,directories=no,menubar=no,resizable=no,width=190,height200");
window.open("/uniportal/tools/calxx.asp?yy=" + yy + "&mm=" + mm + "&ctrl=" + ctrl, "_cal","toolbar=no,directories=no,menubar=no,resizable=no,width=190,height=200");

      } 

function showdiv(xdiv) {
var sM=document.getElementById(xdiv);
sM.style.visibility = 'visible';
}
