
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='095AA6';			// Background color when mouse is not over
	var LowSubBgColor='095AA6';			// Background color when mouse is not over on subs
	var HighBgColor='08468C';			// Background color when mouse is over
	var HighSubBgColor='08468C';			// Background color when mouse is over on subs
	var FontLowColor='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='ffffff';			// Font color subs when mouse is not over
	var FontHighColor='ffcc33';			// Font color when mouse is over
	var FontSubHighColor='ffcc33';			// Font color subs when mouse is over
	var BorderColor='';				// Border color
	var BorderSubColor='ffcc33';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;					// Font size menu items
	var FontBold=0;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=136;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=20;				// Left padding
	var TopPaddng=8;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=10				// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);


Menu1=new Array("Home","index.html","images/nav_top_bg.gif",0,36,110);

Menu2=new Array("Company","#","images/nav_top_bg.gif",7,36,130);
Menu2_1=new Array("Mission","mission.html","images/nav_top_bg.gif",0,32,170);
Menu2_2=new Array("About CETel","about.html","images/nav_top_bg.gif",0);
Menu2_3=new Array("Management","management.html","images/nav_top_bg.gif",0);
Menu2_4=new Array("Teleport","teleport.html","images/nav_top_bg.gif",0);
Menu2_5=new Array("Global Network","network.html","images/nav_top_bg.gif",0);
Menu2_6=new Array("Customers & Partners","customers.html","images/nav_top_bg.gif",0);
Menu2_7=new Array("Career","career.html","images/nav_top_bg.gif",0);

Menu3=new Array("Products & Services","#","images/nav_top_bg.gif",6,36,190);
Menu3_1=new Array("Teleport & Satellite Services","teleportsatelliteservices.html","images/nav_top_bg.gif",0,32,230);
Menu3_2=new Array("VSAT Networks","vsatnetwork.html","images/nav_top_bg.gif",0);
Menu3_3=new Array("Internet via Satellite","internetviasatellite.html","images/nav_top_bg.gif",0);
Menu3_4=new Array("Managed Services","managedservices.html","images/nav_top_bg.gif",0);
Menu3_5=new Array("Geolink Access VSAT Networks","geolinkvsat.html","images/nav_top_bg.gif",0);
Menu3_6=new Array("Mobile Satellite Services (MSS)","mobiless.html","images/nav_top_bg.gif",0);


Menu4=new Array("Satellites","satellites.html","images/nav_top_bg.gif",0,36,130);

Menu5=new Array("News / Media Center","#","images/nav_top_bg.gif",4,36,175);
Menu5_1=new Array("Press releases","news.html","images/nav_top_bg.gif",0,32,175);
Menu5_2=new Array("Events","events.html","images/nav_top_bg.gif",0);
Menu5_3=new Array("Downloads","downloads.html","images/nav_top_bg.gif",0);
Menu5_4=new Array("Corporate Movie","corporate_movie.html","images/nav_top_bg.gif",0);

Menu6=new Array("Helpdesk","#","images/nav_top_bg.gif",3,36,130);
Menu6_1=new Array("24/7 Helpdesk","helpdesk.html","images/nav_top_bg.gif",0,32,130);
Menu6_2=new Array("Customer Loging","customer_login.html","images/nav_top_bg.gif",0);
Menu6_3=new Array("Weather","weather.html","images/nav_top_bg.gif",0);


Menu7=new Array("Contact","contact.html","images/nav_top_bg.gif",0,36,135);



