/***********************************************************************
*                                                                      *
*               Confidentiality Information:                           *
*                                                                      *
* This module is the confidential and proprietary information of       *
* PeopleSoft, Inc.; it is not to be copied, reproduced, or transmitted *
* in any form, by any means, in whole or in part, nor is it to be used *
* for any purpose other than that for which it is expressly provided   *
* without the written permission of PeopleSoft.                        *
*                                                                      *
* Copyright (c) 1988-2002 PeopleSoft, Inc.  All Rights Reserved.       *
*                                                                      *
************************************************************************/

/* Version 8.4 */


if (gbNS6) {
	document.writeln("<META HTTP-EQUIV=\"Expires\" CONTENT=\"Fri, Jun 12 1981 08:20:00 GMT\">");
	document.writeln("<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">");
	document.writeln("<META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">");
}
document.writeln("<SCRIPT LANGUAGE=\"JavaScript\" SRC=\"../../js/labels" + strUtf + ".js\">");
document.write("</SCRIP");
document.writeln("T>");

document.writeln("<TITLE>" + strTitle + "</TITLE>");

var defaultFile="../" + chapterlist[0];
if ( defaultFile.indexOf("||") != -1 ) {
	defaultFile = defaultFile.substring(0, defaultFile.indexOf("||"));
}
top.name = "HelpWindow";

document.writeln("</HEAD>");

top.focus();

self.onresize=reloadFrames;

var tocFlag="";
var strThisFilePath = "";
if ( window.location.search != "" ) {
strThisFilePath = window.location.href.substring(window.location.href.indexOf("File=") + 5,  window.location.href.length);
}

if ( getCookie("_psbooksShowNav")=="false") {
  if ( strThisFilePath!="" ) strThisFilePath = "?File=" + strThisFilePath;
  self.location.replace("chapter.htm" + strThisFilePath);
} else {

if (bChapter || bBook) var strPath = "../";
  else var strPath = "";

document.writeln('<FRAMESET ROWS="' + strNavHeight + ',*" FRAMEBORDER="YES"' + strFS + ' MARGINHEIGHT="0" MARGINWIDTH="0"' + strBorderWidth + '>');
document.writeln('<FRAME NAME="nav_frame" SRC="' + strGblRelPath + 'htm/blank.htm" scrolling="no" MARGINHEIGHT="0" MARGINWIDTH="0">');
document.writeln('<FRAMESET COLS="260,*" FRAMEBORDER="YES" MARGINHEIGHT="0" MARGINWIDTH="0"' + strBorderWidth + '>');
document.writeln('<FRAME SRC="' + strGblRelPath + 'htm/navfrm.htm" NAME="tab_frame" scrolling="auto">');
if (strThisFilePath != "") {
	document.writeln('<FRAME NAME="doc_frame" SRC="../' + unescape(strThisFilePath) + '" scrolling="auto" MARGINWIDTH="15" FRAMEBORDER="YES">');
} else {
	document.writeln('<FRAME NAME="doc_frame" SRC="' + defaultFile + '" scrolling="auto" MARGINWIDTH="15" FRAMEBORDER="YES">');
}
document.writeln("</FRAMESET>");
document.writeln("</FRAMESET>");

}
