<!-- Extend View Script --><!--function pop(url, screenX, screenY) {	popWindow = window.open('','imageDisplay','width=' + screenX + ',height=' + screenY);	popWindow.document.write('<html><head><title>FULL VIEW</title><link href="http://198.12.20.76/css/RC.css" rel="stylesheet" type="text/css"></HEAD>');	popWindow.document.write('<BODY BGCOLOR="#ffffff" Link="000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><Table border="0"width="100%" HEIGHT="100%" >');	popWindow.document.write('<TR><TD  WIDTH="33%" class="body3" ALIGN="CENTER"><a href="javascript:close()">CLOSE WINDOW</a></TD></TR>');	popWindow.document.write('<TR><TD COLSPAN="3" ALIGN="CENTER" VALIGN="MIDDLE"> <img src="' + url + '" BORDER=0><br></TD>');	popWindow.document.write('<TR><TD  WIDTH="33%" class="body3" ALIGN="CENTER"><a href="javascript:close()">CLOSE WINDOW</a></TD></TR>');	popWindow.document.write('</TABLE><BR></body></html>');}// --><!-- End Extend View Script -->