/*	(c) Ger Versluis 2000 version 5 9 October 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#CC7E2B';			// Background color when mouse is not over
	var LowSubBgColor='#333333';			// Background color when mouse is not over on subs
	var HighBgColor='#D3E6F6';			// Background color when mouse is over
	var HighSubBgColor='#D3E6F6';			// Background color when mouse is over on subs
	var FontLowColor='White';			// Font color when mouse is not over
	var FontSubLowColor='White';			// Font color subs when mouse is not over
	var FontHighColor='BLACK';			// Font color when mouse is over
	var FontSubHighColor='BLACK';			// Font color subs when mouse is over
	var BorderColor='#CC7E2B';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"      	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 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='';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=190;				    // Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=400;			// 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=0;				// 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

function BeforeStart(){;
	}

function AfterBuild(){;
	}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("MATba's Background","","",4,20,110);

	Menu1_1=new Array("  About MATba  ","aboutmat.asp","",0,20,110);
    Menu1_2=new Array("  Who we are ","whoweare.asp","",0,20,110);
	Menu1_3=new Array("  MATba History ","history.asp","",0,20,110);
	Menu1_4=new Array("  How to trade ","howtotrade.asp","",0,20,110);
		
Menu2=new Array("MATba's Activity","","",4,20,135);
	Menu2_1=new Array(" Last closing price","tabla1.asp","",0,20,135);
	Menu2_2=new Array(" Contracts - Vademecum","vademecum.asp","",0,20,135);
	Menu2_3=new Array(" Trading Calendar","vencimientos-ing.asp","",0,20,135);
	Menu2_4=new Array(" Tradings hours","horariosderueda.asp","",0,20,135);




Menu3=new Array("Services","","",1,20,140);
	Menu3_1=new Array(" Operators´ Services","thinking.asp","",0,20,140);

	
	
Menu4=new Array("Links","","",2,20,92);
  	Menu4_1=new Array(" Argentine News","diarios-ing.asp","",0,20,110);
	Menu4_2=new Array(" Sight - Seeing","http://www.fotoargentina.com.ar/","",0,20,110);
	
      

Menu5=new Array("Photos","eventos.asp","",0,20,80);

  

Menu6=new Array("MATonLine II","http://www.matba.com.ar/moline2/","",0,20,100);

 

Menu7=new Array("Contact Us","#","",1,20,97);
	    Menu7_1=new Array(" E-mail MATba","mailto:info@matba.com.ar","",0,20,95);
     
    	