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],
	['Forword by Alfred V. Aho', 'foreward1.html', null],
	['Forword by Richard A. DeMillo', 'foreward2.html', null],
	['Preface', 'preface.html', null],
	['Introduction Chapter', 'introduction.html', null],
	['The Complete Book Content <img src=tree/img/new.gif height=20 />', null, null,
		['Content and Preface', 'pdf/Content_and_Preface.pdf', null],
		['Chapter 1. Introduction', 'pdf/Chap_1.pdf', null],
		['Chapter 2. Software Reliability and System Reliability', 'pdf/Chap_2.pdf', null],
		['Chapter 3. Software Reliability Modeling Survey', 'pdf/Chap_3.pdf', null],
		['Chapter 4. Techniques for Prediction Analysis and Recalibration', 'pdf/Chap_4.pdf', null],
		['Chapter 5. The Operational Profile', 'pdf/Chap_5.pdf', null],
		['Chapter 6. Best Current Practice of SRE', 'pdf/Chap_6.pdf', null],
		['Chapter 7. Software Reliability Measurement Experience', 'pdf/Chap_7.pdf', null],
		['Chapter 8. Measurement-Based Analysis of Software Reliability', 'pdf/Chap_8.pdf', null],
		['Chapter 9. Orthogonal Defect Classification', 'pdf/Chap_9.pdf', null],
		['Chapter 10. Trend Analysis', 'pdf/Chap_10.pdf', null],
		['Chapter 11. Field Data Analysis', 'pdf/Chap_11.pdf', null],
		['Chapter 12. Software Metrics for Reliability Assessment', 'pdf/Chap_12.pdf', null],
		['Chapter 13. Software Testing and Reliability', 'pdf/Chap_13.pdf', null],
		['Chapter 14. Fault-Tolerant Software Reliability Engineering', 'pdf/Chap_14.pdf', null],
		['Chapter 15. Software System Analysis Using Fault Trees', 'pdf/Chap_15.pdf', null],
		['Chapter 16. Software Reliability Simulation', 'pdf/Chap_16.pdf', null],
		['Chapter 17. Neural Networks for Software Reliability Engineering', 'pdf/Chap_17.pdf', null],
		['Apendix A. Software Reliability Tools', 'pdf/Appendix_A.pdf', null],
		['Apendix B. Review of Reliabiltiy Theory, Analytical Techniques, and Basic Statistics', 'pdf/Appendix_B.pdf', null],
		['Glossary and References', 'pdf/Glossary_and_References.pdf', null],
	],
];


