
	var NoOffFirstLineMenus=8;			// 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;
	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,92);

Menu2=new Array("Company","#","images/nav_top_bg.gif",3,36,110);
Menu2_1=new Array("Mission","mission.html","images/nav_top_bg.gif",0,32,170);
Menu2_2=new Array("About Geolink","about.html","images/nav_top_bg.gif",0);
Menu2_3=new Array("Customers business","customers.html","images/nav_top_bg.gif",0);

Menu3=new Array("Satellite Networks","#","images/nav_top_bg.gif",3,36,150);
Menu3_1=new Array("Geolink Access VSAT Networks","geolink.html","images/nav_top_bg.gif",0,32,220);
Menu3_2=new Array("Inmarsat Networks","inmarsatnetwork.html","images/nav_top_bg.gif",0);
Menu3_3=new Array("Iridium Networks","iridiumnetworks.html","images/nav_top_bg.gif",0);

Menu4=new Array("Satellite Services","#","images/nav_top_bg.gif",5,36,150);
Menu4_1=new Array("Satellite Coverages","satellites.html","images/nav_top_bg.gif",0,32,260);
Menu4_2=new Array("Geolink Access Equipment & Services","geolinkaccess.html","images/nav_top_bg.gif",0,32,260);
Menu4_3=new Array("Inmarsat Equipment & Services","inmarsatequipment.html","images/nav_top_bg.gif",0);
Menu4_4=new Array("Iridium Equipment & Services","iridiumequipment.html","images/nav_top_bg.gif",0);
Menu4_5=new Array("Teleport Services","teleportservices.html","images/nav_top_bg.gif",0);


Menu5=new Array("Portfolio Services","#","images/nav_top_bg.gif",4,36,155);
//Menu5_1=new Array("CatSat Fishing","catsatfishing.html","images/nav_top_bg.gif",0,32,175);
Menu5_1=new Array("ClipWay","clipway.html","images/nav_top_bg.gif",0,32,175);
Menu5_2=new Array("Geolink Access VoIP","geolinkaccessvoip.html","images/nav_top_bg.gif",0);
Menu5_3=new Array("GeolinkConnect","geolinkconnect.html","images/nav_top_bg.gif",0);
Menu5_4=new Array("OceanPost","oceanpost.html","images/nav_top_bg.gif",0);

Menu6=new Array("Market Solutions","#","images/nav_top_bg.gif",6,36,145);
Menu6_1=new Array("Construction & Mining","construction.html","images/nav_top_bg.gif",0,32,175);
Menu6_2=new Array("Education","education.html","images/nav_top_bg.gif",0);
Menu6_3=new Array("Remote Terrestrial","energy.html","images/nav_top_bg.gif",0);
Menu6_4=new Array("Fishing","fishing.html","images/nav_top_bg.gif",0);
Menu6_5=new Array("News & Media","journalists.html","images/nav_top_bg.gif",0);
Menu6_6=new Array("Sailing","sportleisure.html","images/nav_top_bg.gif",0);

Menu7=new Array("News","news.html","images/nav_top_bg.gif",0,36,80);

Menu8=new Array("Contact","#","images/nav_top_bg.gif",2,36,118);
Menu8_1=new Array("Contact","contact.html","images/nav_top_bg.gif",0,36,120);
Menu8_2=new Array("Support","helpdesk.html","images/nav_top_bg.gif",0,36,120);



