

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#402981';			// Background color when mouse is not over
	var LowSubBgColor='#402981';			// Background color when mouse is not over on subs
	var HighBgColor='#402981';			// Background color when mouse is over
	var HighSubBgColor='#402981';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='#402981';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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='center';			// 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=480;				// Menu offset x coordinate
	var StartLeft=5;				// 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=10;				// 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=100;			// delay before menu folds in
	var TakeOverBgColor=3;			// 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=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=1;			// 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=['left[1].gif',12,12,'images/red_4x5.gif',4,5,'left[1].gif',12,12];	// 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.htm","",0,37,100);
      
Menu2=new Array("ABOUT US","","",3,37,130);
         Menu2_1=new Array("History","history.htm","",0,35,180);
	     Menu2_2=new Array("How we do it","how.htm","",0,35,180);
	     Menu2_3=new Array("Mission & Vision","missin.htm","",0,35,180);
              
          
Menu3=new Array("SERVICES","","",7,37,130);
	     Menu3_1=new Array("Introduction","introduction.htm","",0,35,320);
	     Menu3_2=new Array("Conference Management","conference.htm","",1,35,320);
	        Menu3_2_1=new Array("Delegate Services","delegate.htm","",0,35,180);
	     Menu3_3=new Array("Local & International Exhibition Management","exhibition.htm","",0,35,320);	     
	     Menu3_4=new Array("PR & Media services ","pr.htm","",0,35,220);
	     Menu3_5=new Array("Marketing Inside & Outside Missions","","",3,35,220);
	       Menu3_5_1=new Array("Road Shows","raod-shows.htm","",0,35,290);
	       Menu3_5_2=new Array("Advertising and Marketing Campaigns","advertising.htm","",0,35,290);
           Menu3_5_3=new Array("Marketing and B2B","b2b.htm","",0,35,290);
         Menu3_6=new Array("Documentaries","document.htm","",0,35,220);
         Menu3_7=new Array("Sponsorship & Fundraising","spon-fund.htm","",0,35,220);
	          
 Menu4=new Array("EXPERIENCES","organizer.html","",10,37,150);
       Menu4_1=new Array("Investment","investment.htm","",0,35,310);
       Menu4_2=new Array("Medical","medical.htm","",0,35,255);
       Menu4_3=new Array("Banking","banking.htm","",0,35,255);
       Menu4_4=new Array("Launches","launches.htm","",0,35,255);
       Menu4_5=new Array("Events","events.htm","",0,35,255);
       Menu4_6=new Array("Water, Energy, IT ,Transportation & Others ","water.htm","",0,35,310);
       Menu4_7=new Array("Sports","sports.htm","",0,35,255);
       Menu4_8=new Array("Road Shows","road-shows.htm","",0,35,255);
       Menu4_9=new Array("Media","media.htm","",0,35,255);
       Menu4_10=new Array("Tourism","tourism.htm","",0,35,255);        
       Menu4_11=new Array("Others","others.htm","",0,35,255);
         

	
Menu5=new Array("OUR CLIENTS","","",2,37,150);

	Menu5_1=new Array("Local Clients","local-clients.htm","",0,35,180);
	Menu5_2=new Array("International Clients","inter-clients.htm","",0,35,180);
   
           
Menu6=new Array("PHOTO GALLERY","gallery/index.htm","",0,37,160);


Menu7=new Array("CONTACT US","contact.htm","",0,27,110);


