// initialize variables
var hlight = "";

// template for bs logo in topnav
function writeLogo(){
	document.writeln('<a name="top"></a>');
	document.writeln('<table width="800" border="0" cellspacing="0" cellpadding="0">'); 
	document.writeln('  <tr>');
	document.writeln('    <td width="478"><div align="left"><a href="http://www.pricing-direct.com/" target="_top"><img src="pdportal/images/pricingdirect.gif" width="227" height="65" border="0"></a></div></td>'); 
	document.writeln('    <td width="11" align="left" valign="top"><img src="pdportal/images/accntbar.gif" width="11" height="70"></td>');
	document.writeln('    <td width="311" align="left" valign="top"><img src="pdportal/images/tranlogo_black.gif" width="144" height="70" border="0"></td>'); 

	document.writeln('  </tr>'); 
	document.writeln('</table>');
}