// Object Interfaces for Library Page
// All variables in this document are _l_ prefixed for scope resolution

// library page title
var lTitle = 'Measure Library';

// desription of library page
var lDesc = '';

// individual book titles
var lTitles = new Array (
'Measure Library'
);	

// individual book descriptions
var lDescs = new Array (
'The CSU Measure Library is meant to provide campuses a resource for researching metrics for inclusion in their various scorecards, assessment model or performance management framework. The library is a comprehensive list of what is measured, or has been measured, at other campuses or by the systemwide functional groups. &#13;&#10;&#13;&#10;'
);

// urls of book pages
var lUrls = new Array (
'book0/book.html'
);

// last published notice
var lPublished = 'Published on : 05&#47;12&#47;2005 10:07:18';