// Object Interfaces for Books Page
// All variables in this document are _b_ prefixed for scope resolution

// title of the left-hand-side page of the book
var bTitle = 'CHI Campus QI Initiatives';

// book description fields
var bDesc = '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;';

// contact information field
var bContactInfo = 'Beverly Delker Gentry&#13;&#10;Office of the Vice President&#13;&#10;  for Business and Finance&#13;&#10;Kendall Hall - 107&#13;&#10;CSU, Chico&#13;&#10;bgentry&#64;csuchico.edu&#13;&#10;530-898-6233';

// titles of individual book sections
var bTitles = new Array (
'Career Services Faculty &#95;CS',
'Career Services Student &#95;CS',
'Career Services&#95;PM',
'Financial Aid &#95;CS',
'Financial Aid&#95;PM',
'Housing & Residential Life &#95;CS',
'Housing & Residential Life&#95;PM',
'Human Resources Faculty &#95;CS',
'Human Resources MPP &#95;CS',
'Human Resources&#95;PM',
'Library &#95;CS',
'Payroll&#95;PM',
'Student Health Services&#95;CS',
'Student Health Services&#95;PM'
);

// descrtiption for book sections
var bDescs = new Array (
'Faculty Career Services Customer Satisfaction questions ',
'Student Career Services Customer Satisfaction questions ',
'',
'Financial Aid Customer Satisfaction',
'',
'Housing & Residential Life Customer Satisfaction questions ',
'',
'Faculty&#47;Staff Human Resources results for the Customer Satisfaction Survey',
'MPP Human Resources results for the Customer Satisfaction Survey',
'',
'Customer Satisfaction Survey results for the Library Function',
'&#13;&#10;',
'Customer Satisfaction Results for Student Health Services fucntion',
''
);

// urls of individual book sections
var bUrls = new Array (
'Section0/section.html',
'Section1/section.html',
'Section2/section.html',
'Section3/section.html',
'Section4/section.html',
'Section5/section.html',
'Section6/section.html',
'Section7/section.html',
'Section8/section.html',
'Section9/section.html',
'Section10/section.html',
'Section12/section.html',
'Section13/section.html',
'Section14/section.html'
);

// last published notice
var bPublished = 'Published on : 24&#47;08&#47;2006 16:59:52';

