<!--

function openStillImage(x,caption)
    {  

var OpenStillWindow=window.open("", "_blank", "height=520,width=500,scrollbars=no,resizable=no");
OpenStillWindow.document.write("<HTML>")
OpenStillWindow.document.write("<TITLE>Flyinn Images</TITLE>")
OpenStillWindow.document.write("<BODY BGCOLOR='#FFFFFF'>")
OpenStillWindow.document.write("<CENTER>")
OpenStillWindow.document.write("<p><img src='/flyinn_images/pics/"+x+".jpg' border='0' ALT='Loading Image'></p>")
OpenStillWindow.document.write("<p><font color='#222222' face='Verdana, Arial, Helvetica, sans-serif' size='2'>"+caption+"</p>")
OpenStillWindow.document.write("<a href='' onClick='window.close()' style='font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #0077BD;'>close window</a>")
OpenStillWindow.document.write("</CENTER>")
OpenStillWindow.document.write("</HTML>")

}

//-->