var db = document.all ? '<div style="width:143px">&nbsp;&nbsp;&nbsp;' : '&nbsp;&nbsp;&nbsp;';
var de = document.all ? '</div>' : '&nbsp;&nbsp;&nbsp;';
var f0 = db+'Home'+de;
var f1 = db+'Login'+de;
var f2 = db+'Logout'+de;
var f3 = db+'Products'+de;
var f4 = db+'Prices'+de;
var f5 = db+'Contacts'+de;
var f6 = db+'Links'+de;
var TREE1_NODES = [
	['Table of Contents', 'TOC.html', null],
	['Contributors', 'contributors.html', null],
	['Preface', 'preface.html', null],
	['Chapter Abstracts', 'abs.html', null],
	['The Complete Book Content <img src=tree/img/new.gif height=20 />', null, 
null,
		['Chapter 1. The Evolution of the Recovery Block Concept', 'pdf/chap1.pdf', null],
		['Chapter 2. The Methodology of N-Version Programming', 'pdf/chap2.pdf', null],
		['Chapter 3. Architectural Issues in Software Fault Tolerance', 'pdf/chap3.pdf', null],
		['Chapter 4. Exception Handling and Tolerance of Software Faults', 'pdf/chap4.pdf', null],
		['Chapter 5. Dependability Modeling for Fault-Tolerant Software and Systems', 'pdf/chap5.pdf', null],
		['Chapter 6. Analyses Using Stochastic Reward Nets','pdf/chap6.pdf', null],
		['Chapter 7. Checkpointing and the Modeling of Program Execution Time', 'pdf/chap7.pdf', null],
		['Chapter 8. The Distributed Recovery Block Scheme', 'pdf/chap8.pdf', null],
		['Chapter 9. Software Fault Tolerance by Design Diversity', 'pdf/chap9.pdf', null],
		['Chapter 10. Software Fault Tolerance in the Application Layer', 'pdf/chap10.pdf', null],
		['Chapter 11. Software Fault Tolerance in Computer Operating Systems', 'pdf/chap11.pdf', null],
		['Chapter 12. The Cost Effectiveness for Telecommunication Service Dependability', 'pdf/chap12.pdf', null],
		['Chapter 13. Software Fault Insertion Testing for Fault Tolerance', 'pdf/chap13.pdf', null],
	],
];

