History

Show Presentation
 
 141
Home • .Templates • Toolbars • 141
 
<?xml version="1.0" encoding="<X-FC-ITEM DATA[Charset]>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--Toolbars/141 H=<X-FC-REQUEST-TIME HEADER> LS=<X-FC-REQUEST-TIME LOGIN.START> L=<X-FC-REQUEST-TIME LOGIN> OS=<X-FC-REQUEST-TIME OPEN.START> O=<X-FC-REQUEST-TIME OPEN> T=<X-FC-REQUEST-TIME>--><X-FC-WHITESPACE STRIP>
<!--#set var="TARGETWIN" value="FCMSGWIN_<X-FC-ITEM DATA[MessageID] SITEID.HEX>_<X-FC-ITEM DATA[MessageID] MSGID.HEX>"-->
<!--#set var="TARGET" value=" target=\"${TARGETWIN}\""-->
<!--#set var="NavPosition" value="<X-FC-URL-PARAMETER NavPosition NUMBER>"-->
<!--#set var="SUBFRAME" value="1"-->
<!--#set var="PRINT" value="<X-FC-URL-PARAMETER Print NUMBER>"-->
<!--#set var="HISTORY" value="<X-FC-URL-PARAMETER History NUMBER>"-->
<!--#set var="PRESENT" value="<X-FC-URL-PARAMETER Present NUMBER>"-->
<!--#set var="STYLEINCTOOLBAR" value="1"-->
<X-FC-WHITESPACE RETAIN>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<X-FC-ITEM DATA[Charset]>"/>
<title></title>
<!--#include virtual="/.Templates/GlobalStyles.inc"-->
<script type="text/javascript">
<!--
<X-FC-WHITESPACE STRIP>
var sw=parent.sw;
<!--#if expr="$NavPosition == 3 || $NavPosition == 4"-->
        <!--#if expr="$PRINT"-->
<!--#rem
dPO()   doPrintObject
-->
function dPO(){
sw.open("<X-FC-OBJURL>?Templates=Printable<!--#if expr="<X-FC-URL-PARAMETER ShowInternetHeader NUMBER>"-->&ShowInternetHeader=1<!--#endif-->","PRINTWIN");
}
        <!--#endif-->
        <!--#if expr="$PRESENT"-->
<!--#rem
dSS()   doSlideShow
-->
function dSS(){
sw.open("<X-FC-OBJURL>?Templates=Bodies&FormID=96&Page=0","FCPRESENTWIN","fullscreen=yes,directories=no,location=no,menubar=no,resizable=yes,titlebar=no,toolbar=no,status=no");
}
        <!--#endif-->
<!--#endif-->
<!--#if expr="<X-FC-USER AUTH>"-->
        <!--#if expr="<X-FC-URL-PARAMETER PreviewType NUMBER> == 0"-->
var ERR={code:0,text:""};
var LUT=<!--#echo expr="<X-FC-SERVER-TIME NUMBER> & 0x7FFFFFFF"-->;
var LOU=0,LOD=0;
var LMD=<!--#echo expr="<X-FC-SESSION LASTDELIVERY MAILBOX NUMBER> & 0x7FFFFFFF"-->,LCD=<!--#echo expr="<X-FC-SESSION LASTDELIVERY CALENDAR NUMBER> & 0x7FFFFFFF"-->;
var CAU=null;
var AUT=null;
var pau=0;
<!--#rem
isFE(ec)        isFatalError(errorCode)
-->
function isFE(ec){
switch(ec){
case 1010:
case 1027:
        return true;
}
return false;
}
<!--#rem
dAU()   doAsyncUpdate
-->
function dAU(){
AUT=null;
CAU=new ARO();
CAU.CB=AUCB;
CAU.S("<X-FC-OBJURL-UP SLASH>","Templates=Async&Touch=1&FormID=-1&LUT="+LUT+"&IML="+IMI.length+"&CRL="+CR.length,"text/plain");
}
<!--#rem
dCAU()  doCancelAsyncUpdates
Aborts any async updates currently in progress, and prevents new ones from being made until reset
-->
function dCAU(){
if(AUT!=null){
        try{
                self.clearTimeout(AUT);
        }catch(e){}
        AUT=null;
}
if(CAU!=null){
        CAU.A();
        CAU=null;
}
pau=1;
}
<!--#rem
dRAU            doResetAsyncUpdates
Aborts any async updates currently in progress and resets the request timer.  Also resumes async updates after they have been turned off with dCAU().
-->
function dRAU(){
dCAU();
pau=0;
AUT=self.setTimeout(dAU,2000);
}
<!--#rem
AUCB(RO)        AsyncUpdateCallback(RequestObject)
-->
function AUCB(RO){
var tx=RO.obj.responseText,txl="";
var ci=0,ni,iq=0;
var NUT=0;
var nou=0,nod=0,nmd=0,ncd=0,nimi=0;
CAU=null;
if(pau){
}else if(tx.substr(0,4)=="ERR:"){
        var ee=tx.indexOf("\r");
        var etx=tx.substr(4,tx.length);
        if(ee==-1){
                ee=tx.indexOf("\n");
        }
        if(ee!=-1){
                etx=tx.substr(4,ee-4);
        }
        eval("var NERR="+etx);
        if(NERR.code!=ERR.code){
                ERR=NERR;
                alert(ERR.text);
        }
}else{
        ERR={code:0,text:""};
        while(ci<tx.length){
                txl="";
                ni=ci;
                while(ni<tx.length&&(iq||tx.charAt(ni)!='\r')){
                        if(tx.charAt(ni)=='\\'){
                                if(++ni<tx.length){
                                        if(tx.charAt(ni)=='r'){
                                                txl+="\r\n";
                                                if(ni+2<tx.length&&tx.charAt(ni+1)=='\\'&&tx.charAt(ni+2)=='n'){
                                                        ni+=2;
                                                }
                                        }else if(tx.charAt(ni)=='n'){
                                                txl+="\r\n";
                                        }else if(tx.charAt(ni)=='t'){
                                                txl+='\t';
                                        }else{
                                                txl+=tx.charAt(ni);
                                        }
                                }else{
                                        txl+='\\';
                                }
                        }else if(tx.charAt(ni)=='`'){
                                iq=1-iq;
                        }else{
                                txl+=tx.charAt(ni);
                        }
                        ++ni;
                }
                iq=0;
                if(txl.length){
                        if(txl.substr(0,4)=="IMI:"||txl.substr(0,4)=="RMD:"){
                                var NNL=[];
                                var txci=4,txni;
                                while(txci<txl.length){
                                        txni=txl.indexOf(",",txci);
                                        if(txni==-1){
                                                txni=txl.length;
                                        }
                                        if(txni-txci){
                                                NNL[NNL.length]=parseInt(txl.substr(txci,txni-txci),10);
                                        }
                                        txci=txni+1;
                                }
                                if(txl.substr(0,4)=="IMI:"){
                                        var nnli=0,imli;
                                        while(nnli<NNL.length&&nimi==0){
                                                nimi=1;
                                                for(imli=0;nimi==1&&imli<IMI.length;imli++){
                                                        if(IMI[imli]==NNL[nnli]){
                                                                nimi=0;
                                                        }
                                                }
                                                ++nnli;
                                        }
                                        IMI=NNL;
                                        SHDB("IMIE",NNL.length?1:0);
                                }else{
                                        CR=NNL;
                                        SHDB("CRE",CR.length?1:0);
                                }
                        }else if(txl.substr(0,5)=="BCST:"){
                                alert(txl.substr(5,txl.length-5));
                        }else if(txl.substr(0,4)=="LOU:"){
                                var di1=txl.indexOf(','),di2;
                                if(di1!=-1){
                                        di2=txl.indexOf(',',di1+1);
                                        if(di2!=-1){
                                                if(parseInt(txl.substr(4,di1-4),10)>LOU){
                                                        nou=1;
                                                        LOU=parseInt(txl.substr(4,di1-4),10);
                                                }
                                                ++di1;
                                                if(parseInt(txl.substr(di1,di2-di1),10)>LOD){
                                                        LOD=parseInt(txl.substr(di1,di2-di1),10);
                                                        nod=parseInt(txl.substr(di2+1,txl.length),10);;
                                                }
                                        }
                                }
                        }else if(txl.substr(0,4)=="LMD:"){
                                if(parseInt(txl.substr(4,txl.length),10)>LMD){
                                        nmd=1;
                                        LMD=parseInt(txl.substr(4,txl.length),10);
                                }
                        }else if(txl.substr(0,4)=="LCD:"){
                                if(parseInt(txl.substr(4,txl.length),10)>LCD){
                                        ncd=1;
                                        LCD=parseInt(txl.substr(4,txl.length),10);
                                }
                        }else if(txl.substr(0,4)=="LUT:"){
                                NUT=parseInt(txl.substr(4,txl.length),10);
                        }
                }
                ci=ni+1;
                if(ci<tx.length&&tx.charAt(ci)=='\n'){
                        ++ci;
                }
        }
}
SHDB("DNSE",(IMI.length||CR.length?1:0));
                <!--#if expr="<X-FC-FIELD PREFS.1133 DEFAULT=LANG.127.1133.11 NUMBER> != -1"-->
var sid=0;
if(nimi){
        sid=132;
}else if(nod){
        sid=nod;
}else if(nmd){
        sid=129;
}else if(ncd){
        sid=138;
}
if(sid){
                        <!--#if expr="<X-FC-BROWSER NAME.MSIE>"-->
        var af=0;
        var SND=document.all["SND"];
        if(!SND){
                SND=document.createElement("BGSOUND");
                af=1;
        }
        if(SND){
                SND.loop=1;
                SND.src="/Sounds/"+sid+".wav";
                if(af){
                        SND.id="SND";
                        document.body.appendChild(SND);
                }
        }
                        <!--#else-->
        var oSND=document.getElementById("SND");
        var nSND=document.createElement("EMBED");
        if(nSND){
                nSND.id="SND";
                nSND.src="/Sounds/"+sid+".wav";
                nSND.autoplay=true;
                nSND.hidden=true;
                nSND.width=(oSND?oSND.width:16);
                nSND.height=(oSND?oSND.height:16);
                nSND.style.visibility="hidden";
                nSND.style.position="absolute";
                if(oSND){
                        oSND.parentNode.replaceChild(nSND,oSND);
                }else{
                        document.body.appendChild(nSND);
                }
        }
                        <!--#endif-->
}
                <!--#endif-->
if(NUT){
        LUT=NUT;
}
if(!pau&&!isFE(ERR.code)){
        AUT=self.setTimeout(dAU,(estr==null?2000:15000));
}
}
        <!--#endif PreviewType == 0-->
<!--#rem
gVK()   getValidationKey()
-->
function gVK(){
        <!--#if expr="<X-FC-SERVER VERSION ISBUILD> >= 9900 && '<X-FC-SERVER RequiresVKeys>' == '1'"-->
var v="&VKey=<X-FC-SESSION VKey>";
        <!--#else-->
var v="";
        <!--#endif-->
return v;
}
<!--#endif AUTH-->
<!--#rem
dKD     doKeyDown
-->
function dKD(<!--#if expr="<X-FC-BROWSER NAME.MSIE> == 0"-->event<!--#endif-->){
        /*return sw.dKD(event,self);*/
}
document.onkeydown=dKD;
<!--#rem
dKP     doKeyPress
-->
function dKP(<!--#if expr="<X-FC-BROWSER NAME.MSIE> == 0"-->event<!--#endif-->){
        /*return sw.dKP(event,self);*/
}
document.onkeypress=dKP;
<!--#rem
dKU     doKeyUp
-->
function dKU(<!--#if expr="<X-FC-BROWSER NAME.MSIE> == 0"-->event<!--#endif-->){
        /*return sw.dKU(event,self);*/
}
document.onkeyup=dKU;
function dL(){
<!--#if expr="<X-FC-USER AUTH> && <X-FC-URL-PARAMETER PreviewType NUMBER> == 0"-->
AUT=self.setTimeout(dAU,10000);
<!--#endif-->
}
function dUL(){
<!--#if expr="<X-FC-USER AUTH> && <X-FC-URL-PARAMETER PreviewType NUMBER> == 0"-->
dCAU();
<!--#endif-->
};
<X-FC-WHITESPACE RETAIN>
//-->
</script><!--#if expr="<X-FC-USER AUTH>"-->
<script type="text/javascript" src="/.Templates/JavaScript/AsyncFunctions.pjs"></script><!--#endif-->
</head>
<body onload="dL();" onunload="dUL();" style="background-color:<X-FC-FIELD PREFS.5602 DEFAULT=LANG.49.5602.11 RGB>;<!--#if expr="$NavPosition != 2"-->background:url('/__Gradient/VG_<X-FC-FIELD PREFS.5602 DEFAULT=LANG.49.5602.11 RGB,X>_25_64') repeat;<!--#endif-->">
<X-FC-WHITESPACE STRIP>
<!--#if expr="$NavPosition == 0 || $NavPosition == 1"-->
        <!--#if expr="<X-FC-URL-PARAMETER SysForm NUMBER>"-->
                <!--#include virtual="/.Templates/Toolbars/NavSysForm.inc" -->
        <!--#else-->
                <!--#include virtual="/.Templates/Toolbars/NavForm.inc" -->
        <!--#endif-->
<!--#elif expr="$NavPosition == 2"-->
        <!--#if expr="<X-FC-URL-PARAMETER SysForm NUMBER>"-->
                <!--#include virtual="/.Templates/Toolbars/NavSysFormSide.inc" -->
        <!--#else-->
                <!--#include virtual="/.Templates/Toolbars/NavFormSide.inc"-->
        <!--#endif-->
<!--#elif expr="$NavPosition == 3 || $NavPosition == 4"-->
        <!--#if expr="<X-FC-URL-PARAMETER SysForm NUMBER>"-->
                <!--#include virtual="/.Templates/Toolbars/NavSysFormText.inc" -->
        <!--#else-->
                <!--#include virtual="/.Templates/Toolbars/NavFormText.inc" -->
        <!--#endif-->
<!--#endif-->
<X-FC-WHITESPACE RETAIN>
</body>
</html>