// 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 = 'Presbyterian&#39;s Performance Results';

// book description fields
var bDesc = 'For external PHS.org';

// contact information field
var bContactInfo = '505-923-5000&#13;&#10;Presbyterian serves to improve the health of individuals, families, and communities.';

// titles of individual book sections
var bTitles = new Array (
'Performance',
'Regional Satisfaction Metrics'
);

// descrtiption for book sections
var bDescs = new Array (
'Performance Indicators Disclaimer&#13;&#10;In this performance report, Presbyterian Healthcare Services, including its hospitals and physicians, and Presbyterian Health Plan ("Presbyterian") list its data for several performance indicators and practices. The information in this report for each of these areas is the property of Presbyterian Healthcare Systems (Presbyterian), and may not be reproduced or distributed in any manner without the express written permission of Presbyterian. Presbyterian makes every attempt to provide accurate and updated information for the selected performance indicators but it is understood that Presbyterian makes no warranty or guaranty about the accuracy of this information or representations about the underlying data used to determine performance.&#13;&#10;&#13;&#10;Information Not Intended as Medical Advice&#13;&#10;This report is not intended to provide medical advice or to offer any guarantee regarding the services Presbyterian or its subsidiaries provide to patients or members. Deciding on treatment options and choosing a hospital, practitioner, or health plan are decisions you should make by talking with your healthcare practitioner. You should not attempt to choose a hospital, healthcare practitioner, or health plan based solely on statistics and descriptions such as those given here. These statistics and descriptions only represent a small fraction of available information about the quality of health care. Current methods of assessing healthcare performance are simply not sophisticated enough to support such a use.&#13;&#10;Links to other sites are not endorsements by Presbyterian of any site and Presbyterian does not have any control over or responsibility for the content of these sites.&#13;&#10;References to other organizations do not imply an endorsement of those organizations by Presbyterian.',
'Performance Indicators Disclaimer&#13;&#10;In this performance report, Presbyterian Healthcare Services, including its hospitals and physicians, and Presbyterian Health Plan ("Presbyterian") list its data for several performance indicators and practices. The information in this report for each of these areas is the property of Presbyterian Healthcare Systems (Presbyterian), and may not be reproduced or distributed in any manner without the express written permission of Presbyterian. Presbyterian makes every attempt to provide accurate and updated information for the selected performance indicators but it is understood that Presbyterian makes no warranty or guaranty about the accuracy of this information or representations about the underlying data used to determine performance.&#13;&#10;&#13;&#10;Information Not Intended as Medical Advice&#13;&#10;This report is not intended to provide medical advice or to offer any guarantee regarding the services Presbyterian or its subsidiaries provide to patients or members. Deciding on treatment options and choosing a hospital, practitioner, or health plan are decisions you should make by talking with your healthcare practitioner. You should not attempt to choose a hospital, healthcare practitioner, or health plan based solely on statistics and descriptions such as those given here. These statistics and descriptions only represent a small fraction of available information about the quality of health care. Current methods of assessing healthcare performance are simply not sophisticated enough to support such a use.&#13;&#10;Links to other sites are not endorsements by Presbyterian of any site and Presbyterian does not have any control over or responsibility for the content of these sites.&#13;&#10;References to other organizations do not imply an endorsement of those organizations by Presbyterian.'
);

// urls of individual book sections
var bUrls = new Array (
'Section0/section.html',
'Section1/section.html'
);

// last published notice
var bPublished = 'Published on: 2&#47;19&#47;2010 12:15:26 PM';

// Footer
var bLeftFooter = '';
var bRightFooter = '';
var bCentreFooter = '';

// Header
var bLeftHeader = '';
var bRightHeader = '';
var bCentreHeader = '';

// Header/footer border
var bFooterBorder = '';
var bHeaderBorder = '';
