function renderWindow (){
winHandle.document.write("<title>"+tit+"</title><body bgcolor='#000000'><div align='center' bgcolor='#000000' text='#000000'> \
 <table width='400' border='0' cellspacing='0' cellpadding='0' height='460'>    \
<tr>\
<td bgcolor='#FFFFFF'>\
<div align='center'><br>\
<img name='fullSizeImage' src='"+img+"' ></div>\
</td>\
</tr>\
<tr>\
<td bgcolor='#FFFFFF'>\
</td>\
</tr> \
<tr> \
<td bgcolor='#FFFFFF'> \
<div align='center'>\
<font face='Arial, Helvetica, sans-serif' size='2'><b>\
"+tit+"				\
</b>"+edi+"<br>		\
</font>		\
<font face='Arial, Helvetica, sans-serif' size='1'>		\
"+txt+"		\
</font>    \
</div>   <div align='right'><font face='Arial, Helvetica, sans-serif' color='silver' size='1'>&copy; 2004 lisa j pettit &nbsp;</div></font>\
</td>  \
</tr>  \
</table></div></body>"); 

winHandle.focus()}function openNewWindow (image,title,edition,text){

this.img = image;
this.tit = title;
this.edi = edition;
this.txt = text;

winHandle = window.open('blank.htm','windowName','width=423,height=490');
if (!winHandle.opener) winHandle.opener = self;
}
