var browserName=navigator.appName; 
var iever=parseFloat(navigator.appVersion.substring(22,25));
var cmenu=new String("<table style=\"background-color: #000066; color: #FFFFFF; border-width: 1px; cursor: hand; width: 210px; font-size: 10pt; font-weight: bold\" cellpadding='5px' cellspacing='1px' border='1px'><tr id='trLM' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('solm.aspx')\"><td>Laboratory Information</td></tr><tr id='trDM' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('pgdivm.aspx')\"><td>Division Information</td></tr><tr id='trPM' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('pgperm.aspx')\"><td>Personnel Information</td></tr><tr id='trREP' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick='RedirTo(\"pgrep.aspx\")'><td>Reports</td></tr><tr id='trMDU' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('pgmdu.aspx')\"><td>Master Data Update</td></tr><tr id='trOIU' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);'><td>Other Info. Update</td></tr><tr id='trUA' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick='RedirTo(\"usrauth.aspx\")'><td>User Authorisation</td></tr><tr id='trCR' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick='RedirTo(\"crole.aspx\")'><td>User Role</td></tr><tr id='trCP' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick='RedirTo(\"cpwd.aspx\")'><td>User Password</td></tr><tr id='trCVIR' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick='RedirTo(\"vcvir.aspx\")'><td>View CV Import Request</td></tr><tr id='trUDS' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick='RedirTo(\"usrstatistics.aspx\")'><td>View User's Data Statistics</td></tr><tr id='trUS' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick='RedirTo(\"usrsummary.aspx\")'><td>View User Statistics</td></tr><tr id='trLNO' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick='RedirTo(\"lno.aspx\")'><td>Nodal Officer</td></tr><tr id='trDOU' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick='RedirTo(\"deluser.aspx\")'><td>Delete User</td></tr></table>");
var repmenu=new String("<table style=\"background-color: #000066; color: #FFFFFF; border-width: 1px; cursor: hand; width: 210px; font-size: 10pt; font-weight: bold\" cellpadding='5px' cellspacing='1px' border='1px'><tr id='trH' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('homepage.aspx')\"><td>HOME</td></tr><tr id='trSD' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('repskldsg.aspx')\"><td>Skills & Designation</td></tr><tr id='trPUR' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('reppu.aspx')\"><td>Profile Update Report</td></tr></table>");
var mdumenu=new String("<table style=\"background-color: #000066; color: #FFFFFF; border-width: 1px; cursor: hand; width: 210px; font-size: 10pt; font-weight: bold\" cellpadding='5px' cellspacing='1px' border='1px'><tr id='trH' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('homepage.aspx')\"><td>HOME</td></tr><tr id='trNI' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('mduni.aspx')\"><td>Name Initials</td></tr><tr id='trST' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('mdust.aspx')\"><td>State Information</td></tr><tr id='trCT' onmouseover='SetSel(this);' onmouseout='SetUnSel(this);' onclick=\"RedirTo('mduct.aspx')\"><td>City Information</td></tr></table>");

function SetSel(src)
{
	src.style.backgroundColor= "#ccffff";
    src.style.color= "#000066";
}
function SetUnSel(src)
{
	src.style.backgroundColor= "#000066";
	src.style.color= "#ffffff";
}
function RedirTo(src)
{
	document.location=src;
}
//if (browserName!="Microsoft Internet Explorer" || iever<6)
//  window.location = "bns.aspx";