";
menuWin.document.open();
menuWin.document.writeln("
");
menuWin.document.writeln("eServices Menu");
menuWin.document.writeln(jsSrc);
menuWin.document.writeln("");
menuWin.document.writeln("");
menuWin.document.writeln("");
var menuSrc = top.menuframe.getMenuSrc();
menuWin.document.writeln(menuSrc);
menuWin.document.writeln("close");
menuWin.document.close();
menuWin.window.focus();
// menuWin.opener
return;
}
function closeMenuWin()
{
if (menuWinFirstTime != 1)
{
menuWin.close();
}
return;
}
function closeDocMenuWin()
{
if (docMenuPopUpFirstTime != 1)
{
docMenuPopUpWin.close();
}
return;
}
function closeOptionsWin()
{
if (optionsWinFirstTime != 1)
{
optionsWin.close();
}
return;
}
function openPageHelpWin()
{
titleFileName = "cci/p20ehelp/html/helptitlebar.html";
srcFileName = "cci/p20ehelp/html/" + document.main.helpFileName.value;
openWin();
return;
}
function openHelpWin()
{
titleFileName = "cci/p20ehelp/html/helptitlebar.html";
srcFileName = "cci/p20ehelp/html/generalhelp/help.html";
openWin();
return;
}
function openContactWin(loggedIn)
{
titleFileName = "cci/p20ehelp/html/contacttitlebar.html";
srcFileName = "cci/p20ehelp/html/contact.html";
openWin();
return;
/* if(loggedIn == "N")
{
titleFileName = "cci/p20ehelp/html/contacttitlebar.html";
srcFileName = "cci/p20ehelp/html/contact.html";
openWin();
return;
}
else
{
titleFileName = "cci/p20ehelp/html/contacttitlebar.html";
srcFileName = "cci/servlet/com.cg.p20ehelp.contactlist.Srvlt";
openWin();
return;
} */
}
function openTermsWin()
{
titleFileName = "cci/p20ehelp/html/helptitlebar.html";
srcFileName = "cci/p20esec1/jsp/termsandconditionstext.jsp";
openWin();
return;
}
function openGoodPracticeWin()
{
titleFileName = "cci/p20ehelp/html/externalusergptitlebar.html";
srcFileName = "cci/p20esec1/jsp/externalusergptext.jsp";
openWin();
return;
}
function openWin()
{
if ((helpfirsttime == 1) || (helpwin.closed))
{
helpwin=window.open ("/cci/p20ehelp/html/blank.html"
,"helpwin"
,'toolbar=yes,directories=no,menubar=yes,resizable=yes,scrollbars=yes,status=no,location=no,width=500,height=400'
);
helpfirsttime = 0;
writeDocument();
helpwin.document.close();
}
else
{
updateHelpPage();
}
return;
}
function writeDocument()
{
helpwin.document.writeln( ""
+ " Information Screens "
+ ""
+ ""
);
return;
}
function updateHelpPage()
{
helpwin.titleframe.location.href = '/' + titleFileName;
helpwin.infoframe.location.href = '/' + srcFileName;
helpwin.window.focus();
return;
}
function closeAllWins()
{
if ((helpfirsttime == 1) || (helpwin.closed))
{
}
else
{
helpwin.navframe.setParentClosing();
}
if ((menuWinFirstTime == 1) || (menuWin.closed))
{
}
else
{
menuWin.setParentClosing();
}
if (helpfirsttime != 1)
{
helpwin.close();
}
if (specWinFirstTime != 1)
{
specWin.close();
}
if (menuWinFirstTime != 1)
{
menuWin.close();
}
if (docMenuPopUpFirstTime != 1)
{
docMenuPopUpWin.close();
}
if (docWinFirstTime != 1)
{
docWin.close();
}
if (optionsWinFirstTime != 1)
{
optionsWin.close();
}
return;
}
function notAvailable()
{
alert("This option is not currently available");
return;
}
function showAppDesc(inURL,inAppDesc)
{
top.navapplnameframe.document.open();
top.navapplnameframe.document.writeln("");
top.navapplnameframe.document.writeln("Application Description");
top.navapplnameframe.document.writeln("");
top.navapplnameframe.document.writeln("");
if(browser.op)
{
top.navapplnameframe.document.writeln("");
}
else
{
top.navapplnameframe.document.writeln("");
}
top.navapplnameframe.document.writeln(inAppDesc);
top.navapplnameframe.document.writeln("");
top.navapplnameframe.document.close();
if(browser.op)
{
top.dataframe.location.href = inURL;
}
return;
}
Terms and Conditions
Good Security Practice
Help