// Object Interfaces for Library Page
// All variables in this document are _l_ prefixed for scope resolution

// library page title
var lTitle = 'IRMP Hoax Calls Internet';

// desription of library page
var lDesc = 'Library for IRMP Hoax Calls project';

// individual book titles
var lTitles = new Array (
'IRMP Hoax Calls'
);	

// individual book descriptions
var lDescs = new Array (
'This book contains access to all the measures used to monitor RBFRS IRMP projects.&#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: 04&#47;02&#47;2012 19:05:10';
