// Object Interfaces for Library Page
// All variables in this document are _l_ prefixed for scope resolution

// library page title
var lTitle = 'Nottinghamshire Partnership Performance';

// desription of library page
var lDesc = 'Library of books to show the current performance of the Nottinghamshire Partnership';

// individual book titles
var lTitles = new Array (
'Notts Partnership Performance',
'LAA PIs and Delivery Plans by Theme',
'NIs 2008-09',
'PWC Quarterly Comparisons - NIs'
);	

// individual book descriptions
var lDescs = new Array (
'Report to show the current performance of all measures of the Notts Partnership',
'Report to show the current performance of Performance Indicators and Delivery Plans by Theme',
'Briefing Book to show the current performance of all the National Indicator set',
''
);

// urls of book pages
var lUrls = new Array (
'book0/book.html',
'book1/book.html',
'book2/book.html',
'book3/book.html'
);

// last published notice
var lPublished = 'Published on: 09&#47;02&#47;2012 21:27:12';
