//
// One table, full width, bar, logo, bar, done!
//
var barBGcolor  = "#999999"
var barBGcolor2 = "#6B6B6B"
var logoBGcolor = "#999999"

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%">');

//	Top bar
	document.write('<tr>');
		document.write('<td bgcolor='+barBGcolor+' background="picts/bar2.gif">');
			document.write('<IMG SRC="picts/spacer.gif" HEIGHT="20" WIDTH="15" border="0">');
		document.write('</td>');
	document.write('</tr>');

//	Center Logo
	document.write('<tr>');
		document.write('<td align = "center" bgcolor='+logoBGcolor+'>');
			document.write('<IMG SRC="images/logo_911_13_2.gif" HEIGHT="100" WIDTH="460" border="0" alt="Krell Technologies">');
		document.write('</td>');
	document.write('</tr>');

//	Bottom bar
	document.write('<tr>');
		document.write('<td bgcolor='+barBGcolor+' background="picts/bar2.gif">');
			document.write('<IMG SRC="picts/spacer.gif" HEIGHT="20" WIDTH="15" border="0">');
		document.write('</td>');
	document.write('</tr>');

//	Gray bar to push spiral notebook down
	document.write('<tr>');
		document.write('<td bgcolor='+barBGcolor2+' background="">');
			document.write('<IMG SRC="picts/spacer.gif" HEIGHT="20" WIDTH="15" border="0">');
		document.write('</td>');
	document.write('</tr>');

document.write('</table>');

var addressLR		= "LEFT"		// ADDRESS LEFT OR RIGHT
var addressX		= "10"			// ADDRESS X LOCATION
var addressY		= "122"			// ADDRESS Y LOCATION
var addressCOLOR	= "WHITE"		// ADDRESS COLOR

document.write('<font color='+addressCOLOR+'>')
document.write('<div id="date-location" style="'+addressLR+': '+addressX+'px; POSITION: absolute; TOP: '+addressY+'px">');
document.write("<span class=\"date-font\"><B><nobr>")
document.write('<b>PO BOX 3565 &#149; OLATHE KS 66063-3565 &#149; 1-913-244-8761 &#149; lpthomas@krell.com</b>');
document.write("</nobr><br></B></span>")
document.write('</div>')
document.write('</font>')

//document.write('<script language="JavaScript" src="snow.js"></script>');
