
function settitle(locDir, subTitle, imageFile)
{
   document.writeln("<TABLE cellSpacing=0 cellPadding=0 width=550 height=81 background='"+ locDir + "images/" + imageFile +"' border=0>");
  
   document.writeln("  <TR>");
   document.writeln("    <TD height=31></TD>");
   document.writeln("  </TR>");
   document.writeln("  <TR><TD height=27>");
   document.writeln("  <Table cellSpacing=0 cellPadding=0><TR><TD width=55 align='center' valign='top'>");
   document.writeln("	<a href='" + locDir + "default.htm'><img src='"+ locDir + "images/button_home.jpg' border='0'></a></td>");
   document.writeln("	<td width='416'><font class='a15'>LLP</font>");
   document.writeln("    <font class='a15blue'>" + subTitle + "</font>");
   document.writeln("    </td><td align='left' valign='top'>");
   document.writeln("    <a href='../BusinessServices/business_sub_menu.htm'><img src='"+ locDir + "images/button_back.gif' border='0'></a></td>");
   document.writeln("    </td></TR></Table>");
   document.writeln("    </TD></TR>");
   document.writeln("  <TR>");
   document.writeln("    <TD class='ajsubmenu2' valign='center'>");
   if(subTitle != "Doing Business with TRA")
	   document.writeln("    <a class='ajsubmenu2' href='"+ locDir + "BusinessServices/business_doing_biz.htm'>Doing Business</a>&nbsp;/");
   if(subTitle != "Financing")
	   document.writeln("    <a class='ajsubmenu2' href='"+ locDir + "BusinessServices/business_services_finance.htm'>Finance</a>&nbsp;/");
   if(subTitle != "Requests for Public Information")
		document.writeln("    <a class='ajsubmenu2' href='"+ locDir + "BusinessServices/business_public_info.htm'>Pub Info</a>&nbsp;");
   if(subTitle != "LLP Shoreline")
   {
		if(subTitle != "Requests for Public Information")
			document.writeln("/");
		document.writeln("    <a class='ajsubmenu2' href='"+ locDir + "LLP_shoreline/LLP_shoreline.htm'>LLP Shoreline</a>&nbsp;");
	}
   document.writeln("    </TD>");
   document.writeln("  </TR>");
   document.writeln("</TABLE>");
 }
	