

var message='Function Not Currently Available!';


function clickIE() {if (document.all) {alert(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {alert(message);return false;}}} if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}



function printImages() {
k=1;
for (i=1; NewText[i][1]!="*****"; i++) {
   if (NewText[i][0]=="***name***") {
      document.write(NewText[i][1]);
         } else {
      if (NewText[i][0]=="***text***") {
         document.write('<TABLE align=center border=0 width=600 nowrap><TR width="600">');
         document.write('<TD align=justify vAlign=center width=600><FONT face=Arial size=2><B>');
         document.write('<P align=left>'+NewText[i][1]+'</P></B>');
         document.write('<P>&nbsp;</P></FONT></TD></TR></TABLE>');
         k=1;
            } else {
      if (NewText[i][0]=="***size***") {
         if (k%2 == 1) {
            document.write('<TABLE align=center border=0 width=600 nowrap><TR width="600">');
            document.write('<TD align=justify vAlign=center width=200><FONT face=Arial size=2><B>');
            document.write('<P align=left>'+NewText[i][4]+'</P></B>');
            document.write('<P>&nbsp;</P></FONT></TD><TD width=40><P>&nbsp;</P></TD>');
            document.write('<TD align=middle noWrap vAlign=top width=360><P>');
            document.write('<IMG align=center border=2 width='+NewText[i][1]+' height='+NewText[i][2]+' src="'+NewText[i][3]+'">');
            document.write('</P><P>&nbsp;</P></TD></TR></TABLE>');
            k++;
            } else {
            document.write('<TABLE align=center border=0 width=600 nowrap><TR width="600">');
            document.write('<TD align=middle noWrap vAlign=top width=360>');
            document.write('<IMG align=center border=2 width='+NewText[i][1]+' height='+NewText[i][2]+' src="'+NewText[i][3]+'">');
            document.write('<P>&nbsp;</P></TD><TD width=40><P>&nbsp;</P></TD>');
            document.write('<TD align=justify vAlign=center width=200><FONT face=Arial size=2><B>');
            document.write('<P align=left>'+NewText[i][4]+'</P></B>');
            document.write('<P>&nbsp;</P></FONT></TD></TR></TABLE>');
            k++;
            }
            } else {
         if (k%2 == 1) {
            document.write('<TABLE align=center border=0 width=600 nowrap><TR width="600">');
            document.write('<TD align=justify vAlign=center width=200><FONT face=Arial size=2><B>');
            document.write('<P align=left>'+NewText[i][1]+'</P></B>');
            document.write('<P>&nbsp;</P></FONT></TD><TD width=40><P>&nbsp;</P></TD>');
            document.write('<TD align=middle noWrap vAlign=top width=360><P>');
            document.write('<IMG align=center border=2 src="'+NewText[i][0]+'">');
            document.write('</P><P>&nbsp;</P></TD></TR></TABLE>');
            k++;
            } else {
            document.write('<TABLE align=center border=0 width=600 nowrap><TR width="600">');
            document.write('<TD align=middle noWrap vAlign=top width=360>');
            document.write('<IMG align=center border=2 src="'+NewText[i][0]+'">');
            document.write('<P>&nbsp;</P></TD><TD width=40><P>&nbsp;</P></TD>');
            document.write('<TD align=justify vAlign=center width=200><FONT face=Arial size=2><B>');
            document.write('<P align=left>'+NewText[i][1]+'</P></B>');
            document.write('<P>&nbsp;</P></FONT></TD></TR></TABLE>');
            k++;
            }
         }
         }
      }
   }
}




