////// panoAray.js  -- Copyright 2002, Armchair Travel Co Ltd


// *** This file for Explore Kew Gardens


// allowBig: TRUE - CD-ROM version, or big panos allowed
//           FALSE - "SampleB.jpg" pano to be used for all Big Panos   

var allowBig = false;  // Only for the CD-ROM Kew, allow big panos


// panoArray: partial filename "NNNNXXX...", initHpan, optimalZoom, ...
//    where NNNN is always a 4 digit string, and XXX... can be additional
//        "comment" chars in the actual fileName, e.g. "0001_TEST"
//    NOTE: First triplet is "pano not found" data

var panoArray = new Array(

"0000error", 0, 64,
"0001_40", 122, 64, "0002_40",-123, 72, "0003_40", 130, 72, "0004_40", -65, 70, "0005_40", -86, 72,
"0006_40", 133, 66, "0007_40",  65, 76, "0008_53",-106, 70, "0009_53",  64, 80, "0010_40", -72, 76,

"0011_40", 130, 62, "0012_40",  70, 74, "0013_53",   4, 80, "0014_40",  72, 78, "0015_53",  -7, 80,
"0016_40", -27, 72, "0017_40", -26, 64, "0018_40",  93, 76, "0019_40", -67, 78, "0020_40",  -5, 78,
"0021_40",  55, 80, "0022_53", 132, 76, "0023_40",  -5, 72, "0024_40", 178, 78, "0025_53",-108, 86,
"0026_53", -24, 80, "0027_53", -73, 80, "0028_40",  49, 78, "0029_40",  96, 78, "0030_40", 104, 80,
"0031_53",  29, 86, "0032_40",-115, 64, "0033_40", 160, 80, "0034_40",  38, 86, "0035_53",-154, 80,
"0036_40", 141, 76, "0037_53",  53, 74, "0038_53",-158, 72, "0039_53",  16, 90, "0040_53", -67, 78,
"0041_40",-117, 80, "0042_53", -52, 78, "0043_53", -90, 80, "0044_53", -49, 80, "0045_40", 128, 76,
"0046_40", 147, 78, "0047_40", -20, 78, "48notUsed", 0,  0, "0049_53",  29, 76, "0050_40",   0, 64 );
