{
	var TopHTMLText="";

	TopHTMLText+= "\n";
	TopHTMLText+= "<table width=\"775\" border=\"0\">\n";
		TopHTMLText+= "<tr>\n<td>\n";

			TopHTMLText+= "<table width=\"100%\" border=\"0\">\n";
				TopHTMLText+= "<tr>\n<td width=\"18%\">\n";
				TopHTMLText+= "<div align=\"left\"><a href=\"index.html\"><img src=\"images/TopLeft14.png\" width=\"130\" height=\"105\" border=\"0\"></a></div>\n";
				TopHTMLText+= "</td>\n<td width=\"82%\"><div align=\"right\"><a href=\"index.html\"><img src=\"images/TopBanner74.png\" width=\"715\" height=\"105\" border=\"0\"></a></div></td>\n";
			TopHTMLText+= "</tr>\n</table>\n";

		TopHTMLText+= "</td>\n</tr>\n";

		TopHTMLText+= "<tr>\n<td height=\"34\">\n";

			TopHTMLText+= "<table width=\"100%\" border=\"0\">\n";
				TopHTMLText+= "<tr>\n";
          			TopHTMLText+= "<td width=\"12%\"><a href=\"Recipes.html\"><img src=\"images/Link1S_Recipes.png\" width=\"80\" height=\"30\" border=\"0\"></a></td>\n";

          			TopHTMLText+= "<td width=\"12%\"><a href=\"Spices.html\"><img src=\"images/Link1S_Spices.png\" width=\"80\" height=\"30\" border=\"0\"></td>";

          			TopHTMLText+= "<td width=\"16%\"><a href=\"Beginers.html\"><img src=\"images/Link2_Beginners.png\" width=\"130\" height=\"30\" border=\"0\"></a></td>\n";

          			TopHTMLText+= "<td width=\"12%\"><a href=\"TVShow.html\"><img src=\"images/Link1_CookingShow.png\" width=\"130\" height=\"30\" border=\"0\"></td>\n";

          			TopHTMLText+= "<td width=\"12%\"><a href=\"CookingWorkshop.html\"><img src=\"images/Link1_Workshop.png\" width=\"130\" height=\"30\" border=\"0\"></td>\n";

          			TopHTMLText+= "<td width=\"12%\"><a href=\"LinksOfInterest.html\"><img src=\"images/Link1_LinksOfInterest.png\" width=\"130\" height=\"30\" border=\"0\"></td>\n";

          			TopHTMLText+= "<td width=\"12%\"><a href=\"AboutMe.html\"><img src=\"images/Link1_About2.png\" width=\"70\" height=\"30\" border=\"0\"></td>\n";

          			TopHTMLText+= "<td width=\"12%\"><a href=\"ContactUs.html\"><img src=\"images/Link1_Contact2.png\" width=\"70\" height=\"30\" border=\"0\"></td>\n";

        		TopHTMLText+= "</tr>\n";
      		TopHTMLText+= "</table>\n";

    	TopHTMLText+= "</td>\n</tr>\n";

  		TopHTMLText+= "<tr>\n<td height=\"5\">\n"; 
      		TopHTMLText+= "<hr>\n";
    	TopHTMLText+= "</td>\n</tr>\n";

	TopHTMLText+= "</table>\n";

	document.write (TopHTMLText);
}

