/***********************************************************************************
*	(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=6;			// Number of first level items
	var LowBgColor='#F8F9FF';			// Background color when mouse is not over
	var LowSubBgColor='#F8F9FF';			// Background color when mouse is not over on subs
	var HighBgColor='#F8F9FF';			// Background color when mouse is over
	var HighSubBgColor='#F8F9FF';			// Background color when mouse is over on subs
	var FontLowColor='#393CB5';			// Font color when mouse is not over
	var FontSubLowColor='#393CB5';			// Font color subs when mouse is not over
	var FontHighColor='#7D8B38';			// Font color when mouse is over
	var FontSubHighColor='#7D8B38';			// Font color subs when mouse is over
	var BorderColor='#F8F9FF';			// Border color
	var BorderSubColor='#F8F9FF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
//	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontFamily="Arial, Helvetica, sans-serif"	// 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='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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=200;				// Menu offset x coordinate
	var StartLeft=20;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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=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=['',5,10,'',10,5,'',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("Central America","","",2,20,120);
	    Menu1_1=new Array("Mexico City, Mexico","http://newmarketservices.com/public/page.php?market=MC","",0,20,140);
	    Menu1_2=new Array("San Juan, PR","http://newmarketservices.com/public/page.php?market=PR","",0);
	Menu2=new Array("South America","","",2);
	 Menu2_1=new Array("Buenos Aires, Argentina","http://newmarketservices.com/public/page.php?market=BA","",0,20,170);
		Menu2_2=new Array("Sao Paulo, Brazil","http://newmarketservices.com/public/page.php?market=SP","",0);
	Menu3=new Array("Europe","","",14);
		Menu3_1=new Array("Athens, Greece","http://newmarketservices.com/public/page.php?market=ATH","",0,20,160);
	Menu3_2=new Array("Belfast, Northern Ireland","http://newmarketservices.com/public/page.php?market=BLF","",0);
		Menu3_3=new Array("Berlin, Germany","http://www.newmarketservices.com/public/page.php?market=BLN","",0);
		Menu3_4=new Array("Dublin, Ireland","http://newmarketservices.com/public/page.php?market=DBL","",0);
		Menu3_5=new Array("Frankfurt, Germany","http://newmarketservices.com/public/page.php?market=FKF","",0);
		Menu3_6=new Array("Glasgow, Scotland","http://newmarketservices.com/public/page.php?market=GSG","",0);
		Menu3_7=new Array("London, England","http://newmarketservices.com/public/page.php?market=LDN","",0);
		Menu3_8=new Array("Madrid, Spain","http://newmarketservices.com/public/page.php?market=MD","",0);
		Menu3_9=new Array("Moscow, Russia","http://newmarketservices.com/public/page.php?market=MSC","",0);
		Menu3_10=new Array("Paris, France","http://newmarketservices.com/public/page.php?market=PRS","",0);
		Menu3_11=new Array("Rome, Italy","http://newmarketservices.com/public/page.php?market=RM","",0);
		Menu3_12=new Array("Stockholm, Sweden","http://newmarketservices.com/public/page.php?market=STK","",0);
		Menu3_13=new Array("Warsaw, Poland","http://newmarketservices.com/public/page.php?market=WRS","",0);
		Menu3_14=new Array("Zurich, Switzerland","http://newmarketservices.com/public/page.php?market=ZRH","",0);
	Menu4=new Array("Asia","","",10);
		Menu4_1=new Array("Beijing, China","http://newmarketservices.com/public/page.php?market=BJ","",0,20,135);
		Menu4_2=new Array("Delhi, India","http://newmarketservices.com/public/page.php?market=DLN","",0);
		Menu4_3=new Array("Hong Kong, China","http://newmarketservices.com/public/page.php?market=HK","",0);
		Menu4_4=new Array("Istanbul, Turkey","http://newmarketservices.com/public/page.php?market=ISB","",0);
		Menu4_5=new Array("Karachi, Pakistan","http://newmarketservices.com/public/page.php?market=KRC","",0);
		Menu4_6=new Array("Mumbai, India","http://newmarketservices.com/public/page.php?market=BMB","",0);
		Menu4_7=new Array("Seoul, South Korea","http://newmarketservices.com/public/page.php?market=SL","",0);
		Menu4_8=new Array("Shanghai, China","http://newmarketservices.com/public/page.php?market=SHG","",0);
		Menu4_9=new Array("Singapore, Malaysia","http://newmarketservices.com/public/page.php?market=SGP","",0);
		Menu4_10=new Array("Tokyo, Japan","http://newmarketservices.com/public/page.php?market=TKY","",0);
	Menu5=new Array("Australia","","",2);
		Menu5_1=new Array("Melbourne, Australia","http://newmarketservices.com/public/page.php?market=MEL","",0,20,140);
		Menu5_2=new Array("Sydney, Australia","http://newmarketservices.com/public/page.php?market=SDY","",0);
	Menu6=new Array("Africa","","",1);
		Menu6_1=new Array("Cairo, Egypt","http://newmarketservices.com/public/page.php?market=CRO","",0,20,120);