\n"
var LINKSTYLE = ""
var START_HTML = "" + LINKSTYLE + ""
START_HTML += SCRIPT_HTML
START_HTML += ""
var START_CMD = ""
var END_CMD = "
"
var START_CALBODY = ""
var END_CALBODY = "
"
Years = "20012002";
ReportMonth["2001.m06"] = "2001/m06/m06.html";
ReportMonth["2001.m07"] = "2001/m07/m07.html";
ReportMonth["2001.m09"] = "2001/m09/m09.html";
ReportMonth["2001.m10"] = "2001/m10/m10.html";
ReportMonth["2001.m11"] = "2001/m11/m11.html";
ReportMonth["2001.m12"] = "2001/m12/m12.html";
ReportMonth["2002.m01"] = "2002/m01/m01.html";
ReportMonth["2002.m02"] = "2002/m02/m02.html";
ReportMonth["2002.m03"] = "2002/m03/m03.html";
ReportMonth["2002.m04"] = "2002/m04/m04.html";
ReportWeek["2001.w22"] = "2001/w22/w22.html";
ReportWeek["2001.w23"] = "2001/w23/w23.html";
ReportWeek["2001.w24"] = "2001/w24/w24.html";
ReportWeek["2001.w25"] = "2001/w25/w25.html";
ReportWeek["2001.w26"] = "2001/w26/w26.html";
ReportWeek["2001.w27"] = "2001/w27/w27.html";
ReportWeek["2001.w35"] = "2001/w35/w35.html";
ReportWeek["2001.w36"] = "2001/w36/w36.html";
ReportWeek["2001.w37"] = "2001/w37/w37.html";
ReportWeek["2001.w38"] = "2001/w38/w38.html";
ReportWeek["2001.w39"] = "2001/w39/w39.html";
ReportWeek["2001.w40"] = "2001/w40/w40.html";
ReportWeek["2001.w41"] = "2001/w41/w41.html";
ReportWeek["2001.w42"] = "2001/w42/w42.html";
ReportWeek["2001.w43"] = "2001/w43/w43.html";
ReportWeek["2001.w44"] = "2001/w44/w44.html";
ReportWeek["2001.w48"] = "2001/w48/w48.html";
ReportWeek["2001.w51"] = "2001/w51/w51.html";
ReportWeek["2001.w52"] = "2001/w52/w52.html";
ReportWeek["2002.w01"] = "2002/w01/w01.html";
ReportWeek["2002.w05"] = "2002/w05/w05.html";
ReportWeek["2002.w06"] = "2002/w06/w06.html";
ReportWeek["2002.w07"] = "2002/w07/w07.html";
ReportWeek["2002.w08"] = "2002/w08/w08.html";
ReportWeek["2002.w09"] = "2002/w09/w09.html";
ReportWeek["2002.w10"] = "2002/w10/w10.html";
ReportWeek["2002.w11"] = "2002/w11/w11.html";
ReportWeek["2002.w12"] = "2002/w12/w12.html";
ReportWeek["2002.w13"] = "2002/w13/w13.html";
ReportWeek["2002.w14"] = "2002/w14/w14.html";
ReportWeek["2002.w15"] = "2002/w15/w15.html";
var thelastyear, possmonth, thelastmonth
function LaunchOffice(rtype)
{
if(parent.currep == "demand")
{
bns = 0
if(theirbrowser.ns)
{
bns = 1
}
var odDateValue = parent.dem_date
var URL = "/get_od_msreport.pl?"
if (odDateValue.indexOf("d") >=0)
odDateValue = odDateValue.substring(0,odDateValue.length-4)
URL += "profilepath=" + escape("/var/webtrends/profiles/216.247.86.92.wlp")
URL += "&time=/" + escape(odDateValue)
var c = parent.dem_chapter
var x = c.substring(0,c.length-2)
URL += "&chapter=" + escape(x.toLowerCase())
URL += "&reporttype=" + escape(rtype)
URL += "&profile=" + escape("216.247.86.92.wlp")
URL += "&broi=" + escape("0")
URL += "&bcluster=" + escape("0")
URL += "&contentfile=" + escape("EnglishQuickStandard.wct")
URL += "&stylesheet=" + escape(stylesheet)
URL += "&helptype=static"
URL += "&bns=" + escape(bns)
URL += "&reportdesc=" + escape(parent.dem_desc)
parent.frames.main.location.href = URL
}
else
{
if(rtype =="word")
parent.ViewAsWord()
else
parent.ViewAsExcel()
}
}
function SetObj(replink,reportdesc,reptype,repvalue)
{
parent.reptype = reptype
parent.dem_desc = reportdesc
parent.repvalue = repvalue
parent.dem_date = replink
Start_OnDemand(true)
return
}
function Start_OnDemand(bDrawCalendar)
{
if (!parent.iscalendarloaded) return
var bns, bselectfirst
parent.currep = "demand"
if(theirbrowser.ns) {
bns = 1
} else {
bns = 0
}
if(parent.dem_chapter == "") {
bselectfirst = 1
} else {
bselectfirst = 0
}
if( lastrep != "demand" || bselectfirst )
{
parent.frames.toc.location.href = "/get_od_toc.pl?"
+ "contentfile=" + escape("EnglishQuickStandard.wct")
+ "&stylesheet=" + escape(stylesheet)
+ "&profile=" + escape("216.247.86.92.wlp")
+ "&bns=" + bns
+ "&broi=" + escape("0")
+ "&bcluster=" + escape("0")
+ "&bselectfirst=1"
}
if (bDrawCalendar)
{
if (parent.oldyear)
{
BuildReportCalendar(parent.oldyear, parent.oldmonth, parent.olddate, parent.reptype, parent.repvalue )
}
}
if ( ! bselectfirst)
{
var odDateValue = parent.dem_date
var URL = "/start_od_report.pl?load=1&"
if ( odDateValue.indexOf("d") >=0 ) {
odDateValue =odDateValue.substring(0,odDateValue.length-4)
}
URL += "profilepath=" + escape("/var/webtrends/profiles/216.247.86.92.wlp")
URL += "&time=/" + escape(odDateValue)
var c = parent.dem_chapter
var x = c.substring(0,c.length-2)
URL += "&chapter=" + escape(x.toLowerCase())
URL += "&reporttype=html"
URL += "&helptype=static"
URL += "&bns=" + bns
URL += "&reportdesc=" + escape(parent.dem_desc)
URL += "&contentfile=" + escape("EnglishQuickStandard.wct")
URL += "&profile=" + escape("216.247.86.92.wlp")
URL += "&stylesheet=" + escape(stylesheet)
URL += "&broi=" + escape("0")
URL += "&bcluster=" + escape("0")
WriteMsg(bns)
parent.frames.main.location.href = URL
}
lastrep = "demand"
}
function WriteMsg(isNav)
{
var sLoading = "\n"
+ "\n"
+ '\n'
+ "\n"
+ "\n"
+ "\n"
+ "\n"
+ "\n"
+ " \n"
+ " \n"
+ " \n"
+ " \n"
+ " \n"
+ " \n"
+ "
\n"
+ " \n"
+ " \n"
+ "
\n"
+ " \n"
+ "\n"
+ "\n"
with (parent.frames.main.document)
{
open()
writeln( sLoading )
close()
}
}
function show_status()
{
with(parent.frames.nav.document)
{
open()
writeln("")
writeln("")
writeln("")
writeln(" ")
writeln(" ")
if (statusvalue == "0")
{
//writeln("Profile is active. ")
}
else
{
//writeln("Profile is not initialized: " + statusdesc + " For more detailed information about this status, please see the profile's status file.")
}
writeln(" ")
writeln("")
writeln("
")
close()
}
}
var tocPage = "index_t.html"
var sumPage = "index_s.html"
var nsScroll = ""
if (theirbrowser.ns)
{
nsScroll = "scrolling=yes"
}
document.open()
document.write("")
document.write(" ")
document.write(" ")
document.write(" ")
document.write(" ")
document.write(" ")
document.write(" ")
document.write(" ")
document.write(" ")
document.write(" ")
document.write(" ")
document.write(" ")
document.write(" ")
document.close()
}
// -->
WebTrends
This report requires either Microsoft Internet Explorer version 4.0 or higher OR
Netscape version 4.04 or higher.
Note:
Please be sure that your browser has both Javascript and Java enabled.
In Netscape: "Preferences..." dialog
Advanced | Enable Javascript and Enable Java
In Internet Explorer: "Internet Options" dialog.
Security
Settings | Enable Active scripting and Scripting of Java applets