﻿// JScript File
var MENU_ITEMS = [	
    ['<span style="cursor:pointer;"><strong>Login</strong></span>',null,null,
       [pupup('<script type="text/javascript" src="include/Validation.js"></script> <form method="post" action="UserLogin.aspx" onsubmit="return checkrequired(this)"><table cellpadding="0" cellspacing="0" width="250"><tr><td><img src="images/login_toplft.gif" /></td><td><img src="images/login_top.gif"/></td><td><img src="images/login_toprgt.gif" /></td></tr><tr><td><img src="images/login_lft.gif" /></td><td style="background-image:url(Images/login_bg.gif); background-repeat:repeat-x;" valign="top"><table cellpadding="2" cellspacing="2" width="100%"><tr><td colspan="2" style="font-family:Georgia; font-size:12px; font-weight:bold;" align="left">EICMS Login </td></tr><tr><td style="font-family:Verdana; font-size:10px;color:#FFFFFF; width: 74px;" ><strong>User Name:</strong></td><td><input id="requiredusername"  name="requiredusername" type="text" style="width: 150px"  /> </td></tr> <tr><td style="font-family:Verdana; font-size:10px;color:#FFFFFF; width: 74px;"><strong>Password :</strong></td><td><input id="requiredpassword" name="requiredpassword" type="password" style="width: 150px" /> </td></tr><tr><td colspan="2" align="right" style="padding-right:5px;"><input type="submit" style="background-image: url(Images/login_btn.jpg); width: 80px; border: 0; cursor: pointer;" value=""/></td></tr></table></td><td><img src="images/login_rgt.gif"/></td></tr><tr><td><img src="images/login_btmlft.gif" /></td><td><img src="images/login_btm.gif" /></td><td><img src="images/login_btmrgt.gif" /></td></tr></table></form>')]
       ]
]; 
function pupup (text) {
	return text;
}


