menunum=0;menus=new Array();
_d=document;
function addmenu()
{
   menunum++;
   menus[menunum]=menu;
}
function dumpmenus()
{
   mt="<script language=javascript>";
   for(a=1;a<menus.length;a++)
   {
      mt+=" menu"+a+"=menus["+a+"];"
   }
   mt+="<\/script>";

   // alert( mt );
   _d.write(mt)
}

timegap=200;
followspeed=5;
followrate=40;
suboffset_top=10;
suboffset_left=10;

// Style Info
// 1. Font Color
// 2. Background Color
// 3. Selected Font Color
// 4. Selected Background Color
// 5. Border Color
// 6. ---
// 7.
// 8. 

menustyle=["003993","DEDEDD","FFFFFF","D91D29","003993",11,"normal","bold","Veranda, Arial",1,, ,"BDBDBF","F5F5F5"]


 
	addmenu(menu=["home",
	,,150,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Home Page","/index.cfm",,"go to Home Page",1
	]);



	addmenu(menu=["menu",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Breakfast Menu","Waterlillies-Restaurant-PA.cfm?p=Breakfast-Menu",,"go to  Breakfast Menu Page",1
   ,"&nbsp;&nbsp;Lunch Menu","Waterlillies-Restaurant-PA.cfm?p=Lunch-Menu",,"go to Lunch Menu Page",1
   ,"&nbsp;&nbsp;Dinner Menu","Waterlillies-Restaurant-PA.cfm?p=Dinner-Menu",,"go to Dinner Menu Page",1
	]);
	
   
   
   addmenu(menu=["about",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;About Waterlillies","Waterlillies-Restaurant-PA.cfm?p=About",,"go to  About Page",1
   ,"&nbsp;&nbsp;Directions","Waterlillies-Restaurant-PA.cfm?p=Directions",,"go to Directions Page",1
   ,"&nbsp;&nbsp;Hours of Business","Waterlillies-Restaurant-PA.cfm?p=Hours-Of-Business",,"go to Hours of Business Page",1
   ,"&nbsp;&nbsp;Locale","Waterlillies-Restaurant-PA.cfm?p=Locale",,"go to Locale page",1
   ,"&nbsp;&nbsp;Photo Gallery","/Waterlillies-Restaurant-PA.cfm?c=incPortfolioViewer.cfm&albumnid=6&p=*",,"go to Aluminum Page",1
   ,"&nbsp;&nbsp;FAQ","/Waterlillies-Restaurant-PA.cfm?p=*&c=incFAQHome.cfm",,"go to  Frequently Asked Questions Page",1
	]);



	addmenu(menu=["events",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Baby/Wedding Showers","Waterlillies-Restaurant-PA.cfm?p=Showers",,"go to  Showers Page",1
   ,"&nbsp;&nbsp;Engagement Parties","Waterlillies-Restaurant-PA.cfm?p=Engagement-Parties",,"go to Engagement Parties Page",1
   ,"&nbsp;&nbsp;Rehearsal Dinners","Waterlillies-Restaurant-PA.cfm?p=Rehearsal-Dinners",,"go to Engagement Parties Page",1
   ,"&nbsp;&nbsp;Anniveraries","Waterlillies-Restaurant-PA.cfm?p=Anniversaries",,"go to Anniveraries Page",1
	]);
	




	addmenu(menu=["photos",
	,,190,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Photo Gallery","/Waterlillies-Restaurant-PA.cfm?c=incPortfolioViewer.cfm&albumnid=6&p=*",,"go to Aluminum Page",1
	]);




   addmenu(menu=["features",
   ,,150,1,"",menustyle,,,,,,,,,,,,,,,
   ,"&nbsp;&nbsp;Newsletter","Waterlillies-Restaurant-PA.cfm?p=*&c=incNewsletterHome.cfm",,"go to Newsletter Page",1
   ,"&nbsp;&nbsp;Directions","Waterlillies-Restaurant-PA.cfm?p=Directions",,"go to Directions Page",1
   ,"&nbsp;&nbsp;Photo Gallery","/Waterlillies-Restaurant-PA.cfm?c=incPortfolioViewer.cfm&albumnid=6&p=*",,"go to Aluminum Page",1
   ,"&nbsp;&nbsp;Useful Links","Waterlillies-Restaurant-PA.cfm?p=*&c=incUsefulLinksHome.cfm",,"go to  Newsletter Page",1
   // ,"&nbsp;&nbsp;News","Waterlillies-Restaurant-PA.cfm?p=*&c=incNewsTeaser.cfm",,"go to  Newsletter Page",1
   //,"&nbsp;&nbsp;Message Boards","Waterlillies-Restaurant-PA.cfm?c=incMessageBoardHome.cfm&p=*",,"go to Message Boards Page",1



	]);  

   addmenu(menu=["contact",
	,,150,1,"",menustyle,,,,,,,,,,,,,,,
	,"&nbsp;&nbsp;Contact Information","Waterlillies-Restaurant-PA.cfm?p=Contact_Us",,"go to Contact page",1
	]);


dumpmenus()
