/* Plain Header WITHOUT Tower Pic */
function PlainHeader() {
	var s = '';
	s+='<div align=center><center>\n';
	s+='<TABLE border="0" cellpadding="0" cellspacing="0" width="700">\n';
	s+='	<TR valign="top">\n';
	s+='	<TD><img src="images/gry_tl_5x5.gif" width="5" height="5"></TD>\n';
	s+='	<TD><img src="images/gry_h_5x5.gif" width="690" height="5"></TD>\n';
	s+='	<TD><img src="images/gry_tr_5x5.gif" width="5" height="5"></TD>\n';
	s+='	</TR>\n';
	s+='</TABLE>\n';
	s+='<TABLE bgcolor="#AFAFAF" border="0" cellpadding="0" cellspacing="0" width="698">\n';
	s+='	<TR valign="top">\n';
	s+='	<TD align="center">\n';
	s+='<TABLE bgcolor="EFEFEF" border="0" cellpadding="0" cellspacing="0" width="692">\n';
	s+='	<TR valign="top">\n';
	s+='		<TD rowspan="2"><a href="http://www.clondalkin.com/index.html" target="_self"><IMG src="images/homeA0.gif" width="150" height="105" border="0" alt="Return to Home Page"></a></TD>\n';
	s+='		<TD colspan="2"><IMG src="images/homeB0.gif" width="370" height="75" border="0" alt=""></TD>\n';
	s+='		<TD rowspan="3"><IMG src="images/trans_5x5.gif" width="170" height="120" border="0" alt=""></TD>\n';
	s+='	</TR>\n';
	s+='	<TR valign="top">\n';
	s+='		<TD><IMG src="images/homeB1.gif" width="200" height="30" border="0" alt=""></TD>\n';
	s+='		<TD><IMG src="images/homeC1.gif" width="170" height="30" border="0" alt=""></TD>\n';
	s+='	</TR>\n';
	s+='	<TR valign="top">\n';
	s+='		<TD><IMG src="images/homeA2.gif" width="150" height="15" border="0" alt=""></TD>\n';
	s+='		<TD><IMG src="images/template1B2.gif" width="200" height="15" border="0" alt=""></TD>\n';
	s+='		<TD><IMG src="images/template1C2.gif" width="170" height="15" border="0" alt=""></TD>\n';
	s+='	</TR>\n';
	s+='</TABLE>\n';
	s+='	</TD>\n';
	s+='	</tr>\n';
	s+='</TABLE>\n';
	s+='</center></div>\n';
	return s;
}