<!-- Begin

function myprint() 
{
window.parent.content.focus();
window.print();
}


document.write('<a name="pagetop"></a>');
document.write('<TABLE border="0" cellspacing="0" cellpadding="0"><TR>');

document.write('<TD valign="TOP"><img src="../../gifs/textfind.gif" alt="Press enter to search and continue search or use Go-next button"></TD>');
document.write('<TD valign="TOP"><form name="search" onSubmit="return findInPage(this.string.value);">');
document.write('<input name="string" type="text" size="15" maxlength="30" title="Press enter to search and continue search or use Go-next button" onChange="n = 0">');
document.write('<input type="button" value="GO/Next" onClick="return findInPage(string.value)">');
document.write('</form></TD>');
document.write('<TD valign="TOP"><a href="#pagend"><img src="../../gifs/pagebot.gif" alt="Page bottom"></a></TD>');
document.write('<TD valign="TOP"><a href="javascript:history.go(-1);"><img src="../../gifs/goback.gif" alt="Go Back"></a></TD>');
document.write('<TD valign="TOP"><input type=button value="Print this Page" onClick="myprint()"></TD>');

document.write('</TR></TABLE>');

//  End -->

