/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	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='#141786';			// Background color when mouse is not over
	var LowSubBgColor='#141786';			// Background color when mouse is not over on subs
	var HighBgColor='#9494BE';			// Background color when mouse is over
	var HighSubBgColor='#9494BE';			// 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='white';			// Font color subs when mouse is over
	var BorderColor='#9494BE';			// Border color
	var BorderSubColor='#9494BE';			// 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 FontSize=9;				// Font size menu items
	var FontBold=0;				// 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=0;				    // Menu offset x coordinate
	var StartLeft=1;				// 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='MyFrameOne';			// Frame where first level appears
	var SecLineFrame='MyFrameTwo';			// Frame where sub levels appear
	var DocTargetFrame='MyFrameTwo';			// 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 Arrws=['tri.gif',5,10,'tridown.gif',10,5,'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","seccion.php?id=27","",0,18,138);

Menu2=new Array("Attorneys and Professionals","","",4,30,138);
	Menu2_1=new Array("Partners","","",2,17,150);	
		Menu2_1_1=new Array("Gonzalo J. Sanchez ","seccion_cur.php?id=33","",0,18,150);
		Menu2_1_2=new Array("Monica S. Lupi","seccion_cur.php?id=34","",0);
		
	Menu2_2=new Array("Lawyers","","",1);
		Menu2_2_1=new Array("Ezequiel R. Lamas","seccion_cur.php?id=92","",0,18,120);	
		
	
	Menu2_3=new Array("Of Counsel","","",1);
		Menu2_3_1=new Array("Marcela Chauvet","seccion_cur.php?id=35","",0,18,120);
	
	Menu2_4=new Array("Network of International Attorneys","seccion.php?id=28","",0,30);	

Menu3=new Array("Library and Resources","seccion.php?id=31","",0);
	//Menu3_1=new Array("Altavista","http://www.altavista.com","",0,20,150);
	//Menu3_2=new Array("Google","http://www.google.com","",0);
	//Menu3_3=new Array("Yahoo","http://www.yahoo.com","",0);

Menu4=new Array("Practice Areas","","",2);
	Menu4_1=new Array("Argentina","","",15,18,120);
		Menu4_1_1=new Array("Intellectual Property ","","",5,15,150);
			Menu4_1_1_1=new Array("Copyrights ","seccion.php?id=37","",0,15,150);
			Menu4_1_1_2=new Array("Domain Names  ","seccion.php?id=56","",0,15,150);
			Menu4_1_1_3=new Array("Industrial Designs ","seccion.php?id=38","",0,15,150);
			Menu4_1_1_4=new Array("Patents ","seccion.php?id=40","",0,15,150);
			Menu4_1_1_5=new Array("Trademarks ","seccion.php?id=39","",0,15,150);
			
		Menu4_1_2=new Array("Administrative ","seccion.php?id=42","",0,15,150);
		Menu4_1_3=new Array("Antipiracy and Anticounterfeiting","seccion.php?id=41","",0,30,150);
		Menu4_1_4=new Array("Banking ","seccion.php?id=89","",0,15,150);
		Menu4_1_5=new Array("Bankruptcy ","seccion.php?id=57","",0,15,150);
		Menu4_1_6=new Array("Business and Corporate ","seccion.php?id=45","",0,15,150);
		
		//Menu4_1_5=new Array("Domain Name  ","seccion.php?id=55","",0,15,150);
		Menu4_1_7=new Array("Criminal ","seccion.php?id=86","",0,15,150);		
		Menu4_1_8=new Array("International Trade and Customs  ","seccion.php?id=44","",0,30,150);
		
		Menu4_1_9=new Array("Immigration ","seccion.php?id=46","",0,15,150);
		Menu4_1_10=new Array("International ","seccion.php?id=47","",0,15,150);
		Menu4_1_11=new Array("International Real Estate","seccion.php?id=88","",0,15,150);
		Menu4_1_12=new Array("Internet  ","seccion.php?id=48","",0,15,150);
		Menu4_1_13=new Array("Labor and Employment ","seccion.php?id=49","",0,15,150);
		Menu4_1_14=new Array("Litigation and Dispute Resolution ","seccion.php?id=45","",0,30,150);
		Menu4_1_15=new Array("Software ","seccion.php?id=50","",0,15,150);
		Menu4_1_16=new Array("Technology ","seccion.php?id=51","",0,15,150);
		Menu4_1_17=new Array("Torts  ","seccion.php?id=43","",0,15,150);
	
	Menu4_2=new Array("USA","","",9,18,120);
		Menu4_2_1=new Array("Intellectual Property ","","",3,15,150);
			Menu4_2_1_1=new Array("Copyrights ","seccion.php?id=74","",0,15,150);
			Menu4_2_1_2=new Array("Domain Names  ","seccion.php?id=75","",0,15,150);
			Menu4_2_1_3=new Array("Trademarks ","seccion.php?id=76","",0,15,150);
			
		//Menu4_1_4=new Array("Patentes ","","",0,15,150);
		//Menu4_1_5=new Array("Diseņos Industriales ","","",0,15,150);
		Menu4_2_2=new Array("Antipiracy and Anticounterfeiting ","seccion.php?id=77","",0,30,150);
		Menu4_2_3=new Array("Business and Corporate ","seccion.php?id=78","",0,15,150);
		//Menu4_2_4=new Array("Domain Name  ","seccion.php?id=55","",0,15,150);
		Menu4_2_4=new Array("Immigration ","seccion.php?id=79","",0,15,150);
		Menu4_2_5=new Array("International ","seccion.php?id=80","",0,15,150);
		Menu4_2_6=new Array("International Trade and Customs ","seccion.php?id=81","",0,30,150);
		Menu4_2_7=new Array("Internet  ","seccion.php?id=82","",0,15,150);
		Menu4_2_8=new Array("Software ","seccion.php?id=83","",0,15,150);
		Menu4_2_9=new Array("Technology  ","seccion.php?id=84","",0,15,150);
		//Menu4_1_13=new Array("Administrativo ","","",0,15,150);
		//Menu4_1_14=new Array("Laboral ","","",0,15,150);
		//Menu4_1_15=new Array("Comercio Internacional y Aduanas ","","",0,30,150);
		//Menu4_1_16=new Array("Civil ","","",0,15,150);
	//Menu4_3=new Array("Freewarejava","http://www.freewarejava.com","",0);
	//Menu4_4=new Array("Web Review","http://www.webreview.com","",0);

Menu5=new Array("Offices","oficinas.php?id=30","",0);
	//Menu5_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,140);
	
Menu6=new Array("Contact Us","contact.php?id=29","",0);
	//Menu5_1=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,140);	
