<!--

function sectionHeader(sectiontitle) {

document.write ('<div class="sectionheader"><img src="/store/sectionarrow.gif" border="0" align="absmiddle">&nbsp;&nbsp;' + sectiontitle );
document.write ('</div>');

}


function sectionAffiliates(opening,closing,companyname,companyurl,bcwfdocument,oneliner) {

if (opening != "") {
	document.write ('<div style="background-color: #F5F3E9; border: 1px dotted #978109; padding: 10px;">');
	document.write ('<b>BCWF Affiliates</b><br><br>');
}
	document.write ('<b>' + companyname + '</b>');
	document.write ('<br><font size="1">' + oneliner);
	document.write ('<br><a href="http://www.bcwf.bc.ca/s=304/' + bcwfdocument + '/">&raquo; affiliate page</a>');
	document.write ('<br><a href="http://' + companyurl + '" target="_blank">&raquo; website</a>');
	document.write ('</font><br><br>');
	
if (closing != "") {
	document.write ('</div>');
        document.write ('<img src="/images/structure/spacer.gif" border="0" height="25"><br>');
}

}


-->