//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#000000'; //Background color of element
	var HighBgColor='#000000'; //Background color of element on mouseover
	var FontLowColor='#cccccc'; //Font color when the mouse is not over the element.
	var FontHighColor='#ffffff'; //Font color when the mouse is over the element.
	var BorderColor='#666666'; //Color of the border around the elements.
	var BorderWidth=0; //width of border in pixels
	var BorderBtwnElmnts=0; //Number 1 or 0- Controls if there is a border between the elements. 0 is no border between the elements.
	var FontFamily="zurich,arial,helvetica,sans-serif"
	var FontSize=8;
	var FontBold=1; //1 bold; 0 normal
	var FontItalic=0; //1 italic; 0 normal
	var MenuTextCentered=1; //1 centers text; 0 aligns left
	var MenuCentered='left'; //Can be 'left', 'center', 'right' or ''. StartLeft is added to the calculated position. '' is the same as 'left'.
	var MenuVerticalCentered='top'; //Can be 'top', 'middle', 'bottom' or ''. StartTop is added to the calculated position. '' is the same as 'top'.
	var ChildOverlap=.1; //Controls what part of a level is covered with it's sublevel. With a value of .25 a level will covered be for 25% by it's sublevel. Negative values are possible, but not very useful. 
	var ChildVerticalOverlap=.1; //same as above
	var StartTop=112; //set vertical offset. Is ignored whenMenuVerticalCentered is 1. Is also ignored when the menu is across frames and the frames are orientated in rows. The menu is in that case placed at the bottom of the frame FirstLineFrame.
	var StartLeft=170; //set horizontal offset. Is ignored whenMenuCentered is 1. Is also ignored when the menu is across frames and the frames are orientated in coloms. The menu is in that case placed at the far right position the frame FirstLineFrame.
	var VerCorrect=0; //Defines the vertical correction of the seconde line of the menu in the document. Can be usefull in situations with nested frames
	var HorCorrect=0; //Defines the horizontal correction of the second line of the menu in the document. Can be usefull in situations with nested frames
	var LeftPaddng=3;
	var TopPaddng=3;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0; //Set this variable to 1 when your frameset is laid out in coloms. set to 0 when your frameset is in rows. Irrelevant when the menu is on a single page or frame, but must be 0 or1
	var DissapearDelay=500; //The time in milliseconds the menu's sublevels stay visible after the mouse is no longer over the menu.
	var TakeOverBgColor=1; //When set to 1 the background color of the frame where the menu's first line is in will become the same as the frame where the sublevels are in. Irrelevant when the menu is on a single page or frame, but must be 0 or1
	var FirstLineFrame='main'; //When the menus are used in a frameset this is the name of the frame where the first line of your menu is located. When the menu is used in a single page, this must be 'self'
	var SecLineFrame='main'; //When the menus are used in a frameset this is the name of the frame where the sub levels of your menu are located. It is allowed to have SecLineFrame equal to FirstLineFrame. When the menu is used in a single page, this must be 'self'
	var DocTargetFrame='main'; //When the menus are used in a frameset this is the name of the frame where the documents are loaded. Normally this will be equal to SecLineFrame. When the menu is used in a single page, this must be 'self'
	var WebMasterCheck=0; //When set to 1 the script performs a check on the frame names and the menu tree. When your menu is running this should be set to 0.


//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","index.htm",0,20,75);
Menu2=new Array("What's New","whats_new.htm",0,20,75);
Menu3=new Array("About Us","about_us.htm",3,20,75);
	Menu3_1=new Array("TNT Team","tnt_team.htm",0,20,150);
	Menu3_2=new Array("Facilities","facilities.htm",0,20,150);
	Menu3_3=new Array("Service Commitment","service_commitment.htm",0,20,150);
Menu4=new Array("Services","",8,20,75);
	Menu4_1=new Array("Business Telephone Systems","business_phone.htm",0,20,200);
	Menu4_2=new Array("Cell Tower Utility Services","cell_tower.htm",0,20,200);
	Menu4_3=new Array("Healthcare","healthcare.htm",0,20,200);
	Menu4_4=new Array("National Account Services","national_account.htm",0,20,200);
	Menu4_5=new Array("Construction Services","construction.htm",0,20,200);
	Menu4_6=new Array("DSL Installation","dsl.htm",0,20,200);
	Menu4_7=new Array("State/Federal Contracting","state_federal.htm",0,20,200);
	Menu4_8=new Array("Surveillance","surveillance.htm",0,20,200);
Menu5=new Array("Partners","partners.htm",0,20,75);
Menu6=new Array("Contact Us","mailto:info@telnettec.com?subject=Website Inquiry",0,20,75);
Menu7=new Array("Careers","careers.htm",0,20,75);
Menu8=new Array("Certifications","certifications.htm",0,20,75);
