//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#A6BBAE';
	var HighBgColor='#FFFF40';
	var FontLowColor='#2E592B';
	var FontHighColor='#000080';
	var BorderColor='#000080';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial, Helvetica, sans-serif"
	var FontSize=11;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.0;
	var StartTop=122; //set vertical offset
	var StartLeft=94; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=2;
	var TopPaddng=1;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=0;
	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("Marull","",3,20,136);
    Menu1_1=new Array("Presentació","http://www.pacreu.com/terrissa/marull/index.htm",0,20,150);
	Menu1_2=new Array("Productes","http://www.pacreu.com/terrissa/marull/productes.htm",0);
	Menu1_3=new Array("Contacta","http://www.pacreu.com/terrissa/contacta.htm",0);

Menu2=new Array("Yuma","",3);
	Menu2_1=new Array("Presentació","http://www.pacreu.com/terrissa/yuma/index.htm",0,20,150);
	Menu2_2=new Array("Productes","http://www.pacreu.com/terrissa/yuma/productes.htm",0);
	Menu2_3=new Array("Contacta","http://www.pacreu.com/terrissa/contacta.htm",0);

Menu3=new Array("Pagric","",3);
	Menu3_1=new Array("Presentació","http://www.pacreu.com/terrissa/pagric/index.htm",0,20,150);
	Menu3_2=new Array("Productes","http://www.pacreu.com/terrissa/pagric/productes.htm",0);
	Menu3_3=new Array("Contacta","http://www.pacreu.com/terrissa/contacta.htm",0);
	

Menu4=new Array("Vilà-Clara","",3);
	Menu4_1=new Array("Presentació","http://www.pacreu.com/terrissa/vila-clara/index.htm",0,20,150);
	Menu4_2=new Array("Productes","http://www.pacreu.com/terrissa/vila-clara/productes.htm",0);
	Menu4_3=new Array("Contacta","http://www.pacreu.com/terrissa/contacta.htm",0);
	
Menu5=new Array("Mestres","",3);
	Menu5_1=new Array("Presentació","http://www.pacreu.com/terrissa/mestres/index.htm",0,20,150);
	Menu5_2=new Array("Productes","http://www.pacreu.com/terrissa/mestres/productes.htm",0);
	Menu5_3=new Array("Contacta","http://www.pacreu.com/terrissa/contacta.htm",0);
