function Header (feature) {
	document.write ('<div align="center">');
	document.write ('<img src="/images/layout/2.gif" width="100%" height="2" />');
	document.write ('<br />');
	document.write ('<table border="0" cellpadding="2" cellspacing="0" bgcolor="#FFFFFF">');
	document.write ('<tr valign="top">');
	document.write ('<td>');
	document.write ('<table width="702" border="0" cellpadding="0" cellspacing="0">');
	document.write ('<tr valign="top">');
	document.write ('<td>');
	document.write ('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
	document.write ('<tr>');
	document.write ('<td width="62">');
	document.write ('<a href="/"><img src="/images/layout/logo.gif" /></a>');
	document.write ('</td>');
	document.write ('<td class="company_name_cell" width="640">');
	document.write ('&nbsp;&nbsp;');
	document.write ('<span class="company_name">');
	document.write ('Western Management LLC');
	document.write ('</span>');
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('<tr valign="top">');
	document.write ('<td>');	
	document.write ('<img src="/images/layout/spacer.gif" width="1" height="2" />');	
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('<tr valign="top">');
	document.write ('<td colspan="2">');
	document.write ('<div id="MenuPos" style="position:absolute"></div>');
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('<tr valign="top">');
	document.write ('<td colspan="2">');
	document.write ('<img src="/images/layout/spacer.gif" width="1" height="22" />');
	document.write ('<br />');
	if (feature == 0) {
		///////////
	}	
	if (feature == 1) {
		document.write ('<img src="/images/features/feature.jpg" width="702" height="200" />');
	}
	document.write ('</td>');
	document.write ('</tr>');
	document.write ('</table>');
	document.write ('<table width="702" border="0" cellpadding="0" cellspacing="0">');
	document.write ('<tr>');
	//document.write ('<td bgcolor="#FAF1E8">');
	document.write ('<td class="content_cell">');
	document.write ('<table width="100%" border="0" cellpadding="20" cellspacing="0">');
	document.write ('<tr>');
	document.write ('<td>');
	document.write ('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
	document.write ('<tr valign="top">');
	document.write ('<td width="500">');
}