// Object Interfaces for Library Page
// All variables in this document are _l_ prefixed for scope resolution

// library page title
var lTitle = 'CSU, Chico pbviews Library';

// desription of library page
var lDesc = 'Shares CSU, Chico data collected from CSU Quality Improvement Initiatives';

// individual book titles
var lTitles = new Array (
'CHI B&F Depts QI Initiatives',
'CHI Campus QI Initiatives'
);	

// individual book descriptions
var lDescs = new Array (
'CSU, Chico - Division of Business & Finance Balanced Scorecard.  &#13;&#10;&#13;&#10;The CSU, Chico Business & Finance QI Initiatives Briefing Book views division departments that have participated in past CSU Quality Improvement initiatives - such as Customer Satisfaction Surveys or Performance Measurement.  &#13;&#10;&#13;&#10;This book is published for use by the VPBF Executive Management Team.  &#13;&#10;&#13;&#10;Note: Red = within 94.5&#37; of comparison; Yellow = within 95-104.9&#37; of comparison; Green = 105+&#37; of comparison&#13;&#10;&#13;&#10;',
'CSU, Chico data from CSU Quality Improvement Initiatives.  &#13;&#10;&#13;&#10;This Briefing Book includes campuswide data, excluding Business & Finance, for departments that have participated in past CSU Quality Improvement initiatives - such as Customer Satisfaction Surveys or Performance Measurement.  &#13;&#10;&#13;&#10;The book is published for use by the campus functional representatives.  &#13;&#10;&#13;&#10;Note: Red = within 94.5&#37; of comparison; Yellow = within 95-104.9&#37; of comparison; Green = 105+&#37; of comparison&#13;&#10;&#13;&#10;'
);

// urls of book pages
var lUrls = new Array (
'book0/book.html',
'book1/book.html'
);

// last published notice
var lPublished = 'Published on : 24&#47;08&#47;2006 16:59:52';
