/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=13;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#1d2f50';			// Background color when mouse is over on subs
	var FontLowColor='#c4d0fd';			// Font color when mouse is not over
	var FontSubLowColor='#1d2f50';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#8a8a8a';			// Border color for subs
	var BorderWidth=1;				// 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=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var SubMenuTextCentered='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=127;				// Menu offset x coordinate
	var SubStartTopDiff=9;
	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=1;				// 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=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws = [primalwebroot+'images2/spacer.gif',5,10,primalwebroot+'images2/spacer.gif',10,5,primalwebroot+'images2/spacer.gif',5,10]; //[primalwebroot+'images2/tri.gif',5,10,primalwebroot+'images2/tridown.gif',10,5,primalwebroot+'images2/trileft.gif',5,10];	// Arrow source, width and height
	var DefaultMenuWidth=128;
	var DefaultSubMenuWidth=130;
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("Products", "", "", 7, 18, DefaultMenuWidth - 30)
	Menu1_1 =new Array("IN Prepaid", primalwebroot+"app_in.php","",0 ,18,DefaultSubMenuWidth + 75);
	Menu1_2 = new Array("Voice Mail / Unified Messaging", primalwebroot + "app_vmum.php", "", 0, 18);
	Menu1_3 = new Array("Visual Voice Mail", primalwebroot + "app_vvm.php", "", 0, 18);
	Menu1_4 =new Array("SMSc", primalwebroot+"app_sms.php","",0 ,18);
	Menu1_5 =new Array("MMS", primalwebroot+"app_mms.php","",0 ,18);
	Menu1_6 =new Array("OTA", primalwebroot+"app_ota.php","",0 ,18);
	Menu1_7 =new Array("EIR", primalwebroot+"app_eir.php","",0 ,18);

Menu2=new Array("|", "","",0,18,5);

Menu3=new Array("Primal OSP Architecture", primalwebroot+"osp_architecture.php", "", 3, 18, DefaultMenuWidth + 58)
	Menu3_1 =new Array("OSP Platform", primalwebroot+"psnmodel.php?model=OSP5440","",0 ,18,DefaultSubMenuWidth + 50);
	Menu3_2 = new Array("Primal Skylight", primalwebroot + "app_skylight.php", "", 0);
	Menu3_3 = new Array("Primal Skynet", primalwebroot + "app_skynet.php", "", 0);
		
Menu4=new Array("|", "","",0,18,5);

Menu5=new Array("Primal Partners",primalwebroot+"partners.php","",0,18, DefaultMenuWidth);
		
Menu6=new Array("|", "","",0,18,5);

Menu7=new Array("News & Events",primalwebroot+"news_events.php","",0,18, DefaultMenuWidth);
	
Menu8=new Array("|", "","",0,18,5);

Menu9=new Array("Downloads","","",3,18, DefaultMenuWidth - 20);
	Menu9_1=new Array("Primal Skylight",primalwebroot+"app_skylight.php","",0,18,DefaultSubMenuWidth + 50);
	Menu9_2=new Array("Brochures",primalwebroot+"brochures.php","",0,18);
	Menu9_3=new Array("Unified Messaging Demo","http://www.bigplanettelecom.com/demo.asp","",0,18);
		

Menu10=new Array("|", "","",0,18,5);

Menu11=new Array("About Us","","",1,18, DefaultMenuWidth - 20);
	Menu11_1=new Array("Contact Us",primalwebroot+"contact.php","",0,18,DefaultSubMenuWidth);
	
		

Menu12=new Array("|", "","",0,18,5);

Menu13=new Array("Client Login",primalwebroot+"supportcentre.php","",0,18,DefaultMenuWidth - 20,"","","","","white");

