function viewIndices(){
	frmObj = document.frmIndices;
	frmObj.action= "/etig/common/checkIndices.jsp";
	frmObj.submit( );
}
