code='<script language=\'JavaScript\'>   function CallWindow(windowLink, winWidth, winHeight) { 	windowSpecs = \'fullscreen=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,height=\' + winHeight + \',width=\' + winWidth + \',scrollbars=no\'; 	window.open(windowLink, \'Select\', windowSpecs)    } </script> <div><table cellpadding=1 cellspacing=1 border=\'0\'>	<tr> 	 <td width=\'125\' valign=\'top\' style=\'text-align: center;\' class=\'GalleryGrid\'> 		<span class=\'GalleryGrid\' style=\'cursor: hand\' OnClick="CallWindow(\'http://hawp.org/_include/common/image/imageView.asp?File=/_library/images/more.jpg\',800,700)">		<img src="/_library/images/more.jpg" width=\'120\' class=\'GalleryGrid\'>   </span>  </td> </table></div> '