<%@ page import="com.csc.library.entry.*" %>
<%@ page import="com.csc.library.system.*"%>
<%@ page import="com.csc.library.utilities.*" %>
<%@ page import="com.csc.library.database.*" %>
<%@ page import="com.csc.library.session.*" %>
<%@ include file="../CHECKPROFILE.jsp" %>
<jsp:useBean id="myprofile" class="com.csc.library.system.Task" scope="session"/>

<%
	myprofile.setChannel(request,response);
	myprofile.checkProfile();
	String lang=myprofile.getParameter("lang");
	String empid=myprofile.getUProfile().get("employeeid");
	String comid=myprofile.getUProfile().get("companyid");
	myprofile.setLangUProfile(lang);
%>