<!--

var Images=new Array();
var ImagesBig=new Array();
var Widths=new Array();
var BigWidths=new Array();
var BigHeights=new Array();
var N=3, M=9;

Images[0]="photos/mainform.jpg";
Images[1]="photos/setup.gif";
Images[2]="photos/acquisition.jpg";
Images[3]="photos/pm_setup_sm.jpg";
Images[4]="photos/pm_gain_sm.jpg";
Images[5]="photos/pm_palette_sm.jpg";
Images[6]="photos/pm_prof_sm.jpg";
Images[7]="photos/pm_ipaq_sm.jpg";
Images[8]="photos/pm_hand.jpg";

ImagesBig[0]="photos/mainform_big.jpg";
ImagesBig[1]="photos/setup_big.gif";
ImagesBig[2]="photos/acquisition_big.jpg";
ImagesBig[3]="photos/pm_setup.jpg";
ImagesBig[4]="photos/pm_gain.jpg";
ImagesBig[5]="photos/pm_palette.jpg";
ImagesBig[6]="photos/pm_prof.jpg";
ImagesBig[7]="photos/pm_ipaq.jpg";
ImagesBig[8]="photos/pm_hand.jpg";

Widths[0]=154;
Widths[1]=168;
Widths[2]=148;
Widths[3]=83;
Widths[4]=83;
Widths[5]=83;
Widths[6]=83;
Widths[7]=59;
Widths[8]=133;

BigWidths[0]=556;
BigWidths[1]=592;
BigWidths[2]=533;
BigWidths[3]=240;
BigWidths[4]=240;
BigWidths[5]=240;
BigWidths[6]=240;
BigWidths[7]=169;
BigWidths[8]=479;

BigHeights[0]=400;
BigHeights[1]=391;
BigHeights[2]=400;
BigHeights[3]=320;
BigHeights[4]=320;
BigHeights[5]=320;
BigHeights[6]=320;
BigHeights[7]=320;
BigHeights[8]=400;

// -->
