// JavaScript Document
// Please do not copy. Piracy is not just crime, but a sin too.
// Script Copy Rights Reserved to EMatrix Global Services. 
// Script written by Yugandhar B, Raja.
function getData(ch){
	
	var images = Array("theme_careers.gif","theme_we.gif","theme_co.gif");
	var alttext = Array("Careers","Work @ EMatrix","Current Openings");
	for (var i=1;i<=3;i++)
		eval("link"+i).className = "";
	theme.innerHTML = "<img src=\"resources/themes/"+images[ch-1]+"\" alt=\""+alttext[ch-1]+"\">";
	eval("link"+ch).className = "onstyle";
	switch (ch)
	{
		case 1: // Overview
			pcontent.innerHTML = "<p>We are a professionally managed organization that recognizes human intellect,   technology and process as the three vital resources of the company. We attribute   our success to our dedicated team members. We help you acquire a perfect balance between your objectives, and the   company's objectives.</p><p>As a continuously growing unit, we are looking for talented and enthusiastic professionals to work on challenging projects of our prestigious clients. We are an equal opportunity employer and offer excellent growth opportunities and remuneration.</p>";
			break;
		case 2: // Work @ EMatrix
			pcontent.innerHTML = "<p>Work at EMatrix is a joyful challenge. Along with a challenging life, we create a fun filled environment at EMatrix. We try to our best to extract the best out of your skills besides providing you a pleasant environment with an opportunity to learn a lot and to improve your skills.</p><p>With regular counseling and mentoring from the seniors, you can assure that your work assignments keep you on the desired career path. Graduated career opportunities are provided on the achievement and periodic assessment of the targeted performance levels.</p><p>We encourage you to develop competencies that build your future. Information repositories created with the participatory culture, play a significant role in the career and competency development for all resources. These skills prove to be an invaluable asset in meeting the organization's objectives.</p>";
			break;
		case 3: // Current Openings
			pcontent.innerHTML = "<p>We currently have vacancies in the following departments. </p><p style=\"text-align:center;width:90%\"><table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" style=\"font-size:11px;color:#444444\"><tr><td colspan=\"2\"><font  class=\"heading\">1. Job Code # EM-JRC104 (Jr. Programmer - Java) - Fresher</font><br><br></td></tr><tr valign=top><td><strong>Reqd. skills&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;</strong></td><td>Java, J2EE, JSP, JDBC, MS-Access / ORACLE / MySQL, HTML, CSS and soft skills.</td></tr><tr><td><strong>Qualifications&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;</strong></td><td>B.Tech / B.E, M.C.A (With min 60% aggregate).</td></tr></table><hr color=#444444 size=1px><table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" style=\"font-size:11px;color:#444444\"><tr><td colspan=\"2\"><font  class=\"heading\">2. Job Code # EM-JRC204 (Jr. Programmer - .Net) - Fresher</font><br><br></td></tr><tr valign=top><td><strong>Reqd. skills&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;</strong></td><td>ASP.Net, VB.Net/C#.Net, MS-SQL Server / MS-Access / ORACLE, HTML, CSS and soft skills.</td></tr><tr><td><strong>Qualifications&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;</strong></td><td>B.Tech / B.E, M.C.A (With min 60% aggregate).</td></tr></table><hr color=#444444 size=1px><table width=\"100%\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" style=\"font-size:11px;color:#444444\"><tr><td colspan=\"2\"><font  class=\"heading\">3. Job Code # EM-JRC701 (Web Designer) - Fresher</font><br><br></td></tr><tr valign=top><td><strong>Reqd. skills&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;</strong></td><td>Photoshop, Flash, Coreldraw, Dreamweaver, HTML, CSS and soft skills.</td></tr><tr><td><strong>Qualifications&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;</strong></td><td>Any graduation with diploma in designing.</td></tr></table><hr color=#444444 size=1px></p><p>To apply, please forward your cv to <a href=\"mailto:careers@ematrixus.com\">careers@ematrixus.com</a> with the subject line in the format :: \"&lt;job code&gt;/&lt;Full Name&gt;/&lt;Qualification&gt;/&lt;Percentage&gt;\"</p>";
	}
}
function fireFoxEffect(c)
{
	var agt=navigator.userAgent.toLowerCase();
    	if (agt.indexOf("msie") == -1)
			for (var i=1;i<=c;i++)
			   document.write("<br>");
}