// Copyright (c) 2001-2003 Quadralay Corporation. All rights reserved. // function WWHBookGroups_Books(ParamTop) { ParamTop.fAddDirectory("userguide", null, null, null, null); ParamTop.fAddDirectory("troubleshooting", null, null, null, null); ParamTop.fAddDirectory("reference", null, null, null, null); } function WWHBookGroups_ShowBooks() { return true; } function WWHBookGroups_ExpandAllAtTop() { return false; }