/////////////////////////////////////////////////////////////////////////
//	Set up submenu links.
//	You can call the arrays anything you want... 
//	Just reference their name from the hyperlinks at the end of this code
//
//	Array Defination: new Array('Friendly Description','href Web URL', 'target')
//
//------- ADDED 05/01/2005: set target option --------------
//	Set the target in the last array position.
//	If using frames, be sure to set "parent.<framename>"
//	If you don't use "parent." an error will occur.
//
/////////////////////////////////////////////////////////////////////////

	LinkArray1=new Array();i=-1
		i++;LinkArray1[i]=new Array('Truck TAG Performance Video', 'TruckTagVideo1.html','parent.ViewScreen')
		i++;LinkArray1[i]=new Array('Truck TAG Components Video', 'TruckTagVideo2.html','parent.ViewScreen')

	LinkArray2=new Array();i=-1
		i++;LinkArray2[i]=new Array('Google Web Search', 'http://www.google.com','_blank')
		i++;LinkArray2[i]=new Array('Submenu Link 2', 'Link_URL_Here','_blank')
		i++;LinkArray2[i]=new Array('Submenu Link 3', 'Link_URL_Here','_blank')
		i++;LinkArray2[i]=new Array('Submenu Link 4', 'Link_URL_Here','_blank')
		i++;LinkArray2[i]=new Array('Submenu Link 5', 'Link_URL_Here','_blank')
