function getTitlePanel()
{
	var code;
	code = "<table width=\"100%\" height=\"150\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
	code = code + "<tr><td height=\"101\" valign=\"top\">"; 
    code = code + "<table width=\"100%\" height=\"101\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"005EAA\">";
    code = code + "<tr>";
    code = code + "<td height=\"1\" valign=\"middle\"><img src=\"http://www.wursthutte.com.au/images/spacer.gif\" width=\"315\" height=\"1\"></td>";
    code = code + "<td height=\"1\"><img src=\"http://www.wursthutte.com.au/images/spacer.gif\" width=\"100%\" height=\"1\"></td>";
    code = code + "<td height=\"1\"><img src=\"http://www.wursthutte.com.au/images/spacer.gif\" width=\"415\" height=\"1\"></td></tr>";
    code = code + "<tr>"; 
    code = code + "<td width=\"315\" valign=\"middle\"><img src=\"http://www.wursthutte.com.au/images/wursthutte-logo.gif\" alt=\"The Wursthutte\" width=\"315\" height=\"83\"></td>";
    code = code + "<td width=\"100%\">&nbsp;</td>";
    code = code + "<td width=\"415\" height=\"100\" background=\"http://www.wursthutte.com.au/images/top-pattern.gif\"><img src=\"http://www.wursthutte.com.au/images/delivery.gif\" width=\"213\" height=\"43\"></td>";
    code = code + "</tr></table></td></tr>";
    code = code + "<tr>"; 
    code = code + "<td height=\"21\" background=\"http://www.wursthutte.com.au/images/nav-bg.gif\" class=\"main-nav\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";      
    code = code + "<a href=\"http://www.wursthutte.com.au/pages/index.htm\" target=\"_self\" class=\"main-nav\">HOME </a> |&nbsp;"; 
	code = code + "<a href=\"http://www.wursthutte.com.au/pages/about-us.htm\" target=\"_self\" class=\"main-nav\">&nbsp;ABOUT US </a> |&nbsp;";  
	code = code + "<a href=\"http://www.wursthutte.com.au/pages/products.php\" target=\"_self\" class=\"main-nav\">&nbsp;PRODUCTS/ORDERING </a> |&nbsp;"; 
	code = code + "<a href=\"http://www.wursthutte.com.au/pages/specials.php\" target=\"_self\" class=\"main-nav\">&nbsp;SPECIALS </a> |&nbsp;";  
	code = code + "<a href=\"http://www.wursthutte.com.au/pages/recipes.php\" target=\"_self\" class=\"main-nav\">&nbsp;RECIPES </a> |&nbsp;";  
	code = code + "<a href=\"http://www.wursthutte.com.au/pages/delivery.htm\" target=\"_self\" class=\"main-nav\">&nbsp;DELIVERY </a> |&nbsp;";  
	code = code + "<a href=\"http://www.wursthutte.com.au/pages/contact-us.htm\" target=\"_self\" class=\"main-nav\">&nbsp;CONTACT US </a></td></tr>";
    code = code + "<tr><td height=\"28\" align=\"center\" background=\"http://www.wursthutte.com.au/images/by-line-bg.gif\" class=\"main-nav\"><img src=\"http://www.wursthutte.com.au/images/we_ensure.gif\" width=\"559\" height=\"28\"></td></tr></table>";
  
  return (code);
}

