'; document.writeln(text); } //* Determine the path to the next higher level directory *// var path = location.href; path = path.substring(0,path.lastIndexOf('/')); path = path.substring(0,path.lastIndexOf('/')+1); //****************************************************************************// //* Save the filename of the category definition file and the title of a *// //* category. This function is invoked from the JavaScript file containing *// //* the list of categories. *// //****************************************************************************// function category(fileName,title,href) { categoryNumber = topClass.category.length; topClass.category[categoryNumber] = new parent.defineCategory(fileName,title,href); } //****************************************************************************// //* Return the source for a category frame *// //****************************************************************************// function buildCategory(categoryNumber) { //* Build the appropriate HTML depending on whether the category is *// //* closed or open. *// if (categoryNumber==topClass.openCategory) //* Open category *// body = '
' + '' + '