	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#314984';			// Background color when mouse is not over
	var LowSubBgColor='#314984';			
	var HighBgColor='#314984';			// Background color when mouse is over
	var HighSubBgColor='#4F71C5';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=7;				// 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=46;				// Menu offset x coordinate
	var StartLeft=7;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=15;				// Left p3dding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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=1;				// 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',24,13,'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("HOME","index.html","",0,21,50);

Menu2=new Array("INTRODUCTION","introduction.html","",0,19,108);

Menu3=new Array("FEATURED ITEMS","featured_items.html","",7,19,116);
	Menu3_1=new Array("Personal Setting","featured_items.html#personal","images/a.gif",0,25,176);
	Menu3_2=new Array("Business Application","featured_items.html#business","images/b.gif",0,26);
	Menu3_3=new Array("Mobile","featured_items.html#mobile","images/b.gif",0,26);
	Menu3_4=new Array("Communication","featured_items.html#communication","images/b.gif",0,26);
	Menu3_5=new Array("File Management","featured_items.html#file","images/b.gif",0,26);
	Menu3_6=new Array("Calendar & Organizer","featured_items.html#calendar","images/b.gif",0,26);
	Menu3_7=new Array("Notice & Publication","featured_items.html#notice","images/c.gif",0,30);

Menu4=new Array("BENEFITS","benefits.html","",3,19,72);
	Menu4_1=new Array("Product Comparison","product_comparison.html","images/a.gif",0,25,176);
	Menu4_2=new Array("Workplace Hosting Pricing","hosting_pricing.html","images/b.gif",0,26);
	Menu4_3=new Array("Benefits of Workplace","workplace_benefits.html","images/c.gif",0,30);

Menu5=new Array("SUBSCRIPTION","subscription.html","",8,19,105);
	Menu5_1=new Array("Soho Edition","soho.html","images/a.gif",0,25,176);
	Menu5_2=new Array("Small Business Edition","small_business.html","images/b.gif",0,26);
	Menu5_3=new Array("Standard Edition","standard.html","images/b.gif",0,26);
	Menu5_4=new Array("Enterprise Edition","enterprise.html","images/b.gif",0,26);
	Menu5_5=new Array("Product Comparison","product_comparison.html","images/b.gif",0,26);
	Menu5_6=new Array("Workplace Hosting Pricing","hosting_pricing.html","images/b.gif",0,26);
	Menu5_7=new Array("Benefits of Workplace","workplace_benefits.html","images/b.gif",0,26);
	Menu5_8=new Array("Purchase","online_payment.html","images/c.gif",0,30);

Menu6=new Array("FAQ","faq.html","",0,19,45);

Menu7=new Array("SUPPORT","support.html","",0,19,72);

Menu8=new Array("CONTACT","contact.html","",0,19,80);

Menu9=new Array(">> LINKS","","",4,19,86);
	Menu9_1=new Array("Smartlab","http://www.smartlab.com.my","images/a.gif",0,25,176);
	Menu9_2=new Array("Displaywork","http://www.displaywork.com","images/b.gif",0,26);
	Menu9_3=new Array("Enterprise Suite","http://carmensoft.com","images/b.gif",0,26);
	Menu9_4=new Array("Automation Engineering","http://mujid.com","images/c.gif",0,30);



