// 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_services.gif","theme_sd.gif","theme_ws.gif","theme_qs.gif");
	var alttext = Array("Services","Software Development","Web Solutions","QA Services");
	for (var i=1;i<=4;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>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 sound 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: // Software Development
			pcontent.innerHTML = "<p>Our development team has extensive knowledge and expertise; Our team also has knowledge and experience in software re-engineering and data migration. We have talented and experienced professionals to work seamlessly on projects requiring commerce solutions, and application development using the following technologies. We provide offshore and onsite services in following areas. </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 class=\"heading\">Development</td><td class=\"heading\">Customisation</td></tr><tr><td><ul><li>Client-Server Applications</li><li>Desktop Applications</li><li>Database Applications</li></ul></td><td><ul><li>Software Re-Engineering</li><li>Software Enhancements</li><li>Software Maintenance</li></ul></td></tr></table></p>";
			break;
		case 3: // Web Solutions
			pcontent.innerHTML = "<p>We are a professional Internet strategy and Web design company that creates websites for organizations across the globe. Our business-driven approach for website development separates us from typical web design companies and ensures businesses tap a wider market and expand their customer base.</p><p>We specialize in best-in-class website design, online marketing, Flash multimedia, corporate identity and print graphics. We have an integrated team of web consultants, creative designers, writers, programmers and marketing professionals that know how to get online results. </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 class=\"heading\">Web Designing</td><td class=\"heading\">Web Development</td></tr><tr><td><ul><li>Excellent Static Websites</li><li>Creative Animated Websites</li><li>Other Graphic designs</li></ul></td><td><ul><li>Online Web Portals</li><li>Online Database Applications</li><li>Corporate Business Websites</li></ul></td></tr></table></p>";
			break;
		case 4: // Staffing Services
			pcontent.innerHTML = "<p>Quality itself is often hard to define because it means different things to different people, but in the context of software quality assurance, the simple and appropriate definition of software quality is the convergence of complete requirements, correct code, and minimal defects that align to meet business goals.</p><p>To employ Lifecycle Quality Management, then, means that requirements must align with business goals as well as testing objectives, development teams must be able to control the quality of emerging software builds and identify defects very early, and the quality assurance teams need to focus on testing what matters to the business and easily leverage the known efficiencies of test automation. </p><p>EMatrix provides testing and quality assurance services to various software product companies and enterprise segments, including financial services, retail, utilities, manufacturing, telecom and embedded systems and applications. Our independent team of specialized engineers is trained to provide the entire spectrum of testing services</p>";
	}
}
function fireFoxEffect(c)
{
	var agt=navigator.userAgent.toLowerCase();
    	if (agt.indexOf("msie") == -1)
			for (var i=1;i<=c;i++)
			   document.write("<br>");
}