﻿// -------- Hyber Link Parameters -----------
//------Title Bar------
//About Wistron ITS
var MENU_C_AWITS = [
	['About Wistron ITS', 'about_Overview.html', {'tw':'_self','tt':'About Wistron ITS'},
		['Overview', 'about_Overview.html', {'tw':'_self', 'tt':'Overview'}],
		['Milestone', 'about_milestone.html', {'tw':'_self', 'tt':'Milestone'}],
		['Locations', 'about_Locations.html',{'tw':'_self', 'tt':'Locations'}]
	]
];

//Our Services
var MENU_C_OServ = [
	['Our Services', 'services_GLS.html', {'tw':'_self','tt':'Our Services'},
		['Glocalization', 'services_GLS.html', {'tw':'_self','tt':'Glocalization'}],
		['Software Developement', 'services_SDS.html', {'tw':'_self', 'tt':'Software Developement'}],
		['Resource Management', 'services_RMS.html',{'tw':'_self', 'tt':'Resource Management'}],
		['BEST Flagship', 'http://best.wistronits.com/best/',{'tw':'_self', 'tt':'BEST Flagship'}]
	]
];

//Our Clients
var MENU_C_OClie = [
	['Our Clients', 'wits_clients.html', {'tw':'_self','tt':'Our Clients'}
	]
];

//News&Events
var MENU_C_NAndE = [
	['News & Events', 'news_news.html', {'tw':'_self','tt':'News & Events'},
		['News Archive', 'news_news.html', {'tw':'_self','tt':'News Archive'}],
		['Event Archive', 'news_events.html', {'tw':'_self', 'tt':'Event Archive'}]
	]
];

//Careers
var MENU_C_Career = [
	['Careers', 'careers_welcome_on_board.html', {'tw':'_self','tt':'Careers'},
		['Welcome On Board!', 'careers_welcome_on_board.html', {'tw':'_self','tt':'Welcome On Board!'}],
		['Career Development', 'careers_career_development.html', {'tw':'_self', 'tt':'Career Development'}],
		['Life at Wistron ITS', 'careers_life_at_wistron_its.html', {'tw':'_self','tt':'Life @ Wistron ITS'}],
		['Current Openings', 'careers_current_openings.html', {'tw':'_self', 'tt':'Current Openings'}]
	]

];

//------Title Bar------
//About Wistron ITS
var AWITS = new Array('about_Overview.html', 'about_milestone.html', 'about_Locations.html');
//Our Services
var OServ = new Array('Ourservices.html', 'services_GLS.html', 'services_SDS.html', 'services_RMS.html', 'services_how_we_deliver.html');
//Our Clients
var OClie = new Array('wits_clients.html', 'clients_Industries.html', 'clients_Successfulstory.html');
//News&Events
var NAndE = new Array('Newsevents.html', 'news_news.html', 'news_events.html');
//Careers
var Career = new Array('careers_welcome_on_board.html', 'careers_career_Development.html', 'careers_life_at_wistron_its.html',  'careers_current_openings.html');

//-------What's New------
var WNewsP = new Array('news_news_090605.htm','news_news_090315.htm','news_news_090308.htm','news_news_090228.htm','news_news_090213.htm');

//------Language Links------
var lang = new Array('http://www.wistronits.com', 'http://cht.wistronits.com', 'http://chs.wistronits.com', 'http://jpn.wistronits.com');

//------What's New Links------
var WNewT = new Array('Wistron successfully ranked at No.8 in BusinessWeek’s Annual InfoTech 100[06/05]',
					  'Wistron ITS successfully win the bid of a national telecom enterprise’s IP Voice  Access project [03/15]',
					  'Information Security is the guarantee and promise which Wistron ITS provides to its customer [03/08]',
					  'Dr.Ke ,Executive Officer of Institute for Information Industry visited WistronITS [02/28]',
					  'Wistron ITS successfully win the bid of a national telecom enterprise’s WAP project [02/13]' );
					 

//------Copy Right Statement------
var CPR = 'Wistron Information Technology & Services Corp. Copyright 2008 All Rights Reserved.';