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

// *** This file for Gardens-Guide.com


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

var allowBig = true;  // For the website Kew, use SampleB.jpg pano only


// 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,
"0011", 140, 72, "0079", 135, 80, "0089",  36, 76, "0092",  37, 72, "0100", -90, 76, "0157",  51, 76, 
"0271",  50, 76, "0255",  60, 74, "0294", 175, 80, "0295",-130, 66, "0330",  32, 76, "0344", -70, 76, 
"0350", 176, 76, "0442",  39, 72, "0486",-170, 76 );

