function showTitle()
{
	TitleHTMLstr = "";
	TitleHTMLstr += "<table border='0' cellpadding='0' cellspacing='0' width='775px'>\n";
	TitleHTMLstr += "<tr><td  width='100%' valign='top' align='left'>\n";
	TitleHTMLstr += "<table border='0' cellpadding='0' cellspacing='0' width='100%'  >\n";
	TitleHTMLstr += "<tr bgcolor='#a6ffa9'><td align='left'><img border='0' src='../images/topmark.jpg'></td></tr>\n";
	TitleHTMLstr += "</table>\n";
	TitleHTMLstr += "</td></tr>\n";	
	TitleHTMLstr += "</table>\n";
	document.writeln(TitleHTMLstr);
}
