 //*----------------------------------------------
//*  Update Log
//*  2008-05-13 - Added ADS
//*  2008-05-13 - Changed from PHP to ASP
//*  2009-01-19 - Chinese image and link to pdf
//*  2009-05-08 - Convert top text menu to Milonic
//*  2009-10-16 - Remove Fish Stories 
//*----------------------------------------------
	var dir = location.href.substring(0,location.href.lastIndexOf('/')+1);
	var thefile = location.href.substring(dir.length,location.href.length+1);

// alert(thefile);
//*----------------------------------------------
//*  GLOBAL LANGUAGE SUFFIX
//*----------------------------------------------
	lang = ".asp;";
	icon_speaker = "image=../images/icon-speaker.gif;imageposition=baseline;imagepadding=2;";
	icon_feedback = "image=../images/icon-feedback.gif;imageposition=baseline;imagepadding=2;";
	icon_survey = "image=../images/icon-survey.gif;imageposition=baseline;imagepadding=2;";
 
//*----------------------------------------------
//*  SURVEY
	pref="survey-";  
//*----------------------------------------------

if (thefile.substring(0,"survey-".length) == "survey-")	{
	with(milonic=new menuname("SideMenu")){	
  	style=plainMenuStyle; xitemwidth=140; alwaysvisible=1; orientation="vertical"; position="relative";
  	
  	aI("image=../images/b-survey-sm-off.gif;overimage=../images/b-survey-sm-on.gif;url=" + pref + "intro" + lang );

 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>Opinion on Delivery</u></b>;url=" + pref + "opinion-delivery-form" + lang );
 
	} 
//	drawMenus(); //* This is required for the following statement.
//	document.write ('<img src="../images/spacer.gif" width=10 height=33 border=0>');	
}
 
//*----------------------------------------------
//*   THE RESTAURANT
	pref="rest-";  
//*----------------------------------------------

if (thefile.substring(0,"rest-".length) == "rest-")	{
	with(milonic=new menuname("SideMenu")){	
  	style=plainMenuStyle; xitemwidth=140; alwaysvisible=1; orientation="vertical"; position="relative";

	aI("image=../images/b-therestaurant-sm-off.gif;overimage=../images/b-therestaurant-sm-on.gif;url=" + pref + "intro" + lang );
	
 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>About Us</u></b>;url=" + pref + "about" + lang );
// 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>At Your Service</u></b>;url=" + pref + "atyourservice" + lang );
 
	} 
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=33 border=0>');	
}

//*----------------------------------------------
//*  COMINGSOON
	pref="comingsoon-";  
//*----------------------------------------------

if (thefile.substring(0,"comingsoon".length) == "comingsoon")	{
	with(milonic=new menuname("SideMenu")){	
  	style=plainMenuStyle; xitemwidth=140; alwaysvisible=1; orientation="vertical"; position="relative";
  	
  	aI("image=../images/b-comingsoon-sm-off.gif;overimage=../images/b-comingsoon-sm-on.gif;url=comingsoon" + lang );

 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>Past Events</u></b>;url=" + pref + "past" + lang );
 
	} 
}
 
//*----------------------------------------------
//*  MENUS
	pref="menus-";  
//*----------------------------------------------

if (thefile.substring(0,"menus".length) == "menus")	{
	with(milonic=new menuname("SideMenu")){	
  	style=plainMenuStyle; xitemwidth=140; alwaysvisible=1; orientation="vertical"; position="relative";
  	
  	aI("image=../images/b-menus-sm-off.gif;overimage=../images/b-menus-sm-on.gif;url=menus" + lang );

 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>Wine</u></b>;url=" + pref + "wine" + lang );
 
	} 
//	drawMenus(); //* This is required for the following statement.
//	document.write ('<img src="../images/spacer.gif" width=10 height=33 border=0>');	
}

//*----------------------------------------------
//*  TAKEOUT
	pref="takeout-";  
//*----------------------------------------------

if (thefile.substring(0,"takeout-".length) == "takeout-")	{
	with(milonic=new menuname("SideMenu")){	
  	style=plainMenuStyle; xitemwidth=140; alwaysvisible=1; orientation="vertical"; position="relative";
  	
  	aI("image=../images/b-takeout-sm-off.gif;overimage=../images/b-takeout-sm-on.gif;url=" + pref + "intro" + lang );

 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>Retail</u></b>;url=" + pref + "retail" + lang );
 
	} 
//	drawMenus(); //* This is required for the following statement.
//	document.write ('<img src="../images/spacer.gif" width=10 height=33 border=0>');	
}

//*----------------------------------------------
//*   FISH STUFF
	pref="fish-";  
//*----------------------------------------------

if (thefile.substring(0,"fish-".length) == "fish-")	{
	with(milonic=new menuname("SideMenu")){	
  	style=plainMenuStyle; xitemwidth=140; alwaysvisible=1; orientation="vertical"; position="relative";
  	
  	aI("image=../images/b-fishstuff-sm-off.gif;overimage=../images/b-fishstuff-sm-on.gif;url=" + pref + "intro" + lang );

 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>All About Fish</u></b>;url=" + pref + "allabout" + lang );
 	
 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>Healthy Eating</u></b>;url=" + pref + "healthyeating" + lang );
 	
 	aI("text=&nbsp;&nbsp;&nbsp;&nbsp;<b>Omega-3</b>;url=" + pref + "healthyeating-omega3" + lang );
 	
// 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>Fish Stories</u></b>;url=" + pref + "stories" + lang );
 
	} 
//	drawMenus(); //* This is required for the following statement.
//	document.write ('<img src="../images/spacer.gif" width=10 height=33 border=0>');	
}


//*----------------------------------------------
//*  FUCNTIONS
	pref="functions-";  
//*----------------------------------------------

if (thefile.substring(0,"functions-".length) == "functions-")	{
	with(milonic=new menuname("SideMenu")){	
  	style=plainMenuStyle; xitemwidth=140; alwaysvisible=1; orientation="vertical"; position="relative";
  	
//  	aI("image=../images/b-takeout-sm-off.gif;overimage=../images/b-takeout-sm-on.gif;url=" + pref + "intro" + lang );

// 	aI("image=../images/bullet-grn.gif;text=&nbsp;<b><u>Booking Form</u></b>;url=" + pref + "form" + lang );
 
	} 
//	drawMenus(); //* This is required for the following statement.
//	document.write ('<img src="../images/spacer.gif" width=10 height=33 border=0>');	
}

//*----------------------------------------------
//*  EMPLOYEE - AT YOUR SERVICE
//*---------------------------------------------- 
if (thefile.substring(0,"rest-intro".length) == "rest-introxxx")	{
	
	document.write ('<img src="../images/spacer.gif" width=10 height=40 border=0><br>');
	
	with(milonic=new menuname("SideMenu")){	
  	style=EMPLOY_MenuStyle;itemwidth=170; alwaysvisible=1; orientation="vertical"; position="relative";
  	
  	aI("text=<b>Meet Server<br>Carl Smith</b><br><IMG ALIGN=CENTER SRC='../images/emp-carlsmith.jpg' BORDER=0 WIDTH=142 HEIGHT=193 VSPACE=9></A>;align=center;url=rest-atyourservice.asp;"); 
  	
//  	aI("text=<font style=verdana size=4 color='#273776'><b>Meet Server<br>Carl Smith</b></font><br><IMG ALIGN=CENTER SRC='../images/emp-carlsmith.jpg' BORDER=0 WIDTH=142 HEIGHT=193 VSPACE=9></A>;align=center;url=rest-atyourservice.asp;");   	
  	
//  	aI("text=<IMG ALIGN=CENTER SRC=\"../images/emp-carlsmith.jpg\" BORDER=0 WIDTH=142 HEIGHT=193></A><br>;align=center;url=rest-atyourservice.asp;");   ;
	} 
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=40 border=0>');
} 


//*----------------------------------------------
//*  CHINESE LINK
//*---------------------------------------------- 
if (thefile.substring(0,"rest-intro".length) == "rest-intro")	{

	with(milonic=new menuname("SideMenu")){	
  	style=plain2MenuStyle;itemwidth=182; alwaysvisible=1; orientation="vertical"; position="relative";
  	
  	aI("text=<center><IMG ALIGN=CENTER SRC='../images/chinese-link.gif' BORDER=1 WIDTH=180 HEIGHT=79></A><center>;align=center;url=../download/Chinese-2009-01.pdf;target=blank;");   	

	}
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=35 border=0>');	
}

//*----------------------------------------------
//*  YORK REGION DINING 
//*---------------------------------------------- 
if (thefile.substring(0,"rest-intro".length) == "rest-intro")	{

	with(milonic=new menuname("SideMenu")){	
  	style=plain2MenuStyle;itemwidth=182; alwaysvisible=1; orientation="vertical"; position="relative";
  	
  	aI("text=<center><IMG ALIGN=CENTER SRC='../images/york-region-dining.jpg' BORDER=0 WIDTH=180 HEIGHT=147></A><center>;align=center;url=news.asp;");  	
  	  	
// 	aI("text=<font face='verdana,arial' size=1><center><u>See why York Region Dining<br>gave The Fish House<br>a rave review</u></center></font>;url=news.asp;");    	

  	aI("text=<center><u>See why<br>York Region Dining<br>gave The Fish House<br>a rave review</u></center>;url=news.asp;"); 
	}
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=10 border=0>');	
}

//*----------------------------------------------
//*  JOE DIMAGGIOS
//*---------------------------------------------- 
if (thefile.substring(0,"rest-intro".length) == "rest-intro")	{
	
	document.write ('<img src="../images/spacer.gif" width=10 height=30 border=0><br>');
	
	with(milonic=new menuname("SideMenu")){	
  	style=plain2MenuStyle;itemwidth=182; alwaysvisible=1; orientation="vertical"; position="relative";

  	aI("text=<center><IMG ALIGN=CENTER SRC='../images/joemaggianos.jpg' BORDER=0 WIDTH=180 HEIGHT=147></A><center>;align=center;url=http://joessteakanditalian.ca/;target=blank;");  	
  	  	
  	aI("text=<center><b><u>Visit our sister restaurant,<br>Joe Maggiano’s<br><nobr>Italian Steakhouse & Bar</nobr></u></b><br><font face='verdana' size=1 color='#000000'>2450 Sheppard Ave. E<br>416-497-8325</font></center>;align=center;url=http://joessteakanditalian.ca/;target=blank;");  
  	
//  	aI("text=<center><font face='verdana' size=2 color='#273776'><b>Visit our sister&nbsp;restaurant,<br>Joe Maggiano’s<br>Italian Steakhouse &&nbsp;Bar</b></font><br>2450 Sheppard Ave. E<br>416-497-8325<br><u>Visit web site</u></center>;align=center;url=http://joessteakanditalian.ca/;target=blank;");   		
  	
//  	aI("text=<center><font face='verdana' size=2 color='#273776'><b>Visit our sister&nbsp;restaurant,<br>Joe Maggiano’s<br>Italian Steakhouse & Bar</b></font><br>Steaks seared to perfection.<br>Open fire pizza oven.<br>To-die-for home-made dessert.<br>Served in a casual,<br>friendly atmosphere.<br>Catering and take out service.<br><u>Visit web site</u></center>;align=center;url=http://joessteakanditalian.ca/;target=blank;");  	

	} 
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=40 border=0>');
} 
//2450 Sheppard Ave. E<br>416-497-8325

//*----------------------------------------------------------------
//* Ads REMOVED 2009-01-25
//*----------------------------------------------------------------
if (thefile.substring(0,"rest-intro".length) == "rest-introxxx")	{
	document.write ('<img src="../images/spacer.gif" width=10 height=20 border=0>');
	
	with(milonic=new menuname("SideMenu")){	
  	style=plain2MenuStyle;  xitemwidth=140; alwaysvisible=1; orientation="vertical"; position="relative";
  
	
 	 aI("text=<center><font face='verdana' size=2 color='#273776'><b>See our most<br>recent ads in the</b></font></center>;align=center;type=header;headerbgcolor='#FFFFFF';pointer=arrow;");  
 	 
 	 aI("text=<center><u>Economist and Sun</u></center>;align=center;url=../download/FH-E&S-MothersDay-ad.pdf;target=blank;");  
 	 
 	  aI("text=<center><font face='verdana' size=2 color='#273776'><b>and</b></font></center>;align=center;type=header;headerbgcolor='#FFFFFF';pointer=arrow;");  
 	 
 	 aI("text=<center><u>Canadian Jewish News</u></center>;align=center;url=../download/FH-CJNPartyPlanner-ad.pdf;target=blank;");  
 
	} 
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=4 border=0><br>');	

//	document.write ('<br><img src="../images/spacer.gif" width=10 height=40 border=0>');	
} 

//*----------------------------------------------------------------
//* HOT SPOT LOGO  -REMOVED 2008-06-05
//*----------------------------------------------------------------
if (thefile.substring(0,"rest-intro".length) == "rest-introxxx")	{
	document.write ('<img src="../images/spacer.gif" width=10 height=50 border=0>');
	
	with(milonic=new menuname("SideMenu")){	
  	style=plainMenuStyle;  itemwidth=140; alwaysvisible=1; orientation="vertical"; position="relative";
	
// 	 aI("image=../images/logo-hotspot.gif;padding='10px';pointer=arrow;" );
 
	} 
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=25 border=0><br>');	
 	document.write ('&nbsp;&nbsp;&nbsp;<img src="../images/logo-hotspot.gif" width=151 height=44 border=0>');
//	document.write ('<br><img src="../images/spacer.gif" width=10 height=40 border=0>');	
} 
 
drawMenus(); 
//rawcss=background-color:#D82826;
//hover{text-decoration: none; color:#FFFFFF;background-color:#D82826;}