Best I could manage but it works!
imgName="photos/st_"+aImage[iImagenum]
imgWindow=window.open('','imgWin','height=510,widt h=660,scrollbars=no,status=yes');
imgWindow.document.write('<HTML><HEAD><TITLE>Your Selected Image: '+aImage[iImagenum]+'</TITLE>');
imgWindow.document.write('<LINK REL="stylesheet" HREF="../../../rtstyle_zeddy.css">');
imgWindow.document.write('</HEAD>');
imgWindow.document.write('<BODY>');
imgWindow.document.write("<IMG SRC="+imgName+" </IMG>");
imgWindow.document.write('</BODY></HTML>');
imgWindow.window.status=aText[iImagenum]