<!-- Begin
//==1==Defining Colors

var droplength;
var dropleft;

var droplengthSide;
var dropleftSide;

//top items
var topfont			= 'verdana,arial,helvetica';
var topfontSize		= '10px';
var topfontWeight	= 'bold';//(bold or normal)

//menu items

droplength		= 14 ; //length dropdown comes down from top of images
dropleft		= -2 ; //length dropdown moves to the left for each image

droplengthSide	= 0 ; //length dropdown comes down from top of images
dropleftSide	= 130 ; //length dropdown moves to the left for each image

var menuFrameColor		= '#FFFFFF';
var menuBgColor			= '#6699CC';
var menuFontColor		= '#FFFFFF';
var menuOverBgColor		= '#336699';
var menuOverFontColor	= '#FFCC00'//(can be the same as menuFontColor)

//==2==Defining TARGET for the links in the menu
var target				= 'self'//(newWindow or self)(cannot navigate to frame)

//==3==Defining font, menu cell padding & frame border width
var font				= 'verdana,arial,helvetica';
var fontSize			= '10px';
var fontWeight			= 'normal';//(bold or normal)
var cellPadding			= '2';
var frameBorderWidth	= '1';

//==4==Defining The Menus Width
var menuWidth			= '200';

//==5==Defining The Menus Placement (top left corner of the menus)
var menuTopPixels		= 15;//from document top & left corner(without quotes)

// End -->

<!-- Begin

//define ganntmenu and where top will be
topmenu = new menubar(35) // 35 is where the top will be


//About Us
// Menu Id = 0
topmenu.add('AboutUs',		'index.php?token=about_us')
topmenu.subadd('AboutUs',	'index.php?token=about_us','Overview')
topmenu.subadd('AboutUs',	'index.php?token=our_values','Our Values')
//topmenu.subadd('AboutUs',	'clients/our_clients.shtml','Our Clients')
topmenu.subadd('AboutUs', 	'index.php?token=message','Letter From President')
//topmenu.subadd('AboutUs',	'about_us/in_news.shtml','In The News')
topmenu.subadd('AboutUs',	'index.php?token=communities','Our Communities')

//Solutions
// Menu Id = 1
topmenu.add('Solutions','solutions/solutions.shtml')
topmenu.subadd('Solutions','solutions/a1_revenue_growth.shtml','Achieve & Sustain Revenue Growth')
topmenu.subadd('Solutions','solutions/a2_exploit_market.shtml','Exploit Market Opportunities')
topmenu.subadd('Solutions','solutions/a3_improve_competitiveness.shtml','Improve Competitiveness')
topmenu.subadd('Solutions','solutions/a4_engagement_modes.shtml','Modes of Engagement')
topmenu.subadd('Solutions','success_story/success_stories.shtml','Success Stories')

//Achieve & Sustain revenue Growth
// Menu Id = 2
topmenu.add('RevenueGrowth','solutions/a1_revenue_growth.shtml')
topmenu.subadd('RevenueGrowth','solutions/f2_pipeline.shtml','Pipeline Development')
topmenu.subadd('RevenueGrowth','solutions/f1_nurture.shtml','Opportunity Nurturing')

//Exploit Market Opportunities - Side
// Menu Id = 3
topmenu.add('MarketOpp','solutions/a2_exploit_market.shtml')
topmenu.subadd('MarketOpp','solutions/f3_product_marketing.shtml','Product Marketing')
topmenu.subadd('MarketOpp','solutions/f4_market_intelligence.shtml','Market Intelligence')

//Improve Competitiveness
// Menu Id = 4
topmenu.add('ImproveCompetitiveness','solutions/a3_improve_competitiveness.shtml')
topmenu.subadd('ImproveCompetitiveness','solutions/f6_capability_builder.shtml','Capability Builder')
topmenu.subadd('ImproveCompetitiveness','solutions/f5_sales_process.shtml','Sales Process Optimization')

//Why you sales may be struggling
// Menu Id = 5
topmenu.add('SalesStruggle',	'index.php?token=article&id=6')
topmenu.subadd('SalesStruggle',	'index.php?token=article&id=12',			'Few New Opportunities')
topmenu.subadd('SalesStruggle',	'index.php?token=article&id=13',	'Longer Sales Cycle')
topmenu.subadd('SalesStruggle',	'index.php?token=article&id=14',	'Increased Efforts')
topmenu.subadd('SalesStruggle',	'index.php?token=article&id=15',	'Shrinking Deal Sizes')

topmenu.build()
topmenu.activate()

// End -->

