function outputHeader(bgcolor) {
	var sOut;
	sOut = '<HTML>'
		+ '<HEAD>'
		+ '<TITLE>traffic sounds mailorder & label</TITLE>'
		+ '<style type="text/css">'
		+ '	a {'
		+ '		font-size: 8pt;'
		+ '		font-family: verdana, arial, helvetica, sans-serif;'
		+ '		text-decoration:none;'
		+ '		color:#BCFFFF;'
		+ '	}'
		+ '	a:hover {'
		+ '		text-decoration:underline;'
		+ '	}'
		+ '	p {'
		+ '		font-size: 8pt;'
		+ '		font-family: verdana, arial, helvetica, sans-serif;'
		+ '		color:#E0E0E0;'
		+ '	}'
		+ '</style>'
		+ '</HEAD>'
		+ '<body bgcolor="' + bgcolor + '" text="#E0E0E0" link="#BCFFFF" alink="#FFBCE8" vlink="#BCFFFF" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">'
		+ '<table cellpadding="0" cellspacing="0" border="0" width="100%">'
		+ '	<tr>'
		+ '		<td colspan="3" align="left"><a href="http://www.traffic-sounds.com/"><img src="title.gif" width="215" height="41" border="0"></a></td>'
		+ '	</tr>'
		+ '	<tr>'
		+ '		<td colspan="3" background="topbars.gif" height="21" align="left"><table cellpadding="0" cellspacing="0" border="0">'
		+ '			<tr>'
		+ '				<td bgcolor="' + bgcolor + '"><img src="topbar_end.gif" width="61" height="21"></td>'
		+ '			</tr>'
		+ '		</table></td>'
		+ '	</tr>'
		+ '	<tr>'
		+ '		<td colspan="3"><img src=spacer.gif height="10"></td>'
		+ '	</tr>'
		+ '	<tr>'
		+ '		<td width="30"><img src=spacer.gif width=30 height=1></td>'
		+ '		<td align="center">';
	document.write(sOut);
}

function outputFooter() {
	var sOut;
	sOut = '		</td>'
		+ '		<td width="30"><img src=spacer.gif width=30 height=1></td>'
		+ '	</tr>'
		+ '	<tr>'
		+ '		<td colspan="3">&nbsp;</td>'
		+ '	</tr>'
		+ '	<tr>'
		+ '		<td colspan="3" align="right"><table cellpadding="0" cellspacing="0" border="0">'
		+ '			<tr>'
		+ '				<td background="bottombars.gif" height="6" colspan="2"></td>'
		+ '				<td background="bottombars_2.gif" height="6" width="14"><img src=spacer.gif width=16 height=1></td>'
		+ '			</tr>'
		+ '			<tr>'
		+ '				<td colspan="3" height=4><img src=spacer.gif width=1 height=4></td>'
		+ '			</tr>'
		+ '			<tr>'
		+ '				<td width=3><img src=spacer.gif width=3 height=1></td>'
		+ '				<td align="right"> <p><br><b>traffic&nbsp;sounds&nbsp;mailorder&nbsp;&amp;&nbsp;label</b><br>'
		+ '				po&nbsp;box&nbsp;696&nbsp;:&nbsp;surry&nbsp;hills&nbsp;:&nbsp;nsw&nbsp;:&nbsp;2010&nbsp;:&nbsp;australia<br>'
		+ '				<a href=mailto:ts-info@traffic-sounds.com>ts-info@traffic-sounds.com</a><br><br>'
		+ '				<i>this&nbsp;site&nbsp;is&nbsp;lovingly&nbsp;and&nbsp;generously<br>'
		+ '				hosted&nbsp;by&nbsp;<a href="http://www.allette.com.au" target="_blank">allette&nbsp;systems</a></i></p><br></td>'
		+ '				<td></td>'
		+ '			</tr>'
		+ '		</table></td>'
		+ '	</tr>'
		+ '</table>'
		+ '</body>'
		+ '</html>';
	document.write(sOut);
}
