<!--
// ::::::::::::::: Link to printPage
str = location.search;
str = str.substring(1,str.length);
fname = location.href;
if (str != "print") {
	document.write('<table width="100%" border="0" cellspacing="3" cellpadding="0">');
	document.write('<tr align="right" valign="top">');
	document.write('<td nowrap><a href="' + fname + '?print" target="_blank" title="go to print page"><img src="/comimg_e/b_print01.gif" border="0" width="62" height="15" alt="print page" vspace="2"></a></td>');
	document.write('</tr>');
	document.write('</table>');
}

//-->

