
	var NumberMenus=6;			// # of levels
	var BgColor='#4B699E';			// Bgcolor 
	var SubBgColor='#4B699E';			// Bgcolor 
	var OverBgColor='#2B426B';			// Bgcolor onmouseover
	var HighSubBgColor='#2B426B';			// Bgcolor onmouseover subs
	var FontLowColor='#ffffff';			// Font color 
	var FontSubLowColor='#ffffff';			// Font color subs 
	var FontHighColor='#ffffff';			// Font color onmouseover
	var FontSubHighColor='#ffffff';			// Font color subs onmouseover
	var BorderColor='#003366';			// Border color
	var BorderSubColor='#003366';			// Border color subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family 
	var FontSize=9;				// Font size 
	var FontBold=1;				// Bold =1 or 0
	var FontItalic=0;				// Italic=1 or 0
	var MenuTextCentered='center';			// 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=-.016;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;		// vertical overlap child/ parent
	var StartTop=151;				// 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=4;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=0;
	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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var arrows=['../../Images/tri.gif',5,10,'../../Images/tridown.gif',10,5,'../../Images/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.asp","",0,20,170);

Menu2=new Array("Products","http://stores.ebay.com/brazilspot","",0);   

Menu3=new Array("Brazil","","",5);
    Menu3_1=new Array("About Brazil","aboutBrazil.asp","",0,20,137);
	Menu3_2=new Array("History","history.asp","",0,20,137);
    Menu3_3=new Array("Culture","culture.asp","",0,20,137);
	Menu3_4=new Array("Cuisine","cuisine.asp","",0,20,137);
	Menu3_5=new Array("Weather","weather.asp","",0,20,137);

Menu4=new Array("Celebrities' Corner","","",2);
    Menu4_1=new Array("Sports","sports.asp","",0,20,137);
	Menu4_2=new Array("Musicians","musicians.asp","",0,20,137);
	
Menu5=new Array("About Us","aboutus.asp","",0,20);

Menu6=new Array("Contact Us","contact.asp","",0);
		
