// Object Interfaces for Library Page
// All variables in this document are _l_ prefixed for scope resolution

// library page title
var lTitle = 'Stanislaus Library';

// desription of library page
var lDesc = '';

// individual book titles
var lTitles = new Array (
'STA B&F Balanced Scorecard',
'STA Facilities Services Balanced Scorecard',
'STA HR Balanced Scorecard',
'STA Public Safety Balanced Scorecard'
);	

// individual book descriptions
var lDescs = new Array (
'The briefing book for the Business & Finance Division at CSU Stanislaus is to provide assessment data (Balanced Scorecard) and commentary regarding the division&#39;s activities and participation in achieving the University&#39;s strategic goals and objectives.',
'The CSU Stanislaus Facilities & Support Services briefing book provides a visual dashboard of all Facilities & Support Services Balanced Scorecard measures.',
'The CSU Stanislaus Human Resources (HR) briiefing book provides a visual dashboard of all HR Balanced Scorecard measures.',
'The CSU Stanislaus Public Safety&#47;University Police briefing book provides a visual dashboard of all Public Safety&#47;University Police Balanced Scorecard measures.'
);

// 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 : 07&#47;07&#47;2006 11:43:58';