//*------------------------------------------------------------------------------- 
//*  Update Log - MAIN MENU -  
//*  
//*  2007-09-01 - New
//*  2008-05-13 - Changed from PHP to ASP
//*  2009-05-08 - Convert top text menu to Milonic
//*  2009-10-16 - Remove Fish Stories 
//*-------------------------------------------------------------------------------- 

lang = ".asp;";   //* Language suffix

//*----------------------------------------------
//*  TOP HORIZONTAL MENU   left="offset=186";
//*----------------------------------------------

	with(milonic=new menuname("topmenu")){
	style=homeMenuStyle;
	xmenuwidth=228;  itemheight=15; top=22; screenposition="center"; left="offset=115"; alwaysvisible=1; orientation="horizontal";
	zindex=80;	//* This is for Gallery Creator lightbox.js which uses value 90 for overlay.
	
 	if (thefile.substring(0,"rest-intro".length) == "rest-intro")	{
 		aI("text=&nbsp;&nbsp;&nbsp;&nbsp;type=header;menuwidth=54;headerbgcolor=transparent;align=center;");
	}
	else {
		aI("text=Home;align=center;url=rest-intro" + lang + ";showmenu=HOME;" );
	}
 	aI("text=Location;align=center;url=location" + lang );
 	aI("text=Hours;align=center;url=hours" + lang );
 	aI("text=News;align=center;url=news" + lang );
 	aI("text=Rewards;align=center;url=rewards-form" + lang );
 	aI("text=Survey;align=center;url=survey-form" + lang + ";showmenu=SURVEY;" );
 	aI("text=FAQ;align=center;url=faq" + lang );
 	aI("text=Contact&nbsp;Us;align=center;url=contact" + lang );
	}
 
//*----------------------------------------------
//*   HOME
//*----------------------------------------------
with(milonic=new menuname("HOME")){
style=subHomeMenuStyle; xmenuwidth=97;
	aI("text=Site Map;url=sitemap" + lang );
}

//*----------------------------------------------
//*   SURVEY
	pref="survey-";  
//*----------------------------------------------
with(milonic=new menuname("SURVEY")){
style=subHomeMenuStyle; xmenuwidth=97;
	aI("text=Opinion on Delivery;url=" + pref + "opinion-delivery-form" + lang );
}
 
//*----------------------------------------------
//*  HORIZONTAL MENU 1  rest shuckers
//*----------------------------------------------

	with(milonic=new menuname("header")){
	style=menuStyle;
	xmenuwidth=778;  xitemheight=14; top=60; screenposition="center"; left="offset=107"; alwaysvisible=1; orientation="horizontal";	
 
 	aI("image=../images/b-rest-off.gif;overimage=../images/b-rest-on.gif;pageimage=../images/b-rest-on.gif;showmenu=rest;url=rest-intro" + lang );
 	
 	aI("image=../images/b-shuckers-off.gif;overimage=../images/b-shuckers-on.gif;pageimage=../images/b-shuckers-on.gif;url=shuckers" + lang );	
 	
 	aI("image=../images/b-menus-off.gif;overimage=../images/b-menus-on.gif;pageimage=../images/b-menus-on.gif;showmenu=menus;url=menus" + lang );
 	
 	aI("image=../images/b-tour-off.gif;overimage=../images/b-tour-on.gif;pageimage=../images/b-tour-on.gif;url=tour" + lang );	
 
	}

//*----------------------------------------------
//*  HORIZONTAL MENU 2  chefs specials  Coming soon
//*----------------------------------------------

	with(milonic=new menuname("header2")){
	style=menuStyle;
	xmenuwidth=778;  xitemheight=14; top=101; screenposition="center"; left="offset=107"; alwaysvisible=1; orientation="horizontal";	
	
	aI("image=../images/b-chefs-off.gif;overimage=../images/b-chefs-on.gif;pageimage=../images/b-chefs-on.gif;url=chefscorner" + lang );
	
 	aI("image=../images/b-specials-off.gif;overimage=../images/b-specials-on.gif;pageimage=../images/b-specials-on.gif;url=specials" + lang );
 	
 	aI("image=../images/b-comingsoon-off.gif;overimage=../images/b-comingsoon-on.gif;pageimage=../images/b-comingsoon-on.gif;showmenu=COMINGSOON;url=comingsoon" + lang );
 	
	}
	
//*----------------------------------------------
//*  HORIZONTAL MENU 3  seniors takeout fishstuff functions
//*----------------------------------------------

	with(milonic=new menuname("header3")){
	style=menuStyle;
	xmenuwidth=778;  xitemheight=14; top=139; screenposition="center"; left="offset=109"; alwaysvisible=1; orientation="horizontal";	
	aI("image=../images/b-seniors-off.gif;overimage=../images/b-seniors-on.gif;pageimage=../images/b-seniors-on.gif;url=seniors" + lang );
 	aI("image=../images/b-takeout-off.gif;overimage=../images/b-takeout-on.gif;pageimage=../images/b-takeout-on.gif;showmenu=takeout;url=takeout-intro" + lang );
 	aI("image=../images/b-fishstuff-off.gif;overimage=../images/b-fishstuff-on.gif;pageimage=../images/b-fishstuff-on.gif;showmenu=fishstuff;url=fish-intro" + lang );
// 	aI("type=header;image=../images/spacer20.gif;");
// 	aI("text=<img src='..\images\spacer20.gif>;");
	aI("image=../images/b-functions-off.gif;overimage=../images/b-functions-on.gif;pageimage=../images/b-functions-on.gif;showmenu=functions;url=functions-intro" + lang );
	}	
 
//*----------------------------------------------
//*   RESTAURANT
	pref="rest-";  
//*----------------------------------------------
with(milonic=new menuname("rest")){
style=subMenuStyle;  menuwidth=150; overflow = "scroll";
 	aI("text=<b>About Us</b>;url=" + pref + "about" + lang );
// 	aI("text=<b>At Your Service</b>;url=" + pref + "atyourservice" + lang );
}

//*----------------------------------------------
//*   COMINGSOON
	pref="comingsoon-";  
//*----------------------------------------------
with(milonic=new menuname("COMINGSOON")){
style=subMenuStyle;  menuwidth=150; overflow = "scroll";
 	aI("text=<b>Past Events</b>;url=" + pref + "past" + lang );
}

//*----------------------------------------------
//*   MENUS
	pref="menus-";  
//*----------------------------------------------
with(milonic=new menuname("menus")){
style=subMenuStyle;  menuwidth=150; overflow = "scroll";
 	aI("text=<b>Wine</b>;url=" + pref + "wine" + lang );
}

//*----------------------------------------------
//*   TAKEOUT
	pref="takeout-";  
//*----------------------------------------------
with(milonic=new menuname("takeout")){
style=subMenuStyle;  menuwidth=105; overflow = "scroll";
 	aI("text=<b>Retail</b>;url=" + pref + "retail" + lang );
}


//*----------------------------------------------
//*   FISH STUFF
	pref="fish-";  
//*----------------------------------------------
with(milonic=new menuname("fishstuff")){
style=subMenuStyle;  menuwidth=130; overflow = "scroll";
 	aI("text=<b>All About Fish</b>;url=" + pref + "allabout" + lang );
 	aI("text=<b>Healthy Eating</b>;showmenu=healthy;url=" + pref + "healthyeating" + lang );
// 	aI("text=<b>Fish Stories</b>;url=" + pref + "stories" + lang );
}
 
with(milonic=new menuname("healthy")){
style=subMenuStyle;  menuwidth=120; overflow = "scroll";
 	aI("text=<b>Omega-3</b>;url=" + pref + "healthyeating-omega3" + lang );
}

//*----------------------------------------------
//*   FUNCTIONS
	pref="functions-";  
//*----------------------------------------------
with(milonic=new menuname("functions")){
style=subMenuStyle;  menuwidth=120; overflow = "scroll";
 	aI("text=<b>Booking Form</b>;url=" + pref + "form" + lang );
}

//*--–--------------------------------------------
//*   MENUS
	pref="menus-";  
//*----------------------------------------------
with(milonic=new menuname("menusxxx")){
style=subMenuStyle;  xmenuwidth=124; overflow = "scroll";
 	aI("text=<b>Fresh Fish!</b>;url=" + pref + "tour" + lang );
 	aI("text=<b>Lunch & Dinner</b>;url=" + pref + "joe" + lang );
 	aI("text=<b>Shuckers</b>;url=" + pref + "patio" + lang );
 	aI("text=<b>Appetizers</b>;url=" + pref + "patio" + lang );
 	aI("text=<b>Deserts</b>;url=" + pref + "patio" + lang );
}

//*----------------------------------------------
//*  POPUP Box for PDF Icon
//*----------------------------------------------
with(milonic=new menuname("pdfhelp")){
style=menuStylePOPUP; left="offset=25"; itemwidth=232; top=-170;
aI("text=<img src='../images/pdf-icon.gif' width=15 height=16 border=0 align='absmiddle'> <b>About PDF Files</b> <img src='../images/pdf-icon-red.gif' width=21 height=12 border=0 align='absmiddle'>;type=header;align=center;");
aI("text=To download PDF files to your hard disk for <b>offline viewing</b>, right-click on the link, then select \"Save Target As...\" from the pop-up menu. To view the PDF in a new browser window, just click on the link.");
aI("text=Adobe Acrobat Reader is required to view the Portable Document Format (PDF) files found on this web site.<br><br>Download the latest free version of Acrobat Reader by clicking the button below:");
aI("text=<img src='../images/getacrobat-e.gif' width=88 height=31 border=0 align='absmiddle' alt='Get Acrobat Reader'>;url=http://www.adobe.com/products/acrobat/readstep.html;target=blank;align=center;");
} 

//*----------------------------------------------
//*  POPUP Box for Privacy Policy
//*----------------------------------------------
with(milonic=new menuname("Privacy2")){
style=menuStylePOPUP; left=-212; itemwidth=200; top=-100;
aI("text=<b>Privacy Policy</b>;type=header;align=center;");
aI("text=We will not give, trade, sell or rent submitted information to a third party. We will never send you unsolicited email.");
} 

//*----------------------------------------------
//*  Top of Page Floating Menu for Certain Pages
//*----------------------------------------------
 
 if ( thefile.substring(0,"faq".length) == "faqx") {	

	with(milonic=new menuname("top")){
	style=menuStyleTop;
	menuwidth=10;
	itemheight=6;
	left="offset=371";  
	screenposition="bottom, center"; 
	top="offset=-25";
	followscroll=1;
//	followscroll="0,40,5"
	alwaysvisible=1;
	orientation="horizontal";
	aI("text=&nbsp;Top&nbsp;url=#top");
	}
}


drawMenus();
 