// Copyright (c) 2002-2005 Quadralay Corporation. All rights reserved.
//
function WebWorks_WriteArrow(ParamBaseURL,
ParamID,
bParamExpanded)
{
var VarIMGSrc;
if ((WWHFrame != null) &&
( ! WWHFrame.WWHHelp.mbAccessible) &&
((typeof(document.all) != "undefined") ||
(typeof(document.getElementById) != "undefined")))
{
document.write(" ");
if ((bParamExpanded) ||
((typeof(WWHFrame.WWHHighlightWords) != "undefined") &&
(WWHFrame.WWHHighlightWords != null) &&
(WWHFrame.WWHHighlightWords.mWordList != null)))
{
VarIMGSrc = ParamBaseURL + "images/expanded.gif";
}
else
{
VarIMGSrc = ParamBaseURL + "images/collapse.gif";
}
document.write("");
document.write("");
}
}
function WebWorks_WriteDIVOpen(ParamID,
bParamExpanded)
{
if ((WWHFrame != null) &&
( ! WWHFrame.WWHHelp.mbAccessible) &&
((typeof(document.all) != "undefined") ||
(typeof(document.getElementById) != "undefined")))
{
if ((bParamExpanded) ||
((typeof(WWHFrame.WWHHighlightWords) != "undefined") &&
(WWHFrame.WWHHighlightWords != null) &&
(WWHFrame.WWHHighlightWords.mWordList != null)))
{
document.write("