// JavaScript Document
// Please do not copy. Piracy is not just a 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_aboutus.gif","theme_om.gif","theme_ov.gif","theme_ot.gif","theme_os.gif");
	var alttext = Array("About Us","Our Mission","Our Vision","Our Team","Our Strategy");
	for (var i=1;i<=5;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: // About Us
			pcontent.innerHTML = "<p>EMatrix is a fast emerging IT company incorporated with an intension to bring all the difference in empowering the business solutions. Incorporated in USA as a consultancy, EMatrix has seen all the success in providing the world class consultancy services. EMatrix is now stretched its wings into the software development in India with a strong objective of refining and defining the IT sector in India.</p><p>Every business organization has a different problem and hence every solution we provide is different and specific to the problem. Our focus is to provide our customers with end-to-end solutions through onsite, offshore and outsourcing methods. Our industry experience gives us the depth and breadth of knowledge needed to determine the best solutions for business needs and an edge in problem solving and devising Best Practices Solution.</p><p>With the view to serve our clients in the best possible way, we have partnered with several leading technology providers. Our systems, processes and affiliations are well backed up by a team of consultants, developers and engineers who have cross platform skills and are in step with the industry.</p>";
			break;
		case 2: // Our Mission
			pcontent.innerHTML = "<p>Our mission is to exceed the expectations of every client by offering outstanding customer service, increased flexibility, and greater value, thus optimizing system functionality and improving operation efficiency. Our associates are distinguished by their functional and technical expertise combined with their hands-on experience, thereby ensuring that our clients receive the most effective and professional service. We are committed to continually improving our processes to meet the highest quality standards of our internal and external customers.</p>";
			break;
		case 3: // Our Vision
			pcontent.innerHTML = "<p>Our short term vision is to become one of the top 50 IT service providers in India by 2015.</p><p> Our long term vision is to become one the top global leaders in empowering the business solutions.</p><p><font class=\"heading\">Our Values</font><br><br>The core values of EMatrix by which each of us is driven are..<ul><li>Client Orientation<li>Quality and Time values<li>Team work & personal excellence<li>Integrity & Innovation</ul>";
			break;
		case 4: // Our Team
			pcontent.innerHTML = "<p>We are an inspired team of professionals with a right balance of efficiency and experience, charged up and empowering business solutions with our finest solutions to meet all the business requirements.</p><p><font class=\"heading\"> Kumar </font> - Managing Director<br><br>Mr. Kumar has 8 years of experience in IT industry. Besides providing years and years of valuable services to reputed companies in Quality Assurance sector, he has learnt from every minute that he spent for the very service, what exactly a business solution needs to fit to the requirement.</p><p>Lead by this big head, we have a bunch of trained professionals with diverse skill set and common objective of providing optimum solutions and services to the client. With continuous updating of our skill sets and strategies, we meet the standards that are required to catch up with rapid development in the industry.</p>";
			break;
		case 5: // Our Strategy
			pcontent.innerHTML = "<p>Every business organization tries to follow different approach to achieve success in its business, and so it has a different need with respect to business solutions. Client needs differ, so do our strategies in serving those needs. For instance, consider the following situations which reflect the diversity of client needs. <ul><li>Client knows exactly what he wants from a solution and he has enough time for getting it made.</li><li>Client knows what he wants, but he does' nt  have time</li><li>Client knows little about the exact requirements, but he wants the best solution for his business.</ul></p><p>Likewise, there are wide range of such needs which cannot be treated and solved using a single strategy. That's where process models step in.</p><p>Process model is a standardized methodology of designing and developing a solution for a specific requirement. There are a wide range of process models implemented around the world. Each one is thoroughly tested and standardized to meet the specific need for which it was designed. </p><p>In EMatrix, we follow different process models to serve different requirements of different clients. Our experts have extensive knowledge on the process models and their strengths  weaknesses. So, we pick the best possible strategy for a solution keeping the client in mind.</p>";
			break;
	}
}
function fireFoxEffect(c)
{
	var agt=navigator.userAgent.toLowerCase();
    	if (agt.indexOf("msie") == -1)
			for (var i=1;i<=c;i++)
			   document.write("<br>");
}