/* AUTHOR: UUconstruct */
/* Creation date: 15/05/05 */
var newDefs = new Object;
newDefs.overimg = "images/blackarrow.gif";
newDefs.background = "#a91b29";
newDefs.titlebackground = "#5f9b2a"; 
newDefs.border = "#e5e1bb";
newDefs.useclass = "menu2text";
newDefs.titleclass = "menu2text";
newDefs.timeout = 500;
newDefs.pause = 50;
flyDefs (newDefs);

makeLayer ("menu1","",
	"Location=index.php?whichPage=location", 
	"A Personal View=index.php?whichPage=personal",
	"Recent Changes=index.php?whichPage=recent",
	"Ripertoli Olive Oil=index.php?whichPage=oliveoil",
	"Marisa, our cook=index.php?whichPage=marisaourcook",
	"Images=index.php?whichPage=images",
	"More Images=index.php?whichPage=moreimages",
	"Activities=index.php?whichPage=activities",
  	"Events / Festivals=index.php?whichPage=events",
	"In the Press=index.php?whichPage=italymagazine",
  	"Links=index.php?whichPage=links");
	
makeLayer ("menu2","","Main House=index.php?whichPage=mainhouse", 
	"Middle Capanna=index.php?whichPage=middlecapanne",
  	"Aia Capanna=index.php?whichPage=aiacapanne",
	"Recent Changes=index.php?whichPage=recent",
	"Images=index.php?whichPage=images",
	"More Images=index.php?whichPage=moreimages");
	
makeLayer ("menu3","","2006 / 2007 =index.php?whichPage=availability&amp;whichYear=2006", 
	"2007 / 2008 =index.php?whichPage=availability&amp;whichYear=2007");
	
makeLayer ("menu4","","Terms and Conditions=index.php?whichPage=terms", 
	"Prices=index.php?whichPage=prices");			
