/* =========  ARRAY FOR LINKS  ========= */
function SetLinks(title,subsection,entry,page) {
	this.title = title;
	this.subsection = subsection;
	this.entry = entry;
	this.page = page;
}	

var t1 = "Home";
var t2 = "Corporate";
var t3 = "Surveillance Products";
var t4 = "Camera Products";
var t5 = "Tech Support";
var t6 = "Sales Information";
var t7 = "Dealers";

var LinkList = new Array(89) /* =========  TOTAL NUMBER OF ARRAY ENTRIES  ========= */

/* =========  HOME LINKS  ========= */
LinkList[0] = new SetLinks(t1,"","Home Main","index.html")
LinkList[1] = new SetLinks(t1,"General","DVR FAQ","faq/index.php")
LinkList[2] = new SetLinks(t2,"Info","Why Buy Eagle Eye?","sales9.html")
LinkList[3] = new SetLinks(t1,"General","DVR Demo Sites","prod2.html")
LinkList[4] = new SetLinks(t1,"Info","What is a DVR?","home1.html")
LinkList[5] = new SetLinks(t1,"Info","DVR vs VCR","home2.html")
LinkList[6] = new SetLinks(t1,"Info","Common Features","prod4.html")
LinkList[7] = new SetLinks(t1,"Info","Common Uses","prod44.html")
LinkList[8] = new SetLinks(t1,"Info","Demo Video Clips","prod43.html")

/* =========  CORPORATE LINKS  ========= */
LinkList[9] = new SetLinks(t2,"","Corporate Main","corp0.html")
LinkList[10] = new SetLinks(t2,"Info","Contact","corp1.html")
LinkList[11] = new SetLinks(t2,"Info","Employment","corp3.html")
LinkList[12] = new SetLinks(t2,"Info","Staff","corp2.html")
LinkList[13] = new SetLinks(t2,"Info","Photo Gallery","corp4.html")
LinkList[14] = new SetLinks(t2,"Info","News Releases","corp5.html")

/* =========  PRODUCT LINKS  ========= */
LinkList[15] = new SetLinks(t3,"","Products Main","prod0.html")
LinkList[16] = new SetLinks(t3,"Discontinued","EX-SR 4-30","prod21.html")
LinkList[17] = new SetLinks(t3,"Discontinued","EX-SR 8-60","prod22.html")
LinkList[18] = new SetLinks(t3,"Discontinued","EX-SR 16-120","prod23.html")
LinkList[19] = new SetLinks(t3,"Discontinued","EX-SR 16-240","prod24.html")
LinkList[20] = new SetLinks(t3,"Discontinued","EX-SR 32-240","prod25.html")
LinkList[21] = new SetLinks(t3,"HRx Info","EX-HRx 4-120","prod31.html")
LinkList[22] = new SetLinks(t3,"HRx Info","EX-HRx 8-240","prod32.html")
LinkList[23] = new SetLinks(t3,"HRx Info","EX-HRx 16-480","prod33.html")
LinkList[24] = new SetLinks(t3,"General Info","Text Overlay","prod41.html")
LinkList[25] = new SetLinks(t3,"General Info","Screen Shots","prod42.html")
LinkList[26] = new SetLinks(t3,"General Info","Video Clips","prod43.html")
LinkList[27] = new SetLinks(t3,"General Info","Common Uses","prod44.html")
LinkList[28] = new SetLinks(t3,"","Demo Sites","prod2.html")

/* =========  CAMERAS LINKS  ========= */
LinkList[29] = new SetLinks(t4,"","Cameras Main","cam0.html")
LinkList[30] = new SetLinks(t4,"Cameras","Dome","cam1.html")
LinkList[31] = new SetLinks(t4,"Cameras","Multi-Purpose","cam2.html")
LinkList[32] = new SetLinks(t4,"Cameras","IR/Bullet","cam3.html")
LinkList[33] = new SetLinks(t4,"Cameras","Type 1","cam0.html")
LinkList[34] = new SetLinks(t4,"Cameras","Type 2","cam0.html")
LinkList[35] = new SetLinks(t4,"Cameras","Type 3","cam0.html")
LinkList[36] = new SetLinks(t4,"Cameras","Type 4","cam0.html")
LinkList[37] = new SetLinks(t4,"Cameras","Type 5","cam0.html")
LinkList[38] = new SetLinks(t4,"Accessories","Cables/Connectors","cam4.html")
LinkList[39] = new SetLinks(t4,"Lenses","Fixed","cam5.html")
LinkList[40] = new SetLinks(t4,"Lenses","Type 1","cam0.html")
LinkList[41] = new SetLinks(t4,"Lenses","Type 2","cam0.html")
LinkList[42] = new SetLinks(t4,"Lenses","Type 3","cam0.html")
LinkList[43] = new SetLinks(t4,"Lenses","Type 4","cam0.html")
LinkList[44] = new SetLinks(t4,"Accessories","Baluns","cam8.html")
LinkList[45] = new SetLinks(t4,"Accessories","Mounts","cam6.html")
LinkList[46] = new SetLinks(t4,"Accessories","Housings","cam7.html")
LinkList[47] = new SetLinks(t4,"Accessories","Power Supplies","cam9.html")
LinkList[48] = new SetLinks(t4,"Accessories","Type 1","cam0.html")
LinkList[49] = new SetLinks(t4,"Accessories","Type 2","cam0.html")

/* =========  SUPPORT LINKS  ========= */
LinkList[50] = new SetLinks(t5,"","Support Main","supp0.html")
LinkList[51] = new SetLinks(t5,"Downloads","EX Series - Manuals","supp1.html")
LinkList[52] = new SetLinks(t5,"Downloads","EV Series","supp2.html")
LinkList[53] = new SetLinks(t5,"Downloads","EH/EU Series","supp3.html")
LinkList[54] = new SetLinks(t5,"Downloads","EL/EP Series","supp4.html")
LinkList[55] = new SetLinks(t5,"Information","System Identification","supp5.html")
LinkList[56] = new SetLinks(t5,"Information","Service Centers","supp6.html")
LinkList[57] = new SetLinks(t5,"Information","Program Links","supp7.html")
LinkList[58] = new SetLinks(t5,"Information","DVR FAQs","../faq/index.php")

/* =========  SALES LINKS  ========= */
LinkList[59] = new SetLinks(t6,"","Sales Main","sales0.html")
LinkList[60] = new SetLinks(t6,"","Remote Access Service","sales1.html")
LinkList[61] = new SetLinks(t6,"","Offices & Distributors","sales2.html")
LinkList[62] = new SetLinks(t6,"","Online Quote","sales3.html")
LinkList[63] = new SetLinks(t6,"","Brochures","sales4.html")
LinkList[64] = new SetLinks(t6,"","Dealer Application","sales5.html")
LinkList[65] = new SetLinks(t6,"","Registration","register.html")

/* =========  DEALER LINKS  ========= */
LinkList[66] = new SetLinks(t7,"","Dealers Main","thezone.html")
LinkList[67] = new SetLinks(t7,"","Enter the Zone","english/resellers/resell0.html")
LinkList[68] = new SetLinks(t7,"","Dealer Application","sales5.html")

/* =========  ADDON LINKS  ========= */
LinkList[69] = new SetLinks(t3,"Discontinued","EX-SR Series","prod20.html")
LinkList[70] = new SetLinks(t3,"HRx Info","EX-HR Series","prod30.html")
LinkList[71] = new SetLinks(t1,"Info","Site Information","home3.html")
LinkList[72] = new SetLinks(t3,"","Brochures","sales4.html")
LinkList[73] = new SetLinks(t3,"Discontinued","EX-CN 16-120","prod51.html")
LinkList[74] = new SetLinks(t3,"Discontinued","EX-CN 16-240","prod52.html")
LinkList[75] = new SetLinks(t1,"","Brochures","sales4.html")
LinkList[76] = new SetLinks(t3,"Discontinued","EX-CL 16-120","prod61.html")
LinkList[77] = new SetLinks(t3,"CL | CN Info","EX-CL 16-240","prod62.html")
LinkList[78] = new SetLinks(t3,"General Info","Common Features","prod4.html")
LinkList[79] = new SetLinks(t3,"CL | CN Info","EX-CN 32-480","prod53.html")
LinkList[80] = new SetLinks(t5,"Information","Hardware","supp8.html")
LinkList[81] = new SetLinks(t1,"","News","home4.html")

LinkList[82] = new SetLinks(t5,"Downloads","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EX Server Files","supp1a.html")
LinkList[83] = new SetLinks(t5,"Downloads","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EX Client/Utilities","supp1b.html")
LinkList[84] = new SetLinks(t5,"Downloads","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EX Archives","supp1c.html")

LinkList[85] = new SetLinks(t3,"CA Info","EX-CA 8-120","prod71.html")
LinkList[86] = new SetLinks(t6,"","Official Merchandise","sales7.html")
LinkList[87] = new SetLinks(t3,"HRx Info","EX-HRx 32-960","prod34.html")
LinkList[88] = new SetLinks(t3,"SA Info","ES-SA 4-30 DVR","prod8.html")
LinkList[89] = new SetLinks(t3,"HRx Info","EX-HRx 16-D1","prod35.html")
LinkList[90] = new SetLinks(t3,"CA Info","EX-CA 16-120","prod72.html")

/* =========  DISPLAY MENU ITEMS VIA NUMBER FUNCTIONS  ========= */

function displayTitles(num) {
	document.write(LinkList[num].title);
	}

function displaySubsection(num) {
	document.write(LinkList[num].subsection);
	}	
	
function displayLinkList(num) {
	document.write(LinkList[num].entry);
	}

function jumptoLinks(num) {
	location.href = LinkList[num].page;
	}

/* ==================================== */