<!--
imgLib=new Array(13);
imgLib[0]="../../pic/afg010.jpg";
imgLib[1]="../../pic/afg011.jpg";
imgLib[2]="../../pic/afg012.jpg";
imgLib[3]="../../pic/afg013.jpg";
imgLib[4]="../../pic/afg014.jpg";
imgLib[5]="../../pic/afg015.jpg";
imgLib[6]="../../pic/afg016.jpg";
imgLib[7]="../../pic/afg017.jpg";
imgLib[8]="../../pic/afg018.jpg";
imgLib[9]="../../pic/afg019.jpg";
imgLib[10]="../../pic/afg0110.jpg";
imgLib[11]="../../pic/afg0111.gif";
imgLib[12]="../../pic/afg0112.jpg";

imgWidth=new Array(13);
imgWidth[0]=287;
imgWidth[1]=293;
imgWidth[2]=417;
imgWidth[3]=368;
imgWidth[4]=260;
imgWidth[5]=293;
imgWidth[6]=433;
imgWidth[7]=492;
imgWidth[8]=305;
imgWidth[9]=329;
imgWidth[10]=223;
imgWidth[11]=350;
imgWidth[12]=413;

imgHeight=new Array(13);
imgHeight[0]=305;
imgHeight[1]=363;
imgHeight[2]=284;
imgHeight[3]=436;
imgHeight[4]=328;
imgHeight[5]=327;
imgHeight[6]=207;
imgHeight[7]=177;
imgHeight[8]=287;
imgHeight[9]=341;
imgHeight[10]=341;
imgHeight[11]=465;
imgHeight[12]=254;

function setWH(ndx){
var paramWnd="%22 copyhistory=no,width="+imgWidth[ndx]+",height="+imgHeight[ndx]+",directories=no,menubar=no,resizable=yes,status=no,tollbar=no,scrollbars=no %22"
return(paramWnd)
}
function showImage(ndx)
{
var tmp;
tmp=setWH(ndx);
imageWindow=window.open(imgLib[ndx],ndx,tmp);
}
// -->
