<!--
// ::::::::::::::: Link to printPage
str = location.search;
str = str.substring(1,str.length);
fname = location.href;
if (str != "print") {
	document.write('<a href="' + fname + '?print" target="_blank" title="go to this page for print"><img src="/ir_e/comimg/b_print01.gif" class="imgover" border="0" width="90" height="22" alt="print"></a>');
}

//-->
