


function buildStartFormat()
{
	document.write("<table align=\"center\" width=\"900\" class = \"main\" cellpadding = \"10\" >");
	document.write("<tr><td align = \"center\" >");
document.write("<img src=\"assets/header.gif\" border=\"1\">");

document.write("<table class=\"header\" cellpadding=\"10\">");
document.write("<tr><td align = \"center\"><font size=\"+2\" color=\"#000066\" ><a href=\"index.html\">Home</a></font></td>");
document.write("<td align = \"center\"><font size=\"+2\" color=\"#000066\" ><a href=\"menu.html\" >Menu</a></font></td>");	  
document.write("<td align = \"center\"><font size=\"+2\" color=\"#000066\" ><a href=\"contactUs.html\" >Contact Us</a></font></td>");	  
document.write("<td align = \"center\"><font size=\"+2\" color=\"#000066\" ><a href=\"links.html\" >Links</a></font></td>");	  
document.write("<td align = \"center\"><font size=\"+2\" color=\"#000066\" ><a href=\"http://www.bellapanini.com/patriciasCafe.html\"  target=\"blank\">Patricia's Cafe</a></font></td>");	  
document.write("<td align = \"center\"><font size=\"+2\" color=\"#000066\" ><a href=\"http://www.bellapanini.com/\"  target=\"blank\">Bella Panini</a></font></td>");	  
document.write("<td align = \"center\"><font size=\"+2\" color=\"#000066\" ><a href=\"map.html\" >Directions</a></font></td>");	  
document.write("</table>");


}

function buildEndFormat()

{
	
	document.write("</td></tr>");	  
	document.write("</table>");

}

function buildPopupStartFormat()
{
	document.write("<table align=\"center\" width=\"80%\" class = \"main\" cellpadding = \"10\" >");
	document.write("<tr><td>");

}

function buildPopupEndFormat()

{
	
	document.write("</td></tr>");	  
	document.write("</table>");

}
