//-------------------------------------
// *** Charles C. Burgess
// *** from Peachpit Press 'JavaScript 3rd Ed' p. 72
// *** 11 AUG 2000
// *** Put info pages in info frameset

if (top.location == self.location) {top.location.href="index.htm"}
