

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#E8ECF7';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#012388';			// Background color when mouse is over on subs
	var FontLowColor='';			// Font color when mouse is not over
	var FontSubLowColor='#000E2F';			// Font color subs when mouse is not over
	var FontHighColor='';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Tahoma,Helvetica,Verdana,Arial,Sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// 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=.25;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=31;				// Menu offset x coordinate
	var StartLeft=27;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=4;				// 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=250;			// 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=1;				// 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=['/images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/sub.gif',3,5];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// About Us
Menu1=new Array("","profile.htm","",5,25,129);
	Menu1_1=new Array("Profile", "profile.htm","",0,25,196);
	Menu1_2=new Array("Expertise","expertise.htm","",0);
	Menu1_3=new Array("The Team","team.htm","",0);	
	Menu1_4=new Array("Philosophy","philosophy.htm","",0);
	Menu1_5=new Array("Success Stories", "success_stories.htm","",0);

// Services
Menu2=new Array("","services.htm","",3);
	Menu2_1=new Array("Overview","services.htm","",0,25,216);
	Menu2_2=new Array("Public Relations >>","public_relations.htm","",7,25,216);
		Menu2_2_1=new Array("Media Relations","media_relations.htm","",0,25,216);
		Menu2_2_2=new Array("Analyst Relations","analyst_relations.htm","",0);
		Menu2_2_3=new Array("Media Training","media_training.htm","",0);
		Menu2_2_4=new Array("Articles/Case Study Placement","articles_case_study_placement.htm","",0);
		Menu2_2_5=new Array("Speaker Bureau","speaker_bureau.htm","",0);
		Menu2_2_6=new Array("Corporate Relations","corporate_relations.htm","",0);
		Menu2_2_7=new Array("QuickStart PR","quickstart_pr.htm","",0);
	Menu2_3=new Array("Marketing & Communications >>","marketing_communications.htm","",8);
		Menu2_3_1=new Array("Messaging/Positioning","messaging_positioning.htm","",0,25,196);
		Menu2_3_2=new Array("Strategic Marketing Plans","strategic_marketing_plans.htm","",0);
		Menu2_3_3=new Array("Promotional Materials","promotional_materials.htm","",0);
		Menu2_3_4=new Array("Website Development","website_development.htm","",0);
		Menu2_3_5=new Array("Event Planning","event_planning.htm","",0);
		Menu2_3_6=new Array("White Papers","white_papers.htm","",0);
		Menu2_3_7=new Array("Online Marketing","online_marketing.htm","",0);
		Menu2_3_8=new Array("Advertising/Branding","advertising_branding.htm","",0);				
	//Menu2_4=new Array("Globalization","globalization.htm","",0);

// Clients
Menu3=new Array("","current_clients.htm","",1);
	//Menu3_1=new Array("Clients","current_clients.htm","",0,25,196);
	Menu3_1=new Array("Industries","industries_served.htm","",0,25,196);
	
// Newsroom
Menu4=new Array("","press_releases.htm","",1);
	//Menu4_1=new Array("Press Releases","press_releases.htm","",0,25,196);
	Menu4_1=new Array("Press Coverage","press_coverage.htm","",0,25,196);

// Contact Us
Menu5=new Array("","contact_us.htm","",1);
	Menu5_1=new Array("Contact Us","contact_us.htm","",0,25,129);
