var sectionArray = new Array();


//Other Sections
sectionArray[0] = [

{name:"Home", id:"home", link:"index.htm", target:"_self"},
{name:"Search", id:"search", link:path+"search/index.htm", target:"_self", subSection:[
		{name:"General People Search Result", id:"general", link:path+"search/general.htm", target:"_self"},
		{name:"Faculty Profiles Search Result", id:"faculty", link:path+"search/faculty.htm", target:"_self"},
		{name:"Terminology Search Result", id:"terminology", link:path+"search/terminology.htm", target:"_self"},
		{name:"Page/Keyword Search Result ", id:"page", link:path+"search/page.htm", target:"_self"}
	]},
{name:"What's New", id:"what", link:path+"news/index.php", target:"_self"},
{name:"News", id:"news", link:path+"news/news.php", target:"_self"},
{name:"Calendar of Events", id:"events", link:path+"events/week.php", target:"_self", subSection:[
		{name:"Events by day", id:"day", link:path+"events/day.php", target:"_self"},
		{name:"Events by week", id:"week", link:path+"events/week.php", target:"_self"},
		{name:"Events by month", id:"month", link:path+"events/month.php", target:"_self"},
		{name:"Detail Search", id:"detail", link:path+"events/event_detail.php", target:"_self"},
		{name:"Search Result", id:"result", link:path+"events/result.php", target:"_self"}
	]},
{name:"Contact Us", id:"contact", link:path+"other/contact.htm", target:"_self"},
{name:"Sitemap", id:"sitemap", link:path+"other/sitmap.htm", target:"_self"},
{name:"Privacy Policy", id:"privacy", link:path+"other/privacy.htm", target:"_self"},
{name:"Staff Interests", id:"staff", link:path+"other/staff_interests.htm", target:"_self"}
];


//Main Sections
sectionArray[1] = [

{name:"Home", id:"home", link:"", link:"http://www.apin.asia/", target:"_self"},

{name:"Products", id:"products", link:path+"products/index.htm", target:"_self", subSection:[
	{name:"USB pico-projector", id:"usb_projector", link:path+"products/usb_projector.htm", target:"_self"},
	{name:"A/V pico-projector", id:"av_projector", link:path+"products/av_projector.htm", target:"_self"},
	{name:"PMP pico-projector", id:"pmp_projector", link:path+"products/pmp_projector.htm", target:"_self"},
	{name:"Car Internet Radio", id:"car_internet_radio", link:path+"products/car_internet_radio.htm", target:"_self"},
	{name:"Toys", id:"toys", link:path+"products/toys.htm", target:"_self"}
]},

{name:"Sponsorship", id:"sponsorship", link:path+"sponsorship/index.htm", target:"_self"},

{name:"Services", id:"cust_services", link:path+"warranty/index.htm", target:"_self"},

{name:"Store", id:"store", link:path+"store/index.htm", target:"_self"},

{name:"About APIN", id:"about", link:path+"about/index.htm", target:"_self", subSection:[
	{name:"Company Information", id:"compinfo", link:path+"about/index.htm", target:"_self"},
	{name:"Vision", id:"vision", link:path+"about/vision.htm", target:"_self"},
	{name:"Mission", id:"mission", link:path+"about/mission.htm", target:"_self"},
	{name:"Patent", id:"patent", link:path+"about/patent.htm", target:"_self"},
	{name:"Strategic Partners", id:"partners", link:path+"about/partners.htm", target:"_self"},
	{name:"Excellence and Competence", id:"excellence", link:path+"about/excellence.htm", target:"_self"},
	{name:"Contact Us", id:"contactus", link:path+"about/contact.htm", target:"_self"}
]}

];


//Top Sections
sectionArray[2] = [

{name:"Home", id:"home", link:"", link:"http://www.apin.asia/", target:"_self"},

{name:"Products", id:"products", link:path+"products/index.htm", target:"_self", subSection:[
	{name:"USB pico-projector", id:"usb_projector", link:path+"products/usb_projector.htm", target:"_self"},
	{name:"A/V pico-projector", id:"av_projector", link:path+"products/av_projector.htm", target:"_self"},
	{name:"PMP pico-projector", id:"pmp_projector", link:path+"products/pmp_projector.htm", target:"_self"},
	{name:"Car Internet Radio", id:"car_internet_radio", link:path+"products/car_internet_radio.htm", target:"_self"},
	{name:"Toys", id:"toys", link:path+"products/toys.htm", target:"_self"}
]},

{name:"Sponsorship", id:"sponsorship", link:path+"sponsorship/index.htm", target:"_self"},

{name:"Services", id:"cust_services", link:path+"warranty/index.htm", target:"_self"},

{name:"Store", id:"store", link:path+"store/index.htm", target:"_self"},

{name:"About APIN", id:"about", link:path+"about/index.htm", target:"_self", subSection:[
	{name:"Company Information", id:"compinfo", link:path+"about/index.htm", target:"_self"},
	{name:"Vision", id:"vision", link:path+"about/vision.htm", target:"_self"},
	{name:"Mission", id:"mission", link:path+"about/mission.htm", target:"_self"},
	{name:"Patent", id:"patent", link:path+"about/patent.htm", target:"_self"},
	{name:"Strategic Partners", id:"partners", link:path+"about/partners.htm", target:"_self"},
	{name:"Excellence and Competence", id:"excellence", link:path+"about/excellence.htm", target:"_self"},
	{name:"Contact Us", id:"contactus", link:path+"about/contact.htm", target:"_self"}
]}

];


//Quick Link Sections
sectionArray[3] = [

{name:"About the Campus", id:"", link:path+"about/campus.htm", target:"_self"},
{name:"Admissions, Registration & Records Office", id:"", link:"https://www.ab.ust.hk/arr/adm/index.html", target:"_self"},
{name:"Annual Giving", id:"", link:path+"giving/giving.htm", target:"_self"},
{name:"Campus Map", id:"", link:path+"images/about/pdf/campus_map.pdf", target:"_self"},
{name:"Calendar of Events", id:"", link:path+"events/week.php", target:"_self"},
{name:"Contacts", id:"", link:path+"other/contact.htm", target:"_self"},
{name:"Giving to HKUST", id:"", link:path+"giving/index.htm", target:"_self"},
{name:"Library", id:"", link:"http://library.ust.hk/", target:"_self"},
{name:"Media Information Center", id:"", link:"http://media.ust.hk/", target:"_self"},
{name:"What's New", id:"", link:path+"news/index.php", target:"_self"},
{name:"Job Vacancy", id:"", link:"https://www.ab.ust.hk/po/PubDoc/jobsearch/job_vacancies/job_vacancies.html", target:"_self"}

];

//alert(sectionArray[1][0].subSection[1].subSection[0].name);


//Home Banners
var bannerArray = new Array();
bannerArray[0] = [
{name:"", img:"images/home/banner_01.jpg", link:"http://ias.ust.hk/", target:"_self"}
];
bannerArray[1] = [
{name:"", img:"images/home/banner_02.jpg", link:"http://fyt.hkust.edu.cn/index1.htm", target:"_self"}
];
bannerArray[2] = [
{name:"", img:"images/home/banner_09.jpg", link:"http://videochannel.ust.hk/", target:"_self"},
{name:"", img:"images/home/banner_10.jpg", link:"https://www.ab.ust.hk/arr/adm/", target:"_self"},
{name:"", img:"images/home/banner_06.jpg", link:"https://www.ab.ust.hk/po/PubDoc/jobsearch/job_vacancies/job_vacancies.html", target:"_self"}
];
bannerArray[3] = [
{name:"", img:"images/home/banner_11.jpg", link:"http://www.ust.hk/healthmatters", target:"_self"}
];
bannerArray[4] = [
{name:"", img:"images/home/banner_07.jpg", link:"http://www3.ust.hk/~webust/pub/20080229CampusDevForum.pdf", target:"_blank"},
{name:"", img:"images/home/banner_04.jpg", link:"http://www.ust.hk/eng/about/publications_newsletter.htm", target:"_self"}
];
bannerArray[5] = [
{name:"", img:"images/home/banner_08.jpg", link:"https://w3.ab.ust.hk/szinst/en/index.htm", target:"_blank"}
];

//Home Feature Story
var featurestoryArray = new Array();
featurestoryArray[0] = [
{name:"Fun Run to Farewell HKUST President Paul Chu", img:"images/home/hom_img_FunRun.jpg", link:"http://funrun.ust.hk", target:"_self"},
{name:"Philanthropist and Dignitaries Officiate at Naming of Student Hall at HKUST", img:"images/home/hom_img_20090512.jpg", link:"http://www.ust.hk/eng/news/press_20090512-688.html", target:"_self"},
{name:"Exhibition of Calligraphy Works by Dr Sze Chi Ching", img:"images/home/hom_img_20090421.jpg", link:"http://library.ust.hk/info/exhibit/sze-2009/", target:"_self"},
{name:"Appreciation of Chinese Painting by Lam Wu Fui", img:"images/home/hom_img_20090420.jpg", link:"https://sao.ust.hk/aesthetics/event/20090420_LWF.pdf", target:"_blank"},
{name:"Institute for Advanced Study Plaque Unveiling", img:"images/home/hom_img_20090105.jpg", link:"http://ias.ust.hk/2009/", target:"_blank"},
{name:"HKUST Starts Work on Shenzhen IER Building", img:"images/home/hom_img_20081217.jpg", link:"http://www.ust.hk/eng/news/press_20081217-661.html", target:"_self"},
{name:"RTHK Program - TechnoFrontier", img:"images/home/hom_img_TechnoFrontier.jpg", link:"http://www.rthk.org.hk/special/technofrontier2008/", target:"_blank"},
{name:"RTHK TV Program - Prof Nancy Ip", img:"images/home/hom_img_20080617.jpg", link:"http://www.rthk.org.hk/rthk/tv/hkscientists/20080613.html", target:"_blank"}
];
