// Object Interfaces for Library Page
// All variables in this document are _l_ prefixed for scope resolution

// library page title
var lTitle = 'IRMP II Major Incidents Internet';

// desription of library page
var lDesc = 'Library for IRMP II Major Incidents';

// individual book titles
var lTitles = new Array (
'IRMP II Major Incidents'
);	

// individual book descriptions
var lDescs = new Array (
'This book contains access to all the measures used to monitor RBFRS IRMP major incidents project.&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;&#13;&#10;To access the data click OK and select the required section&#13;&#10;then&#13;&#10;- click on the left arrow for more detail on the data&#13;&#10;- click on the right arrow to access the locations&#13;&#10;- click on the central  bar to display charts graphs and tables'
);

// urls of book pages
var lUrls = new Array (
'book0/book.html'
);

// last published notice
var lPublished = 'Published on: 29&#47;01&#47;2012 03:15:16';
