

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#EAEAEA';
	var HighBgColor='#ADC8D2';
	var FontLowColor='#333333';
	var FontHighColor='#000000';
	var BorderColor='#026990';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana, Arial, Helvetica, sans-serif" 
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=95; //set vertical offset
	var StartLeft=172; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Inicio","index.htm",0,20,138);

Menu2=new Array("Documentos","",3);
	Menu2_1=new Array("Pricipios y Bases","principios.htm",0,20,138);
	Menu2_2=new Array("Interés General","interesGral.htm",0);
	Menu2_3=new Array("Más...","documentos.htm",0);


Menu3=new Array("Foro","http://foro.ws/ppr",0,20,138);
	/*Menu3_1=new Array("Nuestro Foro","http://foro.ws/ppdr",0,20,138);
	Menu3_2=new Array("Your Links","http://www.yoursite.com",0);
	Menu3_3=new Array("Your Links","http://www.yoursite.com",0);*/

Menu4=new Array("Otras Webs","",3);
	Menu4_1=new Array("PPR Nacional","http://www.pprnacional.com.ar",0,20,138);
	Menu4_2=new Array("PPR Santa Fe","http://www.ppr-santafe.com.ar",0);
	Menu4_3=new Array("Más...","links.htm",0);