  <!--
// ===================================================================================
//
// This file (ZofXPictureViewerInfo.js) contains both default default arguments and picture-set default information.
//
// You can modify this file to suit your set of pictures and options.
//
//===================================================================================
//
// Always leave the following section in tact:
//
  var dPictureFile = new Array(); 
  var dPictureTitle = new Array(); 
  var dPictureHWRatio = new Array(); 
  var dPictureWidthMax = new Array(); 
  var dPictureHeightMax = new Array(); 
  var dInitialWindowSize = new Array(); 
  var dMinHMargins = new Array(); 
  var dMinVMargins = new Array(); 
  var dMarginsColor = new Array(); 
  var dBorderWidth = new Array(); 
  var dBorderColor = new Array(); 
  var dCaption = new Array(); 
  var dCaptionLines = new Array(); 
  var dCaptionLineHeight = new Array(); 
  var dCaptionFontFamily = new Array();

  var dPictureFileFull = new Array(); 
  var dPictureWidthFull = new Array(); 
  var dPictureHeightFull = new Array();
  var dInitialWindowSizeFull = new Array(); 

  var dPictureMap = new Array();
  var dNMapArea = new Array();
  var dMapArea1 = new Array();
  var dMapArea2 = new Array();
  var dMapArea3 = new Array();
  var dPictureSubnode1 = new Array();
  var dPictureSubnode2 = new Array();
  var dPictureSubnode3 = new Array();
//
// For each picture to be displayed as a scaled image, you can set each 
// or any of the following arguments:
//
//   dPictureFile = ;
//   dPictureTitle = ;
//   dPictureHWRatio = ;	//used if pictureWidthMax = 0 or pictureHeightMax = 0
//   dPictureWidthMax = ;
//   dPictureHeightMax = ;
//   dInitialWindowSize = ;
//   dMinHMargins = ;
//   dMinVMargins = ;
//   dMarginsColor = ;
//   dBorderWidth = ;
//   dBorderColor = ;
//   dCaption = ;
//   dCaptionLines = ;
//   dCaptionLineHeight = ;
//   dCaptionFontFamily = 
//
// If you want to be able to bring up a full, scrollabl image in a subwindow, you can
// also set each or any of the following additional arguments:
//
//   dPictureFileFull = ;
//   dPictureWidthFull = ;
//   dPictureHeightFull = 
//   dInitialWindowSizeFull = ;
//
// If you want to be able to bring up one or more sub-pictures as scaled images,
// you can set each or any of the following additional arguments: 
//
//   dPictureMap = ;
//   dNMapArea = ;
//   dMapArea1 = ;
//   dMapArea2 = ;
//   dMapArea3 = ;
//   dPictureSubnode1 = ;
//   dPictureSubnode2 = ;
//   dPictureSubnode3 = ;
// 
// Here are the default default arguments for all scalable images (the 0-th member of each
// array is for the default for all scalable pictures):
//
  dPictureFile[0] = "";
  dPictureTitle[0] = "";
  dPictureHWRatio[0] = 1.0;
  dPictureWidthMax[0] = 0;
  dPictureHeightMax[0] = 0;
  dInitialWindowSize[0] = 0.6;
  dMinHMargins[0] = 5;
  dMinVMargins[0] = 5;
  dMarginsColor[0] = "silver";
  dBorderWidth[0] = 1;
  dBorderColor[0] = "black";
  dCaption[0] = "";
  dCaptionLines[0] = 0;
  dCaptionLineHeight[0] = 2.2;
  dCaptionFontFamily[0] = "Arial";

  dPictureFileFull[0] = "";
  dPictureWidthFull[0] = 800;
  dPictureHeightFull[0] = 800;
  dInitialWindowSizeFull[0] = 0.75;

  dPictureMap[0] = "";
  //nMapArea[0] = ;		//(there is no default for this argument)
  //dMapArea1[0] = ;		//(there is no default for this argument)
  //dMapArea2[0] = ;		//(there is no default for this argument)
  //dMapArea3[0] = ;		//(there is no default for this argument)
  //dPictureSubnode1[0] = ;	//(there is no default for this argument)
  //dPictureSubnode2[0] = ;	//(there is no default for this argument)
  //dPictureSubnode3[0] = ;	//(there is no default for this argument)
//
// Here are the optional default arguments for each of the scalable images (members 1... 
// of each array are are for each of the scalable pictures or subpictures):
//
  dInitialWindowSize[8] = 0.95;
//
  // -->

