// JavaScript functions to access ANSYS images for report
// "flexion_report.html" created on  Mon Dec 15 14:54:32 Paris, Madrid 2003 
function image_1 (imgTitle) {
   var undefined;
   // jobname = 'flexion'
   if (imgTitle == undefined) {
      imgTitle = 'flexion Image 1';
   }
   document.writeln('<TABLE COLS=1 WIDTH="584"><TR>');
   document.writeln('<TD VALIGN=TOP>');
   document.writeln('<IMG SRC="images/image1.png">');
   document.writeln('</TD>');
   document.writeln('</TR>');
   document.writeln('<TR><TD VALIGN=TOP>');
   document.writeln('<B>' + imgTitle + '</B>');
   document.writeln('</TD></TR></TABLE>');
}
