/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='0C2E82';			// Background color when mouse is not over
	var LowSubBgColor='FFB20C';			// Background color when mouse is not over on subs
	var HighBgColor='0C2E82';			// Background color when mouse is over
	var HighSubBgColor='FFB20C';			// Background color when mouse is over on subs
	var FontLowColor='e5e5e5';			// Font color when mouse is not over
	var FontSubLowColor='0C2E82';			// Font color subs when mouse is not over
	var FontHighColor='FFB20C';			// Font color when mouse is over
	var FontSubHighColor='e5e5e5';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana, arial"	// Font family menu items
	var FontSize=8;				// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// 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=4;				// Left padding
	var TopPaddng=2;				// 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=0;			// 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='MenuPos';				// 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=0;			// 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);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("<img src='../images/spacer.gif'>","","",0,20,90);

Menu2=new Array("Home","../index.htm","",0,20,90);

Menu3=new Array("Customers","customers.htm","",4,20,110);
	Menu3_1=new Array("Enterprise","customers.htm#1","",0,16,140);
	Menu3_2=new Array("Mobile Operators","customers.htm#2","",0,16,140);
	Menu3_3=new Array("SOHO & Individuals","customers.htm#3","",0,16,140);
	Menu3_4=new Array("Students, Teens","customers.htm#4","",0,16,140);

Menu4=new Array("Products","","",3,20,100);
	Menu4_1=new Array("MobilEmail Basics","basics.htm","",0,16,140);
	Menu4_2=new Array("Product Description","me_description.htm","",0,16,140);
	Menu4_3=new Array("Product Features","me_features.htm","",0,16,140);

Menu5=new Array("User Info","","",2,20,100);
	Menu5_1=new Array("Enterprise Users","","",4,16,140);
		Menu5_1_1=new Array("Enterprise FAQ","me_entfaq.htm","",0,16,140);
		Menu5_1_2=new Array("Enterprise Setup","me_entsetup.htm","",0,16,140);
		Menu5_1_3=new Array("Enterprise Architecture","me_entarchitecture.htm","",0,16,140);
		Menu5_1_4=new Array("Support","support.htm","",0,16,140);
	Menu5_2=new Array("SOHO/Single Users","","",3,16,140);
		Menu5_2_1=new Array("SOHO/Single FAQ","me_sohofaq.htm","",0,16,140);
		Menu5_2_2=new Array("SOHO/Single Setup","me_sohosetup.htm","",0,16,140);
		Menu5_2_3=new Array("Support","support.htm","",0,16,140);
	
		
Menu6=new Array("Pricing","","",2,20,90);
	Menu6_1=new Array("Pricing","shop.htm","",0,16,140);
	Menu6_2=new Array("Purchase information","purchase_agree.htm","",0,16,140);


Menu7=new Array("Community","","",3,20,110);
	Menu7_1=new Array("Clients","clients.htm","",0,16,140);
	Menu7_2=new Array("Partners","partners.htm","",0,16,140);
	Menu7_3=new Array("Affiliates","affiliates.htm","",0,16,140);
	
Menu8=new Array("About","","",4,20,100);
	Menu8_1=new Array("About Us","about.htm","",0,16,140);
	Menu8_2=new Array("Contact & Support","contact.htm","",0,16,140);
	Menu8_3=new Array("Privacy","privacy.htm","",0,16,140);
	Menu8_4=new Array("Terms of Use","terms_of_use.htm","",0,16,140);
