
// *** information specific to MAP/ELDORA project pages ***
// the name of the project
var projectName = 'CRYSTAL-FACE';
// the name of the platform
var platformName = 'eldora';
// the labels that appear at the top of the iop pages in the header
var label = new Array();
// flight track
label['flightTrack'] = 'P3 Flight Track';
// aft scan list
label['scanListAft'] = platformName + ' Scan List (Aft)';
// fore scan list
label['scanListFore'] = platformName + ' Scan List (Fore)';
// header information
label['headerInfo'] = platformName + ' Header Information';
// the images
label['images'] = platformName + ' Images (Interval = 1 minute)';
// known problems
label['flightLog'] = platformName + ' Flight Log';
// data retrieval
label['data'] = platformName + ' Data Retrieval';

// the directory containing most of the graphics (ie: buttons..etc)
var CFLogo = 'http://www.atd.ucar.edu/rtf/projects/crystalface02/eldora/common/graphics/scflogo.jpg';
var atdLogo = 'http://www.atd.ucar.edu/rtf/projects/crystalface02/eldora/common/graphics/atdLogo.jpg';
var ncarLogo = 'http://www.atd.ucar.edu/rtf/projects/crystalface02/eldora/common/graphics/NCAR.jpg';

// the iop information
var iop = new Array();

iop[1-1] = new IOP('7', '07', '2002', '15', '39', '24', 
'7', '07', '2002', '15', '58', '25', projectName, 'rf01');

iop[2-1] = new IOP('7', '10', '2002', '14', '13', '52', 
'7', '10', '2002', '20', '13', '52', projectName, 'RF02');

iop[3-1] = new IOP('7', '11', '2002', '15', '17', '38', 
'7', '11', '2002', '20', '38', '54', projectName, 'rf03');

iop[4-1] = new IOP('7', '13', '2002', '14', '51', '28', 
'7', '13', '2002', '20', '05', '48', projectName, 'RF04');

iop[5-1] = new IOP('7', '16', '2002', '16', '52', '15', 
'7', '17', '2002', '00', '30', '45', projectName, 'RF5');

iop[6-1] = new IOP('7', '17', '2002', '17', '59', '28', 
'7', '17', '2002', '21', '47', '32', projectName, 'rf06');

iop[7-1] = new IOP('7', '18', '2002', '16', '14', '31', 
'7', '18', '2002', '21', '56', '19', projectName, 'RF07');

iop[8-1] = new IOP('7', '19', '2002', '17', '21', '12', 
'7', '19', '2002', '21', '29', '43', projectName, 'RF08');

iop[9-1] = new IOP('7', '21', '2002', '15', '41', '31', 
'7', '21', '2002', '23', '13', '52', projectName, 'RF09');

iop[10-1] = new IOP('7', '23', '2002', '17', '00', '08', 
'7', '23', '2002', '22', '17', '05', projectName, 'RF10');

iop[11-1] = new IOP('7', '25', '2002', '12', '42', '47', 
'7', '25', '2002', '21', '02', '27', projectName, 'RF11');

iop[12-1] = new IOP('7', '28', '2002', '18', '05', '07', 
'7', '28', '2002', '23', '23', '51', projectName, 'rf12');

iop[13-1] = new IOP('7', '29', '2002', '15', '34', '27', 
'7', '29', '2002', '20', '35', '53', projectName, 'RF13');
