/***********************************************
*        (c) Ger Versluis 2000 version 10.30 21 November 2003  *
*        You may use this script on non commercial sites.                  *
*        www.burmees.nl/menu                                  *
*        You may remove all comments for faster loading                  *
************************************************/
        var NoOffFirstLineMenus=6;                        // Number of main menu  items
                                                // Colorvariables:
                                                // Color variables take HTML predefined color names or "#rrggbb" strings
                                                //For transparency make colors and border color ""
        var LowBgColor="";                        // Background color when mouse is not over
        var HighBgColor="";                        // Background color when mouse is over
        var FontLowColor="#645a57";                        // Font color when mouse is not over
        var FontHighColor="#0065b8";//"#d91003";                        // Font color when mouse is over
        var BorderColor="";                        // Border color
        var BorderWidthMain=1;                        // Border width main items
        var BorderWidthSub=1;                        // Border width sub items
        var BorderBtwnMain=0;                        // Border between elements main items 1 or 0
        var BorderBtwnSub=1;                        // Border between elements sub items 1 or 0
        var FontFamily="arial,helvetica, sans serif";        // Font family menu items
        var FontSize=12;                                // 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="left";                        // Menu horizontal position can be: left, center, right, justify,
                                                //  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
        var MenuVerticalCentered="top";                // Menu vertical position top, middle,bottom or static
        var ChildOverlap=.1;                                // horizontal overlap child/ parent
        var ChildVerticalOverlap=.2;                        // vertical overlap child/ parent
        var StartTop=81;                                // Menu offset y coordinate
        
			var StartLeft=30;                                // Menu offset x coordinate
        var VerCorrect=0;                                // Multiple frames y correction
        var HorCorrect=0;                                // Multiple frames x correction
        var LeftPaddng=5;                                // Left padding
        var TopPaddng=1;                                // Top padding
        var FirstLineHorizontal=1;                        // First level items layout horizontal 1 or 0
        var MenuFramesVertical=0;                        // Frames in cols or rows 1 or 0
        var DissapearDelay=400;                        // delay before menu folds in
        var UnfoldDelay=10;                        // delay before sub unfolds
        var TakeOverBgColor=1;                        // Menu frame takes over background color subitem frame
        var FirstLineFrame="nav";                        // Frame where first level appears
        var SecLineFrame="base";                        // Frame where sub levels appear
        var DocTargetFrame="base";                        // Frame where target documents appear
        var TargetLoc="";                                // span id for relative positioning
        var MenuWrap=1;                                // enables/ disables menu wrap 1 or 0
        var RightToLeft=0;                                // enables/ disables right to left unfold 1 or 0
        var BottomUp=0;                                // enables/ disables Bottom up unfold 1 or 0
        var UnfoldsOnClick=0;                        // Level 1 unfolds onclick/ onmouseover

        //var BaseHref="";                                // BaseHref lets you specify the root directory for relative links.
			  var BaseHref="http://www.seacom.mu/";	// BaseHref lets you specify the root directory for relative links. 
			  //var BaseHref="../";							// BaseHref lets you specify the root directory for relative links. 
			
			//next line added by www.tincrow.co.za for SEACOM only:
			var offsetSpace = "<img src='" + BaseHref + "images/clear.gif' width='19' height='2' align='top' border='0'>";
			//var offsetSpace = "<img src='" + BaseHref + "images/clear.gif' width='9' height='2' align='top' border='0'>";
			
			
		  
                                                // The script precedes your relative links with BaseHref
                                                // For instance:
                                                // when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/Myfile.html",
                                                // the script renders to: "http://www.MyDomain/subdir/Myfile.html"
                                                // Can also be used when you use images in the textfields of the menu
                                                // "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
                                                // For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

			//var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5,BaseHref+".gif",5,10,BaseHref+"",10,5];
			var Arrws=[BaseHref+'images/nav/navArrow.gif',13,9,BaseHref+'images/clear.gif',13,9,BaseHref+'images/clear.gif',13,9];	// Arrow source, width and height

                                                // Arrow source, width and height.
                                                // If arrow images are not needed keep source ""

        var MenuUsesFrames=0;                   // MenuUsesFrames is only 0 when Main menu, submenus,
                                                // document targets and script are in the same frame.
                                                // In all other cases it must be 1

        var RememberStatus=2;                        // RememberStatus: When set to 1, menu unfolds to the presetted menu item.
                                                // When set to 2 only the relevant main item stays highligthed
                                                // The preset is done by setting a variable in the head section of the target document.
                                                // <head>
                                                //        <script type="text/javascript">var SetMenu="2_2_1";</script>
                                                // </head>
                                                // 2_2_1 represents the menu item Menu2_2_1=new Array(.......

        var PartOfWindow=.8;                        // PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

                                                // Below some pretty useless effects, since only IE6+ supports them
                                                // I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
                                                // If you don't need MenuSlide just leave in the line var MenuSlide="";
                                                // delete the other MenuSlide statements
                                                // In general leave the MenuSlide you need in and delete the others.
                                                // Above is also valid for MenuShadow and MenuOpacity
                                                // You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
                                                // You can add more filters by concanating the strings
        var BuildOnDemand=0;                        // 1/0 When set to 1 the sub menus are build when the parent is moused over
        var BgImgLeftOffset=0;                        // Only relevant when bg image is used as rollover
        var ScaleMenu=0;                                // 1/0 When set to 0 Menu scales with browser text size setting

        var HooverBold=0;                                // 1 or 0
        var HooverItalic=0;                                // 1 or 0
        var HooverUnderLine=0;                        // 1 or 0
        var HooverTextSize=0;                        // 0=off, number is font size difference on hoover
        var HooverVariant=0;                        // 1 or 0

        var MenuSlide="";
        //var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.2, transition=19)";
        var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.2, wipeStyle=1)";

        var MenuShadow="";
        //var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
        //var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

        var MenuOpacity="";
        var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";

        function BeforeStart(){return}
        function AfterBuild(){return}
        function BeforeFirstOpen(){return}
        function AfterCloseAll(){return}





// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//        "fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.

Menu1=new Array("home page"+offsetSpace+"|","index2.asp",BaseHref,0,16,106,"","","","","","",-1,-1,-1,"","Click to return Home");
//Menu1=new Array("home page"+offsetSpace+"|","index2.asp",BaseHref,0,16,106,"","","","","","",-1,-1,-1,"","Click to return Home");

Menu2=new Array("about us"+offsetSpace+"|","about/about.html",BaseHref,4,16,90,"","","","","","",-1,-1,-1,"","");
//...BaseHref,no of subs, height, width, 																bgcolor, mouse bgcolor, font color, mouse font color, border color, etc 
	Menu2_1=new Array("Who we are","about/who_we_are.html",BaseHref,1,22,130,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		Menu2_1_1=new Array("Ownership Structure","about/ownership.html",BaseHref,0,22,120,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu2_2=new Array("Our Successes","about/awards.html",BaseHref,1,22,130,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		Menu2_2_1=new Array("Achievements & Awards","about/awards.html",BaseHref,0,22,140,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		//Menu2_2_2=new Array("Case Studies","about/case_studies.html",BaseHref,0,22,140,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu2_3=new Array("Social Responsibility","about/social.html",BaseHref,0,22,130,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu2_4=new Array("Industry Resources","about/objectives.html",BaseHref,3,22,130,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		Menu2_4_1=new Array("Development Objectives","about/objectives.html",BaseHref,0,22,142,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		Menu2_4_2=new Array("Market Growth","about/growth.html",BaseHref,0,22,142,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		Menu2_4_3=new Array("Early Impacts of SEACOM","about/impact.html",BaseHref,0,22,142,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	//Menu2_5=new Array("Faq","about/faq.html",BaseHref,0,22,130,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	
Menu3=new Array("product offering"+offsetSpace+"|","products/products.html",BaseHref,0,26,128,"","","","","","",-1,-1,-1,"",""); 
			
Menu4=new Array("network"+offsetSpace+"|","network/network.html",BaseHref,10,26,84,"","","","","","",-1,-1,-1,"","");
//...BaseHref,no of subs, height, width, 																bgcolor, mouse bgcolor, font color, mouse font color, border color, etc 
	Menu4_1=new Array("Our Network","network/network.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu4_2=new Array("Open Access","network/open_access.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu4_3=new Array("Provisioning","network/provisioning.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu4_4=new Array("Management","network/manage.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu4_5=new Array("South Africa","network/south_africa.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu4_6=new Array("Mozambique","network/mozambique.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu4_7=new Array("Tanzania","network/tanzania.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu4_8=new Array("Kenya","network/kenya.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu4_9=new Array("Europe","network/europe.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu4_10=new Array("India","network/india.html",BaseHref,0,22,100,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	
Menu5=new Array("news & events"+offsetSpace+"|","news/news.asp",BaseHref,4,26,122,"","","","","","",-1,-1,-1,"","");
//...BaseHref,no of subs, height, width, 																bgcolor, mouse bgcolor, font color, mouse font color, border color, etc 
	Menu5_1=new Array("News","news/news.asp",BaseHref,0,22,120,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu5_2=new Array("Upcoming Events","news/events.html",BaseHref,0,22,120,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu5_3=new Array("Media Resources","galleries/galleries.html",BaseHref,2,22,120,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		Menu5_3_1=new Array("Galleries","galleries/galleries.html",BaseHref,7,22,76,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_1_1=new Array("Gallery 1: Processes involved in the laying of an undersea cable","galleries/gallery1.html",BaseHref,0,22,340,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_1_2=new Array("Gallery 2: Landing station construction","galleries/gallery2.html",BaseHref,0,22,340,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_1_3=new Array("Gallery 3: Groundbreaking Event, Maputo, 5th November","galleries/gallery3.html",BaseHref,0,22,340,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_1_4=new Array("Gallery 4: Mtunzini Media event - 28th May 2009","galleries/gallery4.html",BaseHref,0,22,340,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_1_5=new Array("Gallery 5: SEACOM documentary photos courtesy of Show of Force","galleries/gallery5.html",BaseHref,0,22,340,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_1_6=new Array("Gallery 6: SEACOM media launch event, 23 July 2009","galleries/gallery6.html",BaseHref,0,22,340,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_1_7=new Array("Gallery 7: The SEACOM Broadband Experience, JHB","galleries/gallery7.html",BaseHref,0,22,340,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		Menu5_3_2=new Array("Videos","videos/video.html",BaseHref,9,22,76,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_2_1=new Array("Video One: Seacom","videos/videoSeacom.html",BaseHref,0,22,245,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_2_2=new Array("Video Two: Mtunzini","videos/videoMtunzini.html",BaseHref,0,22,245,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_2_3=new Array("Video Three: Interview with Brian Herlihy","videos/videoInterview.html",BaseHref,0,22,245,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_2_4=new Array("Video Four: CNBC Tech@Work June 2009","videos/videoAfricaPreview.html",BaseHref,0,22,245,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_2_5=new Array("Video Five: Documentary 23 July 2009","videos/videoDocumentary.html",BaseHref,0,22,245,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_2_6=new Array("Video Six: Seacom's first documentary","videos/videoNewDocu.html",BaseHref,0,22,245,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_2_7=new Array("Video Seven: Seacom Launch report Summit TV","videos/videoSeacomLaunchSummit.html",BaseHref,0,22,245,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_2_8=new Array("Video Eight: Seacom Launch report SABC TV","videos/videoSeacomLaunchSABC.html",BaseHref,0,22,245,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
			Menu5_3_2_9=new Array("Video Nine: SEACOM launch, Tanzania","videos/videoTanzaniaLaunch.html",BaseHref,0,22,245,"#ffffff","#72c0fe","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu5_4=new Array("Archives","news/newsletters.html",BaseHref,2,22,76,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		Menu5_4_1=new Array("2009- Newsletters","news/newsletters.html",BaseHref,0,22,170,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		Menu5_4_2=new Array("2007- Media Briefing (Webcast)","news/newsMedia.html",BaseHref,0,22,170,"#ffffff","#0065b8","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		
Menu6=new Array("contact us"+offsetSpace,"contact/contact.html",BaseHref,5,26,131,"","","","","","",-1,-1,-1,"","");
//...BaseHref,no of subs, height, width, 																bgcolor, mouse bgcolor, font color, mouse font color, border color, etc 
	Menu6_1=new Array("Contact Details","contact/contact.html",BaseHref,0,22,135,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu6_2=new Array("Sales Team Details","contact/sales_team.html",BaseHref,0,22,135,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu6_3=new Array("Office Details","contact/office.html",BaseHref,0,22,135,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu6_4=new Array("Career Opportunities","contact/careers.html",BaseHref,0,22,135,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
	Menu6_5=new Array("Subscribe","contact/subscribe.asp",BaseHref,0,22,135,"#ffffff","#18355f","#645a57","#ffffff","#ffffff","",11,-1,-1,"","");
		






