
function write_menu(page)
{
var output = "<p> <span style='font-size:18pt;font-family:tahoma;color:white;background-color:#954A00'>";
output +="<center>"; 
output +="<br>";	
output +="<a href=\"index.html\"><img src=\"tslogo.gif\" width=\"150\" border=\"0\"></a><br>";
output += "Rockaway, NJ";
output +="</center>";
output +="</span>";
output +="<br>";
output +="<span style='font-size:14pt;font-family:tahoma;color:white; '>";
if (page==0)
{
	output +="<a href=\"index.html\" style=\"text-decoration: none; color:#F6D399 \"> &nbsp; Home</a><br><br>";
}
else
{
	output +="<a href=\"index.html\" style=\"text-decoration: none; color:white; \"> &nbsp; Home</a><br><br>";
}

if (page==1)
{
	output +="<a href=\"ts_directions.html\" style=\"text-decoration: none; color:#F6D399; \">&nbsp;&nbsp;Directions&nbsp;</a><br>";
}
else
{
	output +="<a href=\"ts_directions.html\" style=\"text-decoration: none; color:white; \">&nbsp;&nbsp;Directions&nbsp;</a><br>";
}

if (page==2)
{
	output +="&nbsp; Menus</a><br>";
	output +="<span style=\"color:#F6D399; font-size:14pt\"> &nbsp; &nbsp; Store Menu</span><br>";
	output +="<a href=\"ts_menu_lunch_special.html\" style=\"text-decoration: none;font-size:14pt;color:white;\"> &nbsp; &nbsp; Weekday Lunch <br>&nbsp;&nbsp; &nbsp &nbsp; Special</a><br>";
	output +="<a href=\"ts_menu_texmex_special.html\" style=\"text-decoration: none;font-size:14pt;color:white;\"> &nbsp; &nbsp; Tex Mex Thursdays</a><br>";
	output +="<a href=\"ts_catering.html\" style=\"text-decoration: none; color:white; \"> &nbsp;  &nbsp; Catering Menu</a><br>";

}
else
	if (page==3)
	{
		output +="&nbsp; Menus</a><br>";
		output +="<a href=\"ts_menu.html\" style=\"text-decoration: none;color:white;\"> &nbsp; &nbsp; Store Menu</a><br>";
		output +="<a href=\"ts_menu_lunch_special.html\" style=\"text-decoration: none;font-size:14pt;color:white;\"> &nbsp; &nbsp; Weekday Lunch <br>&nbsp;&nbsp;&nbsp; &nbsp; Special</a><br>";
		output +="<a href=\"ts_menu_texmex_special.html\" style=\"text-decoration: none;font-size:14pt;color:white;\"> &nbsp; &nbsp; Tex Mex Thursdays</a><br>";
		output +="<span style=\"color:#F6D399; font-size:14pt\"> &nbsp;  &nbsp; Catering Menu</span><br>";
	}
	else 
		if (page==10)
		{
		output +="&nbsp; Menus</a><br>";
		output +="<a href=\"ts_menu.html\" style=\"text-decoration: none;color:white;\"> &nbsp; &nbsp; Store Menu</a><br>";
		output +="<span style=\"color:#F6D399; font-size:14pt\"> &nbsp; &nbsp; Weekday Lunch <br>&nbsp;&nbsp;&nbsp; &nbsp; Special</span><br>";
		output +="<a href=\"ts_menu_texmex_special.html\" style=\"text-decoration: none;font-size:14pt;color:white;\"> &nbsp; &nbsp; Tex Mex Thursdays</a><br>";
		output +="<a href=\"ts_catering.html\" style=\"text-decoration: none; ;color:white; \"> &nbsp;  &nbsp; Catering Menu</a><br>";
		}
		else
			if (page==11)
			{
			output +="&nbsp; Menus</a><br>";
			output +="<a href=\"ts_menu.html\" style=\"text-decoration: none;color:white;\"> &nbsp; &nbsp; Store Menu</a><br>";
			output +="<a href=\"ts_menu_lunch_special.html\" style=\"text-decoration: none;font-size:14pt;color:white;\"> &nbsp; &nbsp; Weekday Lunch <br>&nbsp;&nbsp;&nbsp; &nbsp; Special</a><br>";
			output +="<span style=\"color:#F6D399; font-size:14pt\"> &nbsp; &nbsp; Tex Mex Thursdays</span><br>";
			output +="<a href=\"ts_catering.html\" style=\"text-decoration: none; ;color:white; \"> &nbsp;  &nbsp; Catering Menu</a><br>";
			}
			else
			{
			output +="<a href=\"ts_menu.html\" style=\"text-decoration: none; color:white;\"> &nbsp; Menus</a><br>";
			}


if (page==4)
{
	output +="<a href=\"ts_pitmaster.html\" style=\"text-decoration: none; color:#F6D399; \"> &nbsp; Pitmaster Awards</a><br>";
}
else
{
	output +="<a href=\"ts_pitmaster.html\" style=\"text-decoration: none; color:white;\"> &nbsp; Pitmaster Awards</a><br>";
}
if (page==5)
{
	output +="&nbsp; Schedule of Events<br>";
	output +="<span style=\"color:#F6D399; font-size:14pt\"> &nbsp; &nbsp; April - July</span><br>";
	output +="<a href=\"ts_fall.html\" style=\"text-decoration: none;font-size:14pt;color:white;\"> &nbsp; &nbsp; August - November</a><br>";

}
else
{
	
	if (page==6)
	{
		output +="&nbsp; Schedule of Events<br>";
		output +="<span ><a href=\"ts_summer.html\" style=\"text-decoration: none;color:white;\"> &nbsp; &nbsp; April - July</a></span><br>";
		output +="<span style=\" color:#F6D399;\"> &nbsp; &nbsp; August - November</span><br>";

	}
	else
	{
		output +="<a href=\"ts_summer.html\" style=\"text-decoration: none; color:white; \"> &nbsp; Schedule of Events<br>";
	}
}
if (page==7)
{
	output +="<a href=\"ts_photo.html\" style=\"text-decoration: none; color:#F6D399;\"> &nbsp; Photo Gallery</a><br>";
}
else
{
	output +="<a href=\"ts_photo.html\" style=\"text-decoration: none; color:white;\"> &nbsp; Photo Gallery</a><br>";
}
if (page==8)
{
	output +="<a href=\"reviews.html\" style=\"text-decoration: none; color:#F6D399;\"> &nbsp; Reviews</a><br>";
}
else
{
	output +="<a href=\"reviews.html\" style=\"text-decoration: none; color:white;\"> &nbsp; Reviews</a><br>";
}
if (page==9)
{
	output +="<a href=\"bios.html\" style=\"text-decoration: none; color:#F6D399;\"> &nbsp; Meet the Pit Masters</a><br>";
}
else
{
	output +="<a href=\"bios.html\" style=\"text-decoration: none; color:white;\"> &nbsp; Meet the Pit Masters</a><br>";

}
output +="</span>";
output +="<br>";
output +="<span style='font-size:14.0pt;font-family:tahoma;color:white;'>";
output +="  &nbsp;&nbsp;Monday-Saturday: &nbsp;&nbsp;11am-8pm<br>";
output +="  &nbsp;&nbsp;Sunday: 11am-7pm<br><br>";
output +="  &nbsp;&nbsp;Delivery Available<br><br>";
output +="  &nbsp;&nbsp;Voice: 862-209-4078<br>";
output +="  &nbsp;&nbsp;Fax: 862-209-4079<br><br>";
output +="<a href='mailto:TexasSmokebbq1@yahoo.com' >  Contact Us</a><br>";
output +="</span><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>";
return output;

}

