document.write('<FONT FACE="arial,helvetica" COLOR="#FFFFFF" SIZE=1>');
document.write('<SPAN CLASS="payoff" NOWRAP><A HREF="http://www.sjeiti.com" TARGET="author">graphic design © 1999 ron valstar</A></SPAN>');
document.write('<FONT SIZE=3>');
document.write('<IMG SRC="toplogo1.gif"><BR>');


function openwindow(src,width,height)
{
 if (document.images)
 {
  picture=window.open("","Photos","height=" + height + ",width=" + width);
 }
 else
 {
  picture=window.open("","Photos","height=" + (height-30) + ",width=" +
width);
 }
 picture.document.open();
 picture.document.write("<HTML>");
 picture.document.write("<HEAD>");
 picture.document.write("<TITLE>coptic raiN desktop image</TITLE>");
 picture.document.write("</HEAD>");
 picture.document.write("<BODY BACKGROUND=\"bggrey.jpg\" LEFTMARGIN=0 RIGHTMARGIN=0 TOPMARGIN=0 BOTTOMMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>");
 picture.document.write("<CENTER><A HREF=\"javascript:window.close()\"><IMG SRC=");
 picture.document.write(src);
 picture.document.write(" HEIGHT=");
 picture.document.write(height);
 picture.document.write(" WIDTH=");
 picture.document.write(width);
 picture.document.write(" BORDER=0></A><CENTER>");
 picture.document.write("</BODY>");
 picture.document.write("</HTML>");
 picture.document.close();
}