// Include - JS file
// This file is used to manage Arrays for the following:
// 1. Skills
// 2. Qualification
// 3. Customer Speak
// 4. Whats New
// 5. 

// **************** Code Start here ****************

function showArray(toShow)
{

// ********* SKILLS START *********
if(toShow == "Skills")
{
// Skills can be upto a maximum of 50 numbers

	skills[0] = "ASP" ;
	skills[1] = "VB" ;
	skills[2] = "SQL Server" ;
	skills[3] = "JSP" ;
	skills[4] = "J2EE" ;
	skills[5] = "Oracle" ;
	skills[6] = "Others" ;
	
// Add more skills here
// To add more skill copy and past this code after the last skill in the list.....  
// ....    skills[n] = "Skill Name" ;
// replace "n" with the array number and "Skill Name" with the real skill

}
// ********* SKILLS END *********

// ********* QUALIFICATION START *********
if(toShow == "Qualification")
{
// Qualification can be upto a maximum of 50 numbers

	quali[0] = "B.C.A" ;
	quali[1] = "B.Com" ;
	quali[2] = "B.E." ;
	quali[3] = "B.Tech" ;
	quali[4] = "C.A." ;
	quali[5] = "M.B.A" ;
	quali[6] = "M.C.A" ;
	quali[7] = "M.Tech" ;
	quali[8] = "Others" ;
	
	
	
// Add more Qualification here
// To add more Qualification copy and past this code after the last Qualification in the list.....  
// ....    quali[n] = "Qualification Name" ;
// replace "n" with the array number and "Qualification Name" with the real Qualification

}
// ********* QUALIFICATION END *********

// ********* CUSTOMER SPEAK START *********
if(toShow == "CustomerSpeak")
{
// Customer Speak can be upto a maximum of 6 numbers
// Try to keep the content small as  not to effect the page layout and design

	custSpeak[0] = "Tata Elxsi offers us excellent expertise in outsourced R&amp;D services. The team is innovative and highly responsive" ;
	custSpeakAuth[0] = "- Mark Lyall<br>&nbsp;&nbsp;Quality and Engineering Support &nbsp;&nbsp;Manager, Madge" ;
	custSpeak[1] = "We are extremely impressed with the team work exhibited while working on the Microchip project at Tata Elxsi" ;
	custSpeakAuth[1] = "- Manuel Muro, <br> &nbsp;&nbsp;Microchip" ;
	custSpeak[2] = "Working with Tata Elxsi's Visual Computing Labs was a very pleasant experience" ;
	custSpeakAuth[2] = "- Shankar <br> &nbsp;&nbsp;Director, Boys" ;
	custSpeak[3] = "The Tata Elxsi folks, both here and in India, have moved with artistic skill and efficiency to make our dealings a pleasure" ;
	custSpeakAuth[3] = "- Bill Schultz, <br> &nbsp;&nbsp;Partner/President, <br> &nbsp;&nbsp;Mike Young Productions" ;
	custSpeak[4] = "I just want to tell you how happy we are with the animation Tata Elxsi's Visual Computing Labs is doing for Film Roman" ;
	custSpeakAuth[4] = "- John Hyde, <br> &nbsp;&nbsp;Chief Executive Officer, <br> &nbsp;&nbsp;Film Roman" ;	
	custSpeak[5] = "We are very happy with the work done, especially the level of commitment shown by your staff in meeting our timescales at the end of the project. Thank you for all the hard work done.  We could not have done this without you" ;
	custSpeakAuth[5] = "- Mr. Alan Carr, <br> &nbsp;&nbsp;PA Consulting" ;	
	
// Add more Customer Speak here
// To add more Content copy and past this code after the last content in the list.....  
// ....    custSpeak[n] = "Content Comes Here" ;
// ....    custSpeakAuth[n] = "Author Desc" ;
// replace "n" with the array number and "Content Comes Here" with the real Content
// replace "n" with the array number and "Author Desc" with the real Author Description

}

if(toShow == "CustomerSpeakDES")
{
// Customer Speak can be upto a maximum of 6 numbers
// Try to keep the content small as  not to effect the page layout and design

	custSpeak[0] = "Tata Elxsi offers us excellent expertise in outsourced R&amp;D services. The team is innovative and highly responsive" ;
	custSpeakAuth[0] = "- Mark Lyall<br>&nbsp;&nbsp;Quality and Engineering Support &nbsp;&nbsp;Manager, Madge" ;
	custSpeak[1] = "We are extremely impressed with the team work exhibited while working on the Microchip project at Tata Elxsi" ;
	custSpeakAuth[1] = "- Manuel Muro, <br> &nbsp;&nbsp;Microchip" ;
	custSpeak[2] = "Working with Tata Elxsi's Visual Computing Labs was a very pleasant experience" ;
	custSpeakAuth[2] = "- Shankar <br> &nbsp;&nbsp;Director, Boys" ;
	custSpeak[3] = "The Tata Elxsi folks, both here and in India, have moved with artistic skill and efficiency to make our dealings a pleasure" ;
	custSpeakAuth[3] = "- Bill Schultz, <br> &nbsp;&nbsp;Partner/President, <br> &nbsp;&nbsp;Mike Young Productions" ;
	custSpeak[4] = "I just want to tell you how happy we are with the animation Tata Elxsi's Visual Computing Labs is doing for Film Roman" ;
	custSpeakAuth[4] = "- John Hyde, <br> &nbsp;&nbsp;Chief Executive Officer, <br> &nbsp;&nbsp;Film Roman" ;	
	custSpeak[5] = "We are very happy with the work done, especially the level of commitment shown by your staff in meeting our timescales at the end of the project. Thank you for all the hard work done.  We could not have done this without you" ;
	custSpeakAuth[5] = "- Mr. Alan Carr, <br> &nbsp;&nbsp;PA Consulting" ;	
	
// Add more Customer Speak here
// To add more Content copy and past this code after the last content in the list.....  
// ....    custSpeak[n] = "Content Comes Here" ;
// ....    custSpeakAuth[n] = "Author Desc" ;
// replace "n" with the array number and "Content Comes Here" with the real Content
// replace "n" with the array number and "Author Desc" with the real Author Description

}

if(toShow == "CustomerSpeakPDS")
{
// Customer Speak can be upto a maximum of 6 numbers
// Try to keep the content small as  not to effect the page layout and design

	custSpeak[0] = "Tata Elxsi offers us excellent expertise in outsourced R&amp;D services. The team is innovative and highly responsive" ;
	custSpeakAuth[0] = "- Mark Lyall<br>&nbsp;&nbsp;Quality and Engineering Support &nbsp;&nbsp;Manager, Madge" ;
	custSpeak[1] = "We are extremely impressed with the team work exhibited while working on the Microchip project at Tata Elxsi" ;
	custSpeakAuth[1] = "- Manuel Muro, <br> &nbsp;&nbsp;Microchip" ;
	custSpeak[2] = "Working with Tata Elxsi's Visual Computing Labs was a very pleasant experience" ;
	custSpeakAuth[2] = "- Shankar <br> &nbsp;&nbsp;Director, Boys" ;
	custSpeak[3] = "The Tata Elxsi folks, both here and in India, have moved with artistic skill and efficiency to make our dealings a pleasure" ;
	custSpeakAuth[3] = "- Bill Schultz, <br> &nbsp;&nbsp;Partner/President, <br> &nbsp;&nbsp;Mike Young Productions" ;
	custSpeak[4] = "I just want to tell you how happy we are with the animation Tata Elxsi's Visual Computing Labs is doing for Film Roman" ;
	custSpeakAuth[4] = "- John Hyde, <br> &nbsp;&nbsp;Chief Executive Officer, <br> &nbsp;&nbsp;Film Roman" ;	
	custSpeak[5] = "We are very happy with the work done, especially the level of commitment shown by your staff in meeting our timescales at the end of the project. Thank you for all the hard work done.  We could not have done this without you" ;
	custSpeakAuth[5] = "- Mr. Alan Carr, <br> &nbsp;&nbsp;PA Consulting" ;	
	
// Add more Customer Speak here
// To add more Content copy and past this code after the last content in the list.....  
// ....    custSpeak[n] = "Content Comes Here" ;
// ....    custSpeakAuth[n] = "Author Desc" ;
// replace "n" with the array number and "Content Comes Here" with the real Content
// replace "n" with the array number and "Author Desc" with the real Author Description

}

if(toShow == "CustomerSpeakSIS")
{
// Customer Speak can be upto a maximum of 6 numbers
// Try to keep the content small as  not to effect the page layout and design

	custSpeak[0] = "Tata Elxsi offers us excellent expertise in outsourced R&amp;D services. The team is innovative and highly responsive" ;
	custSpeakAuth[0] = "- Mark Lyall<br>&nbsp;&nbsp;Quality and Engineering Support &nbsp;&nbsp;Manager, Madge" ;
	custSpeak[1] = "We are extremely impressed with the team work exhibited while working on the Microchip project at Tata Elxsi" ;
	custSpeakAuth[1] = "- Manuel Muro, <br> &nbsp;&nbsp;Microchip" ;
	custSpeak[2] = "Working with Tata Elxsi's Visual Computing Labs was a very pleasant experience" ;
	custSpeakAuth[2] = "- Shankar <br> &nbsp;&nbsp;Director, Boys" ;
	custSpeak[3] = "The Tata Elxsi folks, both here and in India, have moved with artistic skill and efficiency to make our dealings a pleasure" ;
	custSpeakAuth[3] = "- Bill Schultz, <br> &nbsp;&nbsp;Partner/President, <br> &nbsp;&nbsp;Mike Young Productions" ;
	custSpeak[4] = "I just want to tell you how happy we are with the animation Tata Elxsi's Visual Computing Labs is doing for Film Roman" ;
	custSpeakAuth[4] = "- John Hyde, <br> &nbsp;&nbsp;Chief Executive Officer, <br> &nbsp;&nbsp;Film Roman" ;	
	custSpeak[5] = "We are very happy with the work done, especially the level of commitment shown by your staff in meeting our timescales at the end of the project. Thank you for all the hard work done.  We could not have done this without you" ;
	custSpeakAuth[5] = "- Mr. Alan Carr, <br> &nbsp;&nbsp;PA Consulting" ;	
	
// Add more Customer Speak here
// To add more Content copy and past this code after the last content in the list.....  
// ....    custSpeak[n] = "Content Comes Here" ;
// ....    custSpeakAuth[n] = "Author Desc" ;
// replace "n" with the array number and "Content Comes Here" with the real Content
// replace "n" with the array number and "Author Desc" with the real Author Description

}

if(toShow == "CustomerSpeakVCL")
{
// Customer Speak can be upto a maximum of 6 numbers
// Try to keep the content small as  not to effect the page layout and design

	custSpeak[0] = "Tata Elxsi offers us excellent expertise in outsourced R&amp;D services. The team is innovative and highly responsive" ;
	custSpeakAuth[0] = "- Mark Lyall<br>&nbsp;&nbsp;Quality and Engineering Support &nbsp;&nbsp;Manager, Madge" ;
	custSpeak[1] = "We are extremely impressed with the team work exhibited while working on the Microchip project at Tata Elxsi" ;
	custSpeakAuth[1] = "- Manuel Muro, <br> &nbsp;&nbsp;Microchip" ;
	custSpeak[2] = "Working with Tata Elxsi's Visual Computing Labs was a very pleasant experience" ;
	custSpeakAuth[2] = "- Shankar <br> &nbsp;&nbsp;Director, Boys" ;
	custSpeak[3] = "The Tata Elxsi folks, both here and in India, have moved with artistic skill and efficiency to make our dealings a pleasure" ;
	custSpeakAuth[3] = "- Bill Schultz, <br> &nbsp;&nbsp;Partner/President, <br> &nbsp;&nbsp;Mike Young Productions" ;
	custSpeak[4] = "I just want to tell you how happy we are with the animation Tata Elxsi's Visual Computing Labs is doing for Film Roman" ;
	custSpeakAuth[4] = "- John Hyde, <br> &nbsp;&nbsp;Chief Executive Officer, <br> &nbsp;&nbsp;Film Roman" ;	
	custSpeak[5] = "We are very happy with the work done, especially the level of commitment shown by your staff in meeting our timescales at the end of the project. Thank you for all the hard work done.  We could not have done this without you" ;
	custSpeakAuth[5] = "- Mr. Alan Carr, <br> &nbsp;&nbsp;PA Consulting" ;	
	
// Add more Customer Speak here
// To add more Content copy and past this code after the last content in the list.....  
// ....    custSpeak[n] = "Content Comes Here" ;
// ....    custSpeakAuth[n] = "Author Desc" ;
// replace "n" with the array number and "Content Comes Here" with the real Content
// replace "n" with the array number and "Author Desc" with the real Author Description

}
// ********* CUSTOMER SPEAK END *********

// ********* WHATS NEW START *********
// for PDS Section
if(toShow == "WhatsNew" || toShow == "WhatsNew_PDS")
{
// Whats New can be upto a maximum of 5 numbers
// Try to keep the content small as  not to effect the page layout and design

	whatsNew_PDS[0] = "PDS - Tata Elxsi to provide Technological Expertise to Automotive Multimedia Interface Collaboration (AMI-C)" ;
	whatsNewLink_PDS[0] = "?frm=n&fn=18" ;
	whatsNew_PDS[1] = "PDS - Tata Elxsi and Texas Instruments announce launch of Competency Center" ;
	whatsNewLink_PDS[1] = "?frm=n&fn=16" ;
	
	
	
// Add more Whats New here
// To add more Content copy and past this code after the last content in the list.....  
// ....    whatsNew_PDS[n] = "Content Comes Here" ;
// ....    whatsNewLink_PDS[n] = "Link Desc" ;
// replace "n" with the array number and "Content Comes Here" with the real Content
// replace "n" with the array number and "Link Desc" with the real Link Description

}

// for DES Section
if(toShow == "WhatsNew" || toShow == "WhatsNew_DES")
{
// Whats New can be upto a maximum of 5 numbers
// Try to keep the content small as  not to effect the page layout and design

	whatsNew_DES[0] = "DES - Tata Elxsi Q2 net up 35%" ;
	whatsNewLink_DES[0] = "?frm=n&fn=5" ;
	whatsNew_DES[1] = "DES - Animation is one of the fastest emerging opportunities for India in the global market space" ;
	whatsNewLink_DES[1] = "?frm=n&fn=6" ;
	whatsNew_DES[2] = "DES - Tata Elxsi: Betting big on design" ;
	whatsNewLink_DES[2] = "?frm=n&fn=7" ;
	whatsNew_DES[3] = "DES - Tata Elxsi will trim portfolio to conquer" ;
	whatsNewLink_DES[3] = "?frm=n&fn=8" ;
	whatsNew_DES[4] = "DES - Tata Elxsi’s inroads into animation" ;
	whatsNewLink_DES[4] = "?frm=n&fn=9" ;
	
// Add more Whats New here
// To add more Content copy and past this code after the last content in the list.....  
// ....    whatsNew_DES[n] = "Content Comes Here" ;
// ....    whatsNewLink_DES[n] = "Link Desc" ;
// replace "n" with the array number and "Content Comes Here" with the real Content
// replace "n" with the array number and "Link Desc" with the real Link Description

}

// for VCL Section
if(toShow == "WhatsNew" || toShow == "WhatsNew_VCL")
{
// Whats New can be upto a maximum of 5 numbers
// Try to keep the content small as  not to effect the page layout and design

	whatsNew_VCL[0] = "VCL - Animation is one of the fastest emerging opportunities for India in the global market space" ;
	whatsNewLink_VCL[0] = "?frm=n&fn=6" ;
	whatsNew_VCL[1] = "VCL - Tata Elxsi’s inroads into animation" ;
	whatsNewLink_VCL[1] = "?frm=n&fn=9" ;
	
// Add more Whats New here
// To add more Content copy and past this code after the last content in the list.....  
// ....    whatsNew_VCL[n] = "Content Comes Here" ;
// ....    whatsNewLink_VCL[n] = "Link Desc" ;
// replace "n" with the array number and "Content Comes Here" with the real Content
// replace "n" with the array number and "Link Desc" with the real Link Description

}

// for SIS Section
if(toShow == "WhatsNew" || toShow == "WhatsNew_SIS")
{
// Whats New can be upto a maximum of 5 numbers
// Try to keep the content small as  not to effect the page layout and design

	whatsNew_SIS[0] = "SIS - Tata Elxsi and Alias|Wavefront™: Game, Set & Match Symposium on integrating MAYA in Gaming" ;
	whatsNewLink_SIS[0] = "?frm=n&fn=13" ;
	whatsNew_SIS[1] = "SIS - Tata Elxsi’s Symposium showcases Storage Solutions Principal partners EMC2 and StorageTek to participate" ;
	whatsNewLink_SIS[1] = "?frm=n&fn=14" ;
	whatsNew_SIS[2] = "SIS - Tata Elxsi partners with Enterasys Networks" ;
	whatsNewLink_SIS[2] = "?frm=n&fn=19" ;
	
// Add more Whats New here
// To add more Content copy and past this code after the last content in the list.....  
// ....    whatsNew_SIS[n] = "Content Comes Here" ;
// ....    whatsNewLink_SIS[n] = "Link Desc" ;
// replace "n" with the array number and "Content Comes Here" with the real Content
// replace "n" with the array number and "Link Desc" with the real Link Description

}
// ********* WHATS NEW END *********

}

function makeArray(len) {

	for (var i=0; i<len; i++) this[i]=null;

this.length=len;
}
