home *** CD-ROM | disk | FTP | other *** search
/ ftp.rsa.com / 2014.05.ftp.rsa.com.tar / ftp.rsa.com / pub / agents / RSASecurIDTokenAuto411.msi / Data1.cab / _E3350210CA108FB64328398ECF18860E < prev    next >
Text File  |  2011-12-07  |  127KB  |  4,334 lines

  1. // eHelp« Corporation Dynamic HTML JavaScript 
  2. // Copyright⌐ 1998-2003 eHelp« Corporation.All rights reserved.
  3. // Version=5.0
  4.  
  5. // Warning:Do not modify this file.It is generated by RoboHELP« and changes will be overwritten.
  6.  
  7. //// Segment Begin -- (JavaScript 1.0)
  8.  
  9. /// Section Begin - General and relative topics(JavaScript 1.0)
  10.  
  11. //{{HH_SYMBOL_SECTION
  12. var HH_ChmFilename = "";
  13. var HH_WindowName = "";
  14. var HH_GlossaryFont = "";
  15. var HH_Glossary = "";
  16. var HH_Avenue = "";
  17. var HH_ActiveX = false;
  18. //}}HH_SYMBOL_SECTION
  19.  
  20. //Begin to support previous generic parameters
  21. //Get the information about the browser.
  22. var gstrBsAgent     = navigator.userAgent.toLowerCase();
  23. var gnBsVer               = parseInt(navigator.appVersion);
  24.  
  25. var gbBsOpera        = (gstrBsAgent.indexOf('opera') != -1);
  26. var gbBsKonqueror    = (gstrBsAgent.indexOf('konqueror') != -1);
  27. var gbBsSafari        = (gstrBsAgent.indexOf('safari') != -1);
  28. var gbBsIE          = (gstrBsAgent.indexOf('msie') != -1) && !gbBsOpera && !gbBsKonqueror && !gbBsSafari;
  29. var gbBsNS          = (gstrBsAgent.indexOf('mozilla') != -1) && ((gstrBsAgent.indexOf('spoofer') == -1) && (gstrBsAgent.indexOf('compatible') == -1)) && !gbBsOpera && !gbBsKonqueror && !gbBsSafari;
  30.  
  31. var gbBsMac            = (gstrBsAgent.indexOf('mac') != -1);
  32. var gbBsWindows        = ((gstrBsAgent.indexOf('win') != -1) || (gstrBsAgent.indexOf('16bit') != -1));
  33. var gbBsSunOS        = (gstrBsAgent.indexOf("sunos") != -1);
  34.  
  35. var gbBsIE3Before     = ((gbBsIE) && (gnBsVer <= 2));
  36. var gbBsNS3Before     = ((gbBsNS) && (gnBsVer <= 3));
  37.  
  38. var gbBsNS2            = ((gbBsNS) && (gnBsVer <= 2));
  39. var gbBsNS3            = ((gbBsNS) && (gnBsVer == 3));
  40. var gbBsIE300301    = ((gbBsIE) && (gnBsVer == 2) && ((gstrBsAgent.indexOf("3.00") != -1)||(gstrBsAgent.indexOf("3.0a") != -1)||(gstrBsAgent.indexOf("3.0b")!=-1)||(gstrBsAgent.indexOf("3.01")!=-1)));
  41. var gbBsIE302        = ((gbBsIE) && (gnBsVer == 2) && (gstrBsAgent.indexOf("3.02") != -1));
  42.  
  43. var gbBsNS4            = ((gbBsNS) && (gnBsVer >= 4));
  44. var gbBsNS6            = ((gbBsNS) && (gnBsVer >= 5));
  45. var    gbBsNS7            = false;
  46.  
  47. var gbBsIE4            = ((gbBsIE) && (gnBsVer >= 4));
  48. var gbBsIE5            = false;
  49. var gbBsIE55        = false;
  50.  
  51. var gbBsOpera6        = false;
  52. var gbBsOpera7        = false;
  53.  
  54. var gbBsKonqueror3    = false;
  55.  
  56.  
  57.  
  58. gbBsIE = (navigator.appName.indexOf("Microsoft") != -1) && !gbBsOpera && !gbBsKonqueror && !gbBsSafari;;
  59. if (gbBsIE)
  60. {
  61.     if (parseInt(navigator.appVersion) >= 4) {
  62.         gbBsIE4 = true;
  63.         if (gbBsIE4) {
  64.             var nPos = gstrBsAgent.indexOf("msie");
  65.             var strIEversion = gstrBsAgent.substring(nPos + 5);
  66.             var nVersion =  parseFloat(strIEversion);
  67.             if (nVersion >= 5)
  68.                 gbBsIE5 = true;
  69.             if (nVersion >= 5.5)
  70.                 gbBsIE55 = true;
  71.         }
  72.     }
  73. }
  74. if (gbBsNS6)
  75. {
  76.     var nPos=gstrBsAgent.indexOf("gecko");
  77.     if(nPos!=-1)
  78.     {
  79.         var nPos2=gstrBsAgent.indexOf("/", nPos);
  80.         if(nPos2!=-1)
  81.         {
  82.             var nVersion=parseFloat(gstrBsAgent.substring(nPos2+1));
  83.             if (nVersion>=20020823)
  84.                 gbBsNS7=true;
  85.         }
  86.     }    
  87. }
  88. if (gbBsOpera)
  89. {
  90.     var nPos = gstrBsAgent.indexOf("opera");
  91.     if(nPos!=-1)
  92.     {
  93.         var nVersion = parseFloat(gstrBsAgent.substring(nPos+6));
  94.         if (nVersion >= 6)
  95.         {
  96.             gbBsOpera6=true;
  97.             if (nVersion >=7)
  98.                 gbBsOpera7=true;    
  99.         }
  100.     }
  101. }
  102. if (gbBsKonqueror)
  103. {
  104.     var nPos = gstrBsAgent.indexOf("konqueror");
  105.     if(nPos!=-1)
  106.     {
  107.         var nVersion = parseFloat(gstrBsAgent.substring(nPos+10));
  108.         if (nVersion >= 3)
  109.         {
  110.             gbBsKonqueror3=true;
  111.         }
  112.     }
  113. }
  114.  
  115. function insertAdjacentHTML(obj, where, htmlStr)
  116. {
  117.     if (gbBsIE || gbBsOpera7)
  118.     {
  119.         obj.insertAdjacentHTML(where, htmlStr);
  120.     }
  121.     else if (gbBsNS6 || gbBsSafari)
  122.     {
  123.         var r = obj.ownerDocument.createRange();
  124.         r.setStartBefore(obj);
  125.         var    parsedHTML = r.createContextualFragment(htmlStr);
  126.         
  127.         switch (where){
  128.         case 'beforeBegin':
  129.             obj.parentNode.insertBefore(parsedHTML,obj);
  130.             break;
  131.         case 'afterBegin':
  132.             obj.insertBefore(parsedHTML,obj.firstChild);
  133.             break;
  134.         case 'beforeEnd':
  135.             obj.appendChild(parsedHTML);
  136.             break;
  137.         case 'afterEnd':
  138.             if (obj.nextSibling){
  139.             obj.parentNode.insertBefore(parsedHTML,obj.nextSibling);
  140.             } else {
  141.             obj.parentNode.appendChild(parsedHTML);
  142.             }
  143.             break;
  144.         }
  145.     }
  146. }
  147.  
  148. // Utilities functions.
  149. function BsscHasExtJs()
  150. {
  151.     if( gbBsIE3Before || gbBsNS3Before)
  152.         return false;
  153.     return true;
  154. }
  155.  
  156. // Register event handler
  157. var gBsOnLoads             = new Array();    // An array holds all the onload event handler.
  158. var gBsOnClicks         = new Array();    // An array holds all the onClick event handler.
  159. var gBsOnUnLoads         = new Array();    // An array holds all the OnUnLoad event handler.
  160. var gBsOnMouseOvers     = new Array();    // An array holds all the OnMouseOver event handler.
  161. var gBsOnMouseOuts         = new Array();    // An array holds all the OnMouseOut event handler.
  162.  
  163. var gbOrignalOnMouseDown = null;
  164.  
  165. function BsscRegisterOnLoad(funcHandler)
  166. {
  167.     var nLength = gBsOnLoads.length;
  168.     gBsOnLoads[nLength] = funcHandler;
  169. }
  170.  
  171. function BsscRegisterOnClick(funcHandler)
  172. {
  173.     var nLength = gBsOnClicks.length;
  174.     gBsOnClicks[nLength] = funcHandler;
  175. }
  176.  
  177. function BsscRegisterOnUnLoad(funcHandler)
  178. {
  179.     var nLength = gBsOnUnLoads.length;
  180.     gBsOnUnLoads[nLength] = funcHandler;
  181. }
  182.  
  183. function BsscRegisterOnMouseOver(funcHandler)
  184. {
  185.     var nLength = gBsOnMouseOvers.length;
  186.     gBsOnMouseOvers[nLength] = funcHandler;
  187. }
  188.  
  189. function BsscRegisterOnMouseOut(funcHandler)
  190. {
  191.     var nLength = gBsOnMouseOuts.length;
  192.     gBsOnMouseOuts[nLength] = funcHandler;
  193. }
  194.  
  195. function BsGeneralOnLoad()
  196. {
  197.     if (!gbBsIE4 && !gbBsNS4)
  198.         return;
  199.  
  200.     // Make everything visible in navigator
  201.     if (gbBsNS4 && !gbBsNS6) {
  202.         // Make some special effects items visible
  203.         for (var iLayer = 0; iLayer < document.layers.length; iLayer++) {
  204.             document.layers[iLayer].visibility = "show";
  205.             document.layers[iLayer].left = 0;
  206.         }
  207.     }
  208. }
  209.  
  210. // If resize the netscape browser, need to reload it.
  211. function BsReDo()
  212. {
  213.   if (innerWidth != origWidth || innerHeight != origHeight)
  214.      location.reload();
  215. }
  216. // End of the local functions.
  217.  
  218. // The following functions are used by the html files.
  219. function BSSCOnLoad()
  220. {
  221.     if( !BsscHasExtJs() )
  222.         return;
  223.     for (var nElement = gBsOnLoads.length - 1; nElement >= 0; nElement--)
  224.         gBsOnLoads[nElement]();
  225. }
  226.  
  227. function BSSCOnClick()
  228. {
  229.     if (!BsscHasExtJs()) return;
  230.         
  231.     for (var nElement = gBsOnClicks.length - 1; nElement >= 0; nElement--)
  232.         gBsOnClicks[nElement]();
  233. }
  234.  
  235. function BSSCOnUnload()
  236. {
  237.     if (!BsscHasExtJs()) return;
  238.     for (var nElement = gBsOnUnLoads.length - 1; nElement >= 0; nElement--)
  239.         gBsOnUnLoads[nElement]();
  240. }
  241.  
  242. function BSSCOnMouseOver()
  243. {
  244.     if (!BsscHasExtJs()) return;
  245.     for (var nElement = gBsOnMouseOvers.length - 1; nElement >= 0; nElement--)
  246.         gBsOnMouseOvers[nElement]();
  247. }
  248.  
  249. function BSSCOnMouseOut()
  250. {
  251.     if (!BsscHasExtJs()) return;
  252.     for (var nElement = gBsOnMouseOuts.length - 1; nElement >= 0; nElement--)
  253.     {
  254.         gBsOnMouseOuts[nElement]();
  255.     }
  256. }
  257. // End of invocation of the event handle functions.
  258.  
  259. // Add the GereralOnLoad to the onload array.
  260. if (typeof(BsscRegisterOnLoad) != "undefined")
  261. {
  262.     BsscRegisterOnLoad(BsGeneralOnLoad);
  263. }
  264. if (gbBsNS4&&!gbBsNS6) {
  265.     origWidth = innerWidth;
  266.     origHeight = innerHeight;
  267.     onresize = BsReDo;
  268. }
  269. //End to support previous generic parameters
  270.  
  271. //Begin to support previous HHActiveX invoking
  272. function BsHHActivateComponents()
  273. {
  274.     if( HH_ActiveX && (HH_ChmFilename != "") && ((self == top) || (self == top.frames[0])))
  275.     {
  276.         var objBody = getElementsByTag(document,"BODY")[0];
  277.         if( typeof(objBody) == "object" )
  278.         {
  279.             insertAdjacentHTML(objBody, "beforeEnd", '<OBJECT ID="HHComponentActivator" CLASSID="CLSID:399CB6C4-7312-11D2-B4D9-00105A0422DF" width=0 height=0></OBJECT>');
  280.             if (HHComponentActivator.object)
  281.                 HHComponentActivator.Activate(HH_ChmFilename, HH_WindowName, HH_GlossaryFont, HH_Glossary, HH_Avenue);
  282.         }
  283.     }
  284. }
  285.  
  286. function BsHHActivXOnLoad()
  287. {    
  288.     if( gbBsIE4 )
  289.         BsHHActivateComponents(); 
  290. }
  291.  
  292. if( typeof(BsscRegisterOnLoad) != "undefined" )
  293. {
  294.     BsscRegisterOnLoad(BsHHActivXOnLoad);
  295. }
  296. //End to support previous HHActiveX invoking
  297.  
  298. //Begin to support previous relative topics
  299. //If webHelp needs Related Topics DHTMLcode, it's supposed to add it here
  300. var gbPopupMenuTimeoutExpired = false;
  301. var gbInPopupMenu = false;
  302. var gbPopupMenuTopicList = null;
  303. var gOlddocumentClick = null;
  304.  
  305. //////////////////////////////////////////////////////////////////////////////////////////
  306. //
  307. // Popup Menu code
  308. //
  309. //////////////////////////////////////////////////////////////////////////////////////////
  310.  
  311. var g_bIsPopupMenuInit = false;
  312. function _WritePopupMenuLayer()
  313. {
  314.     if (!g_bIsPopupMenuInit)
  315.         {
  316.       if (gbBsNS4&&!gbBsNS6) {
  317. //Do not try to write ininle styles for NS!  NS can not handle it and will not stop downloading the html page...
  318.            document.write("<DIV CLASS='WebHelpPopupMenu' ID='PopupMenu'></DIV>");
  319.       } else{
  320.       document.write("<DIV ID='PopupMenu' STYLE='position:absolute; left:0px; top:0px; z-index:4; visibility:hidden;'></DIV>");
  321.       if (!(gbBsNS4&&!gbBsNS6)) {
  322.         document.write("<STYLE TYPE='text/css'>");
  323.         if (gbBsMac&&gbBsIE4) {
  324.             document.write(".PopupOver {font-family:'Arial'; color:white; background:navy; font-size:10pt; font-style:normal;font-weight:normal;text-decoration:none;}");
  325.             document.write(".PopupNotOver {font-family:'Arial'; color:black; background:#c0c0c0; font-size:10pt; font-style:normal;font-weight:normal;text-decoration:none;}");
  326.         } else {
  327.             document.write(".PopupOver {font-family:'Arial'; color:white; background:navy; font-size:8pt; font-style:normal;font-weight:normal;text-decoration:none;}");
  328.             document.write(".PopupNotOver {font-family:'Arial'; color:black; background:#c0c0c0; font-size:8pt; font-style:normal;font-weight:normal;text-decoration:none;}");
  329.         }
  330.         document.write("</STYLE>");
  331.        }
  332.           }
  333.       g_bIsPopupMenuInit = true;
  334.     }
  335. }
  336.  
  337. //Seek for the bsscright frame 
  338. function _SeekFrameByName( cRoot, strName )
  339. {
  340.     if( cRoot == null )    return null;
  341.     if( cRoot.frames == null )    return null;
  342.     if( cRoot.frames[strName] != null )    return cRoot.frames[strName];
  343.     for (var i=0; i<cRoot.frames.length; i++)
  344.     {
  345.         var cObj = null;
  346.         if (!gbBsNS6) 
  347.             cObj = _SeekFrameByName( cRoot.frames(i).document, strName );
  348.         else
  349.             cObj = _SeekFrameByName( cRoot.frames[i], strName );
  350.         if( cObj != null )        return cObj;
  351.     };
  352.     return null;
  353. }
  354. function _GetFrameByName( cRoot, strName )
  355. {
  356.     if( cRoot == null )    return null;
  357.     var cRet = _SeekFrameByName(cRoot, strName);
  358.     if( cRet != null )    return cRet;
  359.     if (cRoot.parent != cRoot)
  360.         return _GetFrameByName( cRoot.parent, strName );
  361.     else
  362.         return null;
  363. }
  364.  
  365. var gfn_arguments = null;
  366. function _PopupMenu_Invoke(fn_arguments)
  367. {
  368.     gfn_arguments = fn_arguments;
  369.     if (gbBsOpera6&&gbBsMac)
  370.     {
  371.         var wndOldPopupLinks= window.open(document.location.href, "popuplinks");
  372.         wndOldPopupLinks.close();
  373.         setTimeout("_PopupMenu_Invoke_2();",100);
  374.     }
  375.     else
  376.     {
  377.         _PopupMenu_Invoke_2();
  378.     }
  379. }
  380.  
  381. function _PopupMenu_Invoke_2()
  382. {
  383.     var fn_arguments = gfn_arguments;
  384.     gfn_arguments = null;
  385.     
  386.     // Make sure we have reasonable arguments
  387.     var argLen = fn_arguments.length;
  388.     if (argLen < 3) {
  389.         return false;
  390.     }
  391.  
  392.     // Check to see if we only have one target
  393.     var strTarget = "";
  394.     var targetDoc = null;
  395.     if (fn_arguments[1] == '') {
  396.         if (BSSCPopup_IsPopup()) {
  397.             targetDoc = parent;
  398.             strTarget = "TARGET= _parent";
  399.         }
  400.         else
  401.             targetDoc = window.document;
  402.     } else {
  403.         targetDoc = _GetFrameByName( parent, fn_arguments[1] );
  404.  
  405.         strTarget = "TARGET='" + fn_arguments[1] + "'";
  406.     }
  407.  
  408.     if ((!gbBsIE4 && !gbBsNS4 && !gbBsOpera7 && !gbBsKonqueror3 &&!gbBsSafari) || ((gbBsMac) && (gbBsIE4) && (window.event.srcElement.tagName == "AREA"))) {
  409.     
  410.         var argLen     = fn_arguments.length;
  411.  
  412.         // Create the window that the hyperlinks will go into
  413.         var nHeight = argLen * 15;
  414.         var nWidth = 400;
  415.         var strParam = "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=auto";
  416.         strParam += ",height=" + nHeight + ",width=200";
  417.         strParam += ",resizable";
  418.  
  419.         var wndTemp=null;
  420.         // Create a temporary window first to ensure the real popup comes up on top
  421.         if (!gbBsOpera)
  422.             wndTemp = window.open("", "temp", strParam);
  423.  
  424.         // Create the real popup window
  425.         var wndPopupLinks=null;
  426.         if (gbBsOpera&&gbBsMac)
  427.         {
  428.             wndTemp = window.open(document.location.href, "temp", strParam);
  429.             wndPopupLinks= window.open(document.location.href, "popuplinks", strParam);
  430.         }
  431.         else
  432.             wndPopupLinks= window.open("", "popuplinks", strParam);
  433.         wndPopupLinks.document.open("text/html");
  434.  
  435.         // Close the temporary
  436.         if (wndTemp)
  437.             wndTemp.close();
  438.  
  439.         var sHTML="<html><head></head>";
  440.         sHTML+="<body onBlur=\'self.focus();\'>";
  441.         var strParaLine = "";
  442.         for (var i = 0; i < (argLen - 2) / 2; i++) {
  443.             strParaLine = "";
  444.             strParaLine += "<a href=\"javascript:";
  445.             if (gbBsIE) {
  446.                 strParaLine += "onBlur=null; ";
  447.             }
  448.             strParaLine += "opener.location=\'";
  449.             strParaLine += fn_arguments[2 * i + 3];
  450.             strParaLine += "\';close();\"";
  451.             strParaLine += strTarget;
  452.  
  453.             strParaLine += ">";
  454.             strParaLine += fn_arguments[2 * i + 2];
  455.             strParaLine += "</a>";
  456.             strParaLine += "<br>";
  457.             sHTML+=strParaLine;
  458.         }
  459.         sHTML+="</body></html>";
  460.         wndPopupLinks.document.write(sHTML);
  461.         wndPopupLinks.document.close();
  462.         window.gbInPopupMenu = true;
  463.         if (!gbBsIE) {
  464.             wndPopupLinks.focus();
  465.         }
  466.         return false;
  467.     }
  468.  
  469.     if (((argLen < 5) && ((isNaN(fn_arguments[2])) || (gbPopupMenuTopicList == null))) ||
  470.         ((argLen < 4) && ((!isNaN(fn_arguments[2])) && (gbPopupMenuTopicList != null)))) {
  471.         // Get the place that we will be putting the topic into
  472.         var strURL = "";
  473.         if (isNaN(fn_arguments[2]) ||  (gbPopupMenuTopicList == null)) {
  474.             strURL = fn_arguments[3];
  475.         }
  476.         else     {
  477.             strURL = gbPopupMenuTopicList[fn_arguments[2]].strURL;
  478.         }
  479.  
  480.         if (targetDoc != null) {
  481.             targetDoc.location.href = strURL;
  482.         }
  483.         else {
  484.             if (fn_arguments[1] != null && typeof(fn_arguments[1]) != "undefined")
  485.                 window.open(strURL, fn_arguments[1]);
  486.             else
  487.                 window.open(strURL);
  488.         }        
  489.         window.gbInPopupMenu = true;
  490.         return false;
  491.     }
  492.     
  493.     var strMenu = "";
  494.     if (gbBsNS4&&!gbBsNS6) {
  495.         strMenu = '<TABLE BORDER="1" CELLSPACING=0 CELLPADDING=3 BGCOLOR="#c0c0c0">';
  496.     } else {
  497.         strMenu = '<TABLE STYLE="border:2px outset white;" CELLSPACING=0';
  498.         if (gbBsMac) {
  499.             strMenu += ' CELLPADDING=4';
  500.         } else {
  501.             strMenu += ' CELLPADDING=2';
  502.         }    
  503.         strMenu += ' BGCOLOR=#c0c0c0>';
  504.     }
  505.     // Add each of the items
  506.     var i = 2;
  507.     while (i <= argLen - 1) {
  508.         strMenu += '<TR><TD><NOBR>'
  509.         // If the destination is a number then look it up in the topic list
  510.         if (isNaN(fn_arguments[i]) ||  (gbPopupMenuTopicList == null)) {
  511.             strMenu += '<DIV STYLE="padding-left:3pt; padding-right:3pt;"><A HREF="' + fn_arguments[i + 1] + '"' + strTarget;
  512.         } else {
  513.             strMenu += '<DIV STYLE="padding-left:3pt; padding-right:3pt;"><A HREF="' + gbPopupMenuTopicList[fn_arguments[i]].strURL + '"' + strTarget;
  514.         }
  515.         strMenu += ' onclick="PopupMenu_HandleClick(event);"';
  516.         strMenu += ' onmouseover="PopupMenu_Over(event);"';
  517.         strMenu += ' onmouseout="PopupMenu_Out(event);"';
  518.         strMenu += '>';
  519.         if (isNaN(fn_arguments[i]) || (gbPopupMenuTopicList == null)) {
  520.             strMenu += '<SPAN CLASS="PopupNotOver">' + fn_arguments[i] + '</SPAN>';
  521.         } else {
  522.             strMenu += '<SPAN CLASS="PopupNotOver">' + gbPopupMenuTopicList[fn_arguments[i]].strTitle + '</SPAN>';
  523.         }
  524.         strMenu += '</A></DIV></NOBR></TD></TR>';
  525.  
  526.         if (isNaN(fn_arguments[i]) || (gbPopupMenuTopicList == null)) {
  527.             i += 2;
  528.         } else {
  529.             i += 1;
  530.         }
  531.     }
  532.     strMenu += "</TABLE>";
  533.  
  534.     if (gbBsMac) {
  535.     // totally hack. because ie5 in mac need something. </TABLE> is one of them. mac is mad.
  536.         strMenu +="<TABLE></TABLE>";
  537.     }
  538.  
  539.     var layerPopup = null;
  540.     var stylePopup = null;
  541.     var nEventX = 0;
  542.     var nEventY = 0;
  543.     var nWindowWidth = 0;
  544.     if (gbBsIE4 || gbBsOpera7) {
  545.  
  546.         layerPopup = getElement("PopupMenu");
  547.         layerPopup.innerHTML = strMenu;
  548.         stylePopup = layerPopup.style;
  549.  
  550.         _BSPSGetClientSize();
  551.  
  552.         // Get the position of the item causing the event (relative to its parent)
  553.         nEventX = window.event.clientX;
  554.         nEventY = window.event.clientY;
  555.  
  556.         if (nEventY + layerPopup.scrollHeight + 10 < gBsClientHeight) {
  557.             nEventY += document.body.scrollTop + 10;
  558.         } else {
  559.             nEventY = (document.body.scrollTop + gBsClientHeight) - layerPopup.scrollHeight - 20;
  560.         }
  561.         stylePopup.top = nEventY;
  562.         
  563.         var nPopupWidth = layerPopup.scrollWidth;
  564.         if (gbBsMac) {
  565.             nPopupWidth = 80; // we have no idea how to get the dynamic width of the popup.
  566.         }
  567.         if (nEventX + nPopupWidth + 20 > gBsClientWidth) {
  568.             if (gBsClientWidth - nPopupWidth < 5) {
  569.                 stylePopup.left = 5;
  570.             } else {
  571.                 stylePopup.left = gBsClientWidth - nPopupWidth - 5;
  572.             }
  573.         } else {
  574.             stylePopup.left = nEventX + document.body.scrollLeft + 20;
  575.         }
  576.  
  577.         stylePopup.visibility = "visible";
  578.         if (!gOlddocumentClick && document.onclick)
  579.             gOlddocumentClick = document.onclick;
  580.         document.onclick = PopupMenu_HandleClick;
  581.  
  582.     } else if (gbBsNS6 || gbBsKonqueror3||gbBsSafari) {
  583.         layerPopup = getElement("PopupMenu");
  584.         layerPopup.style.visibility = "hidden";
  585.     
  586.         if (gbBsNS6)
  587.         {
  588.             var e = fn_arguments[0];
  589.             nEventX = e.pageX;
  590.             nEventY = e.pageY;
  591.         }
  592.         else
  593.         {
  594.             nEventX = window.event.clientX;
  595.             nEventY = window.event.clientY;
  596.         }
  597.         _BSPSGetClientSize();
  598.         layerPopup.innerHTML = strMenu;
  599.  
  600.         if (nEventY + layerPopup.offsetHeight + 20  <  window.pageYOffset + gBsClientHeight) {
  601.             nEventY += 20;
  602.         } else {
  603.             nEventY = gBsClientHeight + window.pageYOffset - layerPopup.offsetHeight - 20;
  604.         }
  605.  
  606.         if (nEventX + layerPopup.offsetWidth + 20 > gBsClientWidth + window.pageXOffset) {
  607.             if (gBsClientWidth + window.pageXOffset - layerPopup.offsetWidth < 20) {
  608.                 nEventX = 5;
  609.             } else {
  610.                 nEventX = gBsClientWidth + window.pageXOffset - layerPopup.offsetWidth - 20;
  611.             }
  612.         } else {
  613.             nEventX += 20;
  614.         }
  615.         layerPopup.style.top = nEventY;
  616.         layerPopup.style.left = nEventX;
  617.         // set again to avoid the stupid frash in netscape 6.
  618.         layerPopup.innerHTML = strMenu;
  619.         layerPopup.style.visibility = "visible";
  620.         //window.captureEvents(Event.MOUSEDOWN);
  621.         if (!gOlddocumentClick && document.onclick)
  622.             gOlddocumentClick = document.onclick;
  623.         window.onclick = PopupMenu_HandleClick;
  624.     }
  625.     else if (gbBsNS4) {
  626.         layerPopup = document.layers.PopupMenu;
  627.         layerPopup.visibility = "hide";
  628.         stylePopup = layerPopup.document;
  629.         stylePopup.write(strMenu);
  630.         stylePopup.close();
  631.         var e = fn_arguments[0];
  632.         nEventX = e.pageX;
  633.         nEventY = e.pageY;
  634.         _BSPSGetClientSize();
  635.         if (nEventY + layerPopup.clip.height + 20 < window.pageYOffset + gBsClientHeight) {
  636.             nEventY += 20;
  637.         } else {
  638.             nEventY = gBsClientHeight + window.pageYOffset- layerPopup.clip.height - 20;
  639.         }
  640.         layerPopup.top = nEventY;
  641.  
  642.         if (nEventX + layerPopup.clip.width + 20 > gBsClientWidth + window.pageXOffset) {
  643.             if (gBsClientWidth + window.pageXOffset - layerPopup.clip.width < 20) {
  644.                 nEventX = 5;
  645.             } else {
  646.                 nEventX = gBsClientWidth + window.pageXOffset - layerPopup.clip.width - 20;
  647.             }
  648.         } else {
  649.             nEventX += 20;
  650.         }
  651.  
  652.         layerPopup.left = nEventX;
  653.  
  654.         layerPopup.visibility = "show";
  655.  
  656.         window.captureEvents(Event.MOUSEDOWN);
  657.         if (!gOlddocumentClick && document.onmousedown)
  658.             gOlddocumentClick = document.onmousedown;
  659.         window.onmousedown = PopupMenu_HandleClick;
  660.     }
  661.  
  662.     window.gbInPopupMenu = true;
  663.     window.gbPopupMenuTimeoutExpired = false;
  664.     setTimeout("PopupMenu_Timeout();", 100);
  665.     return false;
  666. }
  667.  
  668. function PopupMenu_Timeout()
  669. {
  670.     window.gbPopupMenuTimeoutExpired = true;
  671. }
  672.  
  673. function PopupMenu_Over(e)
  674. {
  675.     if (gbBsIE4||gbBsOpera7)
  676.         e.srcElement.className = "PopupOver";
  677.     else if (gbBsNS6)
  678.         e.target.parentNode.className = "PopupOver";
  679.     return;
  680. }
  681.  
  682. function PopupMenu_Out(e)
  683. {
  684.     if (gbBsIE4||gbBsOpera7)
  685.         e.srcElement.className = "PopupNotOver";
  686.     else if (gbBsNS6)
  687.         e.target.parentNode.className = "PopupNotOver";
  688.     return;
  689. }
  690.  
  691. function PopupMenu_HandleClick(e)
  692. {
  693.     if (window.gbPopupMenuTimeoutExpired) {
  694.         window.gbInPopupMenu = false;
  695.         if (gbBsNS4 && !gbBsNS6) {
  696.             window.releaseEvents(Event.MOUSEDOWN);
  697.         }
  698.  
  699.         var layerPopup = null;
  700.         if (gbBsNS4&&!gbBsNS6) {
  701.             layerPopup = document.layers.PopupMenu;
  702.             layerPopup.visibility = "hide";
  703.         } else {
  704.             layerPopup = getElement("PopupMenu");
  705.             layerPopup.style.visibility = "hidden";
  706.         }
  707.     
  708.         if (gOlddocumentClick)
  709.         {
  710.             if (gbBsNS4 && !gbBsNS6)
  711.                 document.onmousedown = gOlddocumentClick;
  712.             else
  713.                 document.onclick = gOlddocumentClick;
  714.         }
  715.     }
  716.     return;
  717. }
  718.  
  719. function BSSCPopup_ClickMac()
  720. {
  721.     if ((!DHTMLPopupSupport()) && (gbBsIE4 || gbBsOpera7))
  722.     {    
  723.         var bClickOnAnchor = false;
  724.         var el;
  725.         if ((window.event != null) &&
  726.             (window.event.srcElement != null))
  727.         {
  728.             el = window.event.srcElement;
  729.             while (el != null)
  730.             {
  731.                 if ((el.tagName == "A") || (el.tagName == "AREA"))     {
  732.                     bClickOnAnchor = true;
  733.                     break;
  734.                 }
  735.                 if (el.tagName == "BODY") {
  736.                     break;
  737.                 }
  738.                 el = getParentNode(el);
  739.             }
  740.         }
  741.         if (BSSCPopup_IsPopup())
  742.         {
  743.             if (!bClickOnAnchor) {
  744.                 parent.window.gPopupWindow = null;
  745.                 self.close();
  746.             }
  747.         }
  748.         else
  749.         {
  750.             bClosePopupWindow = true;
  751.             if ((bClickOnAnchor) &&
  752.                 (el.href) &&
  753.                 ((el.href.indexOf("javascript:BSSCPopup") != -1) || (el.href.indexOf("javascript:null") != -1) || (el.href.indexOf("javascript:void(0)") != -1)))
  754.             {
  755.                 bClosePopupWindow = false;
  756.             }
  757.             if (bClosePopupWindow)
  758.             {
  759.                 if (window.gPopupWindow != null && !window.gPopupWindow.closed )
  760.                 {
  761.                     window.gPopupWindow.close();
  762.                 }
  763.             }
  764.         }
  765.     }
  766. }
  767.  
  768. function BsPopupOnClick()
  769. {
  770.     if (!gbBsIE4 && !gbBsOpera7)
  771.         return;
  772.  
  773.     BSSCPopup_ClickMac();
  774. }
  775.  
  776. function _BSSCOnError(message)
  777. {
  778.     if(-1 != message.indexOf("denied") 
  779.         || -1 != message.indexOf("Object required"))
  780.      return true;
  781. }
  782.  
  783. //End to support previous relative topics
  784.  
  785. /// Section End - General and relative topics (JavaScript 1.0)
  786.  
  787. /// Section Begin  - Popup (JavaScript 1.0)
  788. //Begin to support previous popup functions
  789.  
  790. //variables used to isolate the browser type
  791. var gBsStyVisShow    = null;
  792. var gBsStyVisHide    = null;
  793. var gBsClientWidth    = 640;
  794. var gBsClientHeight = 480;
  795.  
  796. // here is the varible for judge popup windows size. these parameter is for IE5.0, it may need adjust for others.
  797. var gBRateH_W        = 0.618; // 1.618 Golden cut.
  798. var gBMaxXOfParent    = 0.8; 
  799. var gBMaxYOfParent    = 0.8;
  800. var gBscrollHeight   = 16;
  801. var gBscrollWidth   =  16;
  802. var gBpermitXDelta    = 3;
  803. var gBpermitYDelta    = 3;
  804.  
  805.  
  806. var arrayPopupURL = new Array();
  807. var arrayAbsPopupURL = new Array();
  808.  
  809. var arrayDirty = new Array();
  810.  
  811. function setAbsPopupURL(nIndex, strURL)
  812. {
  813.     arrayAbsPopupURL[nIndex] = strURL;
  814. }
  815.  
  816. function getAbsPopupURL(nIndex)
  817. {
  818.     if (nIndex == -1 || arrayAbsPopupURL.length <= nIndex) return null;
  819.     else 
  820.         return arrayAbsPopupURL[nIndex];
  821. }
  822.  
  823. function getPopupURL(nIndex)
  824. {
  825.     if (nIndex == -1 || arrayPopupURL.length <= nIndex) return null;
  826.     else 
  827.         return arrayPopupURL[nIndex];
  828. }
  829.  
  830. function getPopupID(nIndex)
  831. {
  832.     return gstrPopupID + nIndex;
  833. }
  834.  
  835. function getPopupShadowID(nIndex)
  836. {
  837.     return gstrPopupShadowID + nIndex;
  838. }
  839.  
  840. function getPopupTopicID(nIndex)
  841. {
  842.     return gstrPopupTopicID + nIndex;
  843. }
  844.  
  845. function getPopupIFrameID(nIndex)
  846. {
  847.     return gstrPopupIFrameID + nIndex;
  848. }
  849.  
  850. function getPopupIFrameName(nIndex)
  851. {
  852.     return gstrPopupIFrameName + nIndex;
  853. }
  854.  
  855.  
  856. function getPopupTopicStyle(nIndex)
  857. {
  858.     return getElement(getPopupTopicID(nIndex)).style;
  859. }
  860.  
  861. function getPopupShadowStyle(nIndex)
  862. {
  863.     return getElement(getPopupShadowID(nIndex)).style;
  864. }
  865.  
  866. function getPopupIFrame(nIndex)
  867. {
  868.     if (gbBsNS6)
  869.         return eval("window.frames['" + getPopupIFrameName(nIndex) + "']");
  870.     else
  871.         return eval("document.frames['" + getPopupIFrameName(nIndex) + "']");
  872. }
  873.  
  874. function getPopupDivStyle(nIndex)
  875. {
  876.     return getElement(getPopupID(nIndex)).style;
  877. }
  878.  
  879. function getPopupIFrameStyle(nIndex)
  880. {
  881.     return getElement(getPopupIFrameID(nIndex)).style;
  882. }
  883.  
  884.  
  885. function findDiv(strURL)
  886. {
  887.     for (var i = 0; i < arrayPopupURL.length; i ++ ) {
  888.         if (arrayPopupURL[i] == strURL) {
  889.             return i;
  890.         }
  891.     }
  892.     return -1;
  893. }
  894.  
  895. var gnToken = -1;
  896. function takeToken()
  897. {
  898.     gnToken ++;
  899.     if (gnToken > 10000) gnToken = 0;
  900.     return gnToken;
  901. }
  902.  
  903. function IsValidToken(nToken)
  904. {
  905.     return (gnToken == nToken);
  906. }
  907.  
  908. function addDiv(strURL)
  909. {
  910.     for (var i = 0; i < arrayPopupURL.length; i ++) {
  911.         if (arrayPopupURL[i] == null) {
  912.             arrayPopupURL[i] = strURL;
  913.             return i;
  914.         }
  915.     }    
  916.     arrayPopupURL[i] = strURL;
  917.     arrayDirty[i] = true;
  918.     return i;
  919. }
  920.  
  921. function setDirty()
  922. {
  923.     for (var i = 0; i < arrayPopupURL.length; i ++ )
  924.         arrayDirty[i] = true;
  925. }
  926.  
  927. function IsDirty(nIndex)
  928. {
  929.     if (nIndex == -1)
  930.         return true;
  931.     else 
  932.         if (arrayDirty.length > nIndex) 
  933.             return arrayDirty[nIndex];
  934.         else
  935.             return true;
  936. }
  937.  
  938. function hideAll()
  939. {
  940.     for (var i = 0; i < arrayPopupURL.length; i ++ )
  941.     {
  942.         getPopupDivStyle(i).visibility = gBsStyVisHide;
  943.         getPopupIFrameStyle(i).visibility = gBsStyVisHide;
  944.     }
  945. }
  946.  
  947. function getCurrentPopupIFrame()
  948. {
  949.     for (var i = 0; i < arrayPopupURL.length; i ++)
  950.         if (getPopupDivStyle(i).visibility == gBsStyVisShow)
  951.             return getPopupIFrame(i);
  952.     return null;
  953. }
  954.  
  955. function setClear(nIndex)
  956. {
  957.     if (nIndex != -1)
  958.         arrayDirty[nIndex] = false;
  959. }
  960.  
  961. function _BSSCCreatePopupDiv(strURL)
  962. {
  963.     var nIndex = findDiv(strURL);
  964.     if (nIndex == -1 ) {
  965.         nIndex = addDiv(strURL);
  966.         BsPopup_CreateDiv(nIndex);
  967.     }
  968.     else {
  969.         if (IsDirty(nIndex)) {
  970.             if("object" == typeof(getPopupIFrame(nIndex).document))
  971.                 getPopupIFrame(nIndex).document.location.href = strURL;
  972.         }
  973.     }
  974.     return nIndex;
  975. }
  976.  
  977. //Here is the browser type 
  978. function _BSPSGetBrowserInfo()
  979. {
  980.     if (gbBsNS4&&!gbBsNS6)
  981.     {
  982.         gBsStyVisShow    = "show";
  983.         gBsStyVisHide    = "hide";
  984.     }
  985.     else
  986.     {
  987.         gBsStyVisShow    = "visible";
  988.         gBsStyVisHide    = "hidden";
  989.     }
  990. }
  991.  
  992. _BSPSGetBrowserInfo();
  993.  
  994. //Get client size info
  995. function _BSPSGetClientSize()
  996. {
  997.     if (gbBsNS4||gbBsKonqueror3||gbBsSafari)
  998.     {
  999.         gBsClientWidth    = innerWidth;
  1000.         gBsClientHeight = innerHeight;
  1001.     }
  1002.     else if (gbBsIE4 || gbBsOpera7)
  1003.     {
  1004.         gBsClientWidth    = document.body.clientWidth;
  1005.         gBsClientHeight = document.body.clientHeight;
  1006.     }
  1007. }
  1008.  
  1009. var gstrPopupID = 'BSSCPopup';
  1010. var gstrPopupShadowID = 'BSSCPopupShadow';
  1011. var gstrPopupTopicID = 'BSSCPopupTopic';
  1012. var gstrPopupIFrameID = 'BSSCPopupIFrame';
  1013. var gstrPopupIFrameName = 'BSSCPopupIFrameName';
  1014.  
  1015. var gstrPopupSecondWindowName = 'BSSCPopup';
  1016.  
  1017. var gPopupWindow = null;
  1018. var gnPopupClickX = 0;
  1019. var gnPopupClickY = 0;
  1020.  
  1021. var gnPopupScreenClickX = 0;
  1022. var gnPopupScreenClickY = 0;
  1023.  
  1024. var gbPopupTimeoutExpired = false;
  1025.  
  1026. function DHTMLPopupSupport()
  1027. {
  1028.     if (((gbBsIE4) && (!gbBsMac))||gbBsOpera7|| gbBsNS7) {
  1029.         return true;
  1030.     }
  1031.     return false;
  1032. }
  1033.  
  1034. function BSSCPopup_IsPopup()
  1035. {
  1036.     if (DHTMLPopupSupport() && (this.name.indexOf(gstrPopupIFrameName) != -1)) {
  1037.         return true;
  1038.     } else if ((gbBsNS4 || gbBsIE4 || gbBsOpera7) && (this.name.indexOf(gstrPopupID) != -1)) {
  1039.         return true;
  1040.     } else {
  1041.         return false;
  1042.     }
  1043. }
  1044.  
  1045. // If there is a hyperlink in a popup window, display the hyperlink in
  1046. // the original window. (bsscright)
  1047. if (BSSCPopup_IsPopup() && !gbBsIE4 && !gbBsOpera7) {
  1048.     document.write("<base target=\"bsscright\">");
  1049. }
  1050.  
  1051. // Local functions.
  1052. function BsPopup_CreateDiv(nIndex)
  1053. {
  1054.     if(!DHTMLPopupSupport())
  1055.         return;
  1056.     // DO NOT SET Width and height for the div, otherwize it will make IE4 popup do not work when view the topic alone.
  1057.     var strPopupDiv = "<DIV ID='" + getPopupID(nIndex) + "' STYLE='position:absolute; top:-100; left:0; z-index:600; visibility:hidden;'>";
  1058.     strPopupDiv += "<DIV ID='" + getPopupShadowID(nIndex) + "' STYLE=\"position:absolute;top:0; left:0;  background-color:#C0C0C0;\"></DIV>";
  1059.     strPopupDiv += "<DIV ID='" + getPopupTopicID(nIndex) + "' STYLE=\"position:absolute;top:0; left:0;  background-color:#FFFFFF;border:1px #000000 outset;\">";
  1060.     strPopupDiv += "<IFRAME title=\"Popup Window\" ID='" + getPopupIFrameID(nIndex) + "' name='" + getPopupIFrameName(nIndex) + "' src = '" + getPopupURL(nIndex) + "' frameborder=0 scrolling=auto></IFRAME>";
  1061.     strPopupDiv += "</DIV></DIV>";
  1062.  
  1063.     var objBody = getElementsByTag(document, "BODY")[0];
  1064.     if( typeof(objBody) != "object" )
  1065.         return;
  1066.  
  1067.     insertAdjacentHTML(objBody, "beforeEnd", strPopupDiv);
  1068. }
  1069.  
  1070. function handleLoadNS()
  1071. {
  1072.     if (this.id)
  1073.     {
  1074.         var nIndex = parseInt(this.id.substring(gstrPopupIFrameID.length));
  1075.         BSSCPopup_PostWork(nIndex);
  1076.     }
  1077. }
  1078.  
  1079. function BSSCPopup_PostWork(nIndex)
  1080. {
  1081.     getPopupDivStyle(nIndex).visibility = gBsStyVisShow;
  1082.     getPopupIFrameStyle(nIndex).visibility =gBsStyVisShow;
  1083.  
  1084.     setClear(nIndex);
  1085.     window.gbPopupTimeoutExpired = true;
  1086.  
  1087.     BSSCPopup_ChangeTargettoParent(getPopupIFrame(nIndex).document);
  1088.     if (gbBsNS6)
  1089.         getPopupIFrame(nIndex).document.body.addEventListener("click",BSSCPopupClicked,false);
  1090.     else
  1091.         getPopupIFrame(nIndex).document.body.onclick = BSSCPopupClicked;
  1092.  
  1093.     if (!gbOrignalOnMouseDown && document.onmousedown)
  1094.         gbOrignalOnMouseDown = document.onmousedown;
  1095.  
  1096.     if (gbBsNS6)
  1097.         document.addEventListener("mousedown", BSSCPopupParentClicked,false);
  1098.     else
  1099.         document.onmousedown = BSSCPopupParentClicked;
  1100. }
  1101.  
  1102. function BSSCPopup_Timeout(nIndex, nToken)
  1103. {
  1104.     if (!IsValidToken(nToken)) return;
  1105.  
  1106.     if (gbBsNS6||((getPopupIFrame(nIndex).document.readyState == "complete") &&
  1107.         (getPopupIFrame(nIndex).document.body != null))) {
  1108.         BSSCPopup_PostWork(nIndex);
  1109.     } else {
  1110.         setTimeout("BSSCPopup_Timeout(" + nIndex + "," + nToken + ")", 100);
  1111.     }
  1112. }
  1113.  
  1114. // VH 08/10/00 
  1115. // do not change target to parent if the href is using javascript
  1116. function BSSCPopup_ChangeTargettoParent(tagsObject)
  1117. {
  1118.     var collA = getElementsByTag(tagsObject, "A");
  1119.     BSSCPopup_ChangeTargettoParent2(collA);
  1120.  
  1121.     var collIMG = getElementsByTag(tagsObject,"IMG");
  1122.     BSSCPopup_ChangeTargettoParent2(collIMG);
  1123. }
  1124.  
  1125. function BSSCPopup_ChangeTargettoParent2(colls)
  1126. {
  1127.     if (colls != null)  {
  1128.         for (var j = 0; j < colls.length; j ++ )
  1129.         {
  1130.             var strtemp = colls[j].href;
  1131.             if (strtemp)
  1132.             {
  1133.                 strtemp = strtemp.toLowerCase();
  1134.                 if (strtemp.indexOf("javascript:") == -1)
  1135.                 if (colls[j].target == "")
  1136.                     colls[j].target = "_parent";
  1137.             }
  1138.         }
  1139.     }
  1140. }
  1141.  
  1142. function BSPSPopupTopicWinHelp(strURL)
  1143. {
  1144.     _BSSCPopup(strURL);
  1145.     return;
  1146. }
  1147.  
  1148. function _BSSCPopup(strURL, width, height)
  1149. {
  1150.     var cuswidth = 0;
  1151.     var cusheight = 0;
  1152.     if ("undefined" != typeof(width) && "undefined" != typeof(height)) {
  1153.         cuswidth = width;
  1154.         cusheight= height;
  1155.     }
  1156.     
  1157.     if (DHTMLPopupSupport()) {
  1158.         var nToken = takeToken(); // take  token first.
  1159.         var nIndex = _BSSCCreatePopupDiv(strURL);
  1160.         window.gbPopupTimeoutExpired = false;
  1161.         var ntWidth = gBsClientWidth;
  1162.         var ntHeight = gBsClientHeight;
  1163.         _BSPSGetClientSize();
  1164.         if (ntWidth != gBsClientWidth || ntHeight != gBsClientHeight) {
  1165.             setDirty();
  1166.         }
  1167.  
  1168.         if (IsDirty(nIndex)) {
  1169.             if (gbBsMac || gbBsNS4) {
  1170.                 setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight  +")", 400);
  1171.             } else {
  1172.                 setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight + ")", 100);
  1173.             }
  1174.         }
  1175.         else {
  1176.             MoveDivAndShow(nIndex ,nToken, cuswidth, cusheight);
  1177.         }
  1178.     } else {
  1179.         _BSSCPopup2(strURL, cuswidth, cusheight);
  1180.     }
  1181.     return;
  1182. }
  1183.  
  1184. if (gbBsIE55)
  1185. {
  1186.     var ehlpdhtm_fOldBefureUnload = window.onbeforeunload;
  1187.     var gnBsUnload=0;
  1188.     window.onbeforeunload = window_BUnload;
  1189. }
  1190.     
  1191. function window_BUnload()
  1192. {
  1193.     gnBsUnload++;
  1194.     if (gnBsUnload>1)
  1195.         return;
  1196.     for (var i = 0; i < arrayPopupURL.length; i ++)
  1197.         removeThis(document.all(getPopupID(i)));
  1198.     arrayPopupURL.length = 0;    
  1199.     if (ehlpdhtm_fOldBefureUnload)
  1200.         ehlpdhtm_fOldBefureUnload();
  1201. }
  1202.  
  1203. function _BSSCPopup2(strURL, width, height)
  1204. {
  1205.     if (gbBsOpera6&&gbBsMac)
  1206.     {
  1207.         var wmTemp = window.open(document.location.href, gstrPopupSecondWindowName);
  1208.         wmTemp.close();
  1209.         setTimeout("_BSSCPopup3(\""+strURL+"\","+width+","+height+");",100);
  1210.     }
  1211.     else
  1212.         _BSSCPopup3(strURL, width, height);
  1213. }
  1214.         
  1215. function _BSSCPopup3(strURL, width, height)
  1216. {
  1217.     if (window.name == gstrPopupSecondWindowName) {
  1218.         window.location = strURL;
  1219.     } else {
  1220.         if (!gbBsMac || !gbBsNS4) {
  1221.             BSSCHidePopupWindow();
  1222.         }
  1223.         var nX = 0;
  1224.         var nY = 0;
  1225.         var nHeight = 300;
  1226.         var nWidth = 400;
  1227.         if (width > 0 && height > 0) {
  1228.             nHeight = height;
  1229.             nWidth = width;
  1230.         }
  1231.         _BSPSGetClientSize();
  1232.  
  1233.         nX = window.gnPopupScreenClickX;
  1234.         nY = window.gnPopupScreenClickY;
  1235.  
  1236.         if (nY + nHeight + 40 > screen.availHeight) {
  1237.             nY = screen.availHeight - nHeight - 40;
  1238.         }
  1239.         if (nX + nWidth + 40 > screen.availWidth) {
  1240.             nX = screen.availWidth - nWidth - 40;
  1241.         }
  1242.  
  1243.         // Launch a separate window
  1244.         var strParam="titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes";
  1245.         if (gbBsNS) {
  1246.             if (gbBsNS6) {
  1247.                 strParam += ",Height=" + nHeight + ",Width=" + nWidth;
  1248.                 strParam += ",screenX=" + nX + ",screenY=" + nY;
  1249.                 strParam += ",dependent=yes";
  1250.             }
  1251.             else {
  1252.                 strParam += ",OuterHeight=" + nHeight + ",OuterWidth=" + nWidth;
  1253.                 strParam += ",screenX=" + nX + ",screenY=" + nY;
  1254.                 strParam += ",dependent=yes";
  1255.             }
  1256.         }
  1257.         else {
  1258.             strParam += ",height=" + nHeight + ",width=" + nWidth;
  1259.             strParam += ",left=" + nX + ",top=" + nY;
  1260.         }
  1261.         if (gbBsSafari)
  1262.         {
  1263.             if (window.gPopupWindow)
  1264.                 window.gPopupWindow.close();        
  1265.             window.gPopupWindow = window.open(strURL, "", strParam);
  1266.             window.gPopupWindow.name = gstrPopupSecondWindowName;
  1267.             window.gPopupWindow.moveTo(nX, nY);
  1268.             widnow.gPopupWindow.document.location.reload();
  1269.         }    
  1270.         else
  1271.         {
  1272.             var wmTemp=null;
  1273.             if (gbBsKonqueror3)
  1274.             {
  1275.                 if (window.gPopupWindow)
  1276.                     window.gPopupWindow.close();
  1277.             }
  1278.             if (gbBsOpera&&gbBsMac)
  1279.             {
  1280.                 wmTemp= window.open(document.location.href, "Temp", strParam);
  1281.             }
  1282.             window.gPopupWindow = window.open(strURL, gstrPopupSecondWindowName, strParam);
  1283.             if (!gbBsIE)
  1284.                 window.gPopupWindow.focus();
  1285.                 
  1286.             if (wmTemp)
  1287.                 wmTemp.close();
  1288.         }
  1289.  
  1290.         if (gbBsNS4)
  1291.             setEventHandle();
  1292.         else if (gbBsIE4 || gbBsOpera7||gbBsKonqueror3)
  1293.             setTimeout("setPopupFocus();", 100);
  1294.     }
  1295.     return;
  1296. }
  1297.  
  1298. function setEventHandle()
  1299. {
  1300.     window.gPopupWindow.captureEvents(Event.CLICK | Event.BLUR);
  1301.     window.gPopupWindow.onclick = NonIEPopup_HandleClick;
  1302.     window.gPopupWindow.onblur = NonIEPopup_HandleBlur;
  1303. }
  1304.  
  1305. function setPopupFocus()
  1306. {
  1307.     window.gPopupWindow.focus();
  1308. }
  1309.  
  1310. function NonIEPopup_HandleBlur(e)
  1311. {
  1312.     window.gPopupWindow.focus();
  1313. }
  1314.  
  1315. function NonIEPopup_HandleClick(e)
  1316. {
  1317.     // Because navigator will give the event to the handler before the hyperlink, let's
  1318.     // first route the event to see if we are clicking on a Popup menu in a popup.
  1319.     document.routeEvent(e);
  1320.  
  1321.     // If a popup menu is active then don't do anything with the click
  1322.     if (window.gPopupWindow.gbInPopupMenu) {
  1323.         window.gPopupWindow.captureEvents(Event.CLICK);
  1324.         window.gPopupWindow.onclick = NonIEPopup_HandleClick;
  1325.         return false;
  1326.     }
  1327.  
  1328.     // Close the popup window
  1329.     if(e.target.href)
  1330.     {
  1331.         if(e.target.href.indexOf("javascript:")==-1) 
  1332.         {
  1333.             if (e.target.target=="")
  1334.                 window.location.href = e.target.href;
  1335.             else
  1336.                 window.open(e.target.href, e.target.target);
  1337.             this.close();
  1338.         }
  1339.     } 
  1340.     else
  1341.         this.close();
  1342.     return false;
  1343. }
  1344.  
  1345. function BSSCPopup_AfterLoad(nIndex, nToken, cuswidth, cusheight)
  1346. {    
  1347.     if (!window.getPopupIFrame(nIndex).document) {
  1348.         _BSSCPopup2(getPopupURL(nIndex), cuswidth, cusheight);
  1349.         return;
  1350.     }
  1351.     
  1352.     if (!IsValidToken(nToken)) return;
  1353.  
  1354.     if (gbBsNS6)
  1355.     {
  1356.         setAbsPopupURL(nIndex, window.getPopupIFrame(nIndex).document.location.href); // change URL to abs url.
  1357.         BSSCPopup_ResizeAfterLoad(nIndex, nToken, cuswidth, cusheight);
  1358.         return;
  1359.     }
  1360.     
  1361.     if ((window.getPopupIFrame(nIndex).document.readyState == "complete") &&
  1362.         (window.getPopupIFrame(nIndex).document.body != null)) {
  1363.             if (window.getPopupIFrame(nIndex).document.location.href.indexOf("about:blank") != -1) { // add this check. IE will use about:blank" as the default vaule for Iframe.
  1364.                 window.getPopupIFrame(nIndex).document.location = getPopupURL(nIndex);
  1365.                 setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight + ")", 200);
  1366.             }
  1367.             else
  1368.                 {
  1369.                     setAbsPopupURL(nIndex, window.getPopupIFrame(nIndex).document.location.href); // change URL to abs url.
  1370.                     BSSCPopup_ResizeAfterLoad(nIndex, nToken, cuswidth, cusheight);
  1371.                 }
  1372.     } else {
  1373.         setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight + ")", 200);
  1374.     }
  1375. }
  1376.  
  1377. function BSSCPopup_ResizeAfterLoad(nIndex, nToken, cuswidth, cusheight)
  1378. {
  1379.     if (window.gbPopupTimeoutExpired) return;
  1380.  
  1381.     if (!IsValidToken(nToken)) return;
  1382.  
  1383.     getPopupDivStyle(nIndex).visibility = gBsStyVisHide;
  1384.     getPopupIFrameStyle(nIndex).visibility = gBsStyVisHide;
  1385.  
  1386.     // Determine the width and height for the window
  1387.     _BSPSGetClientSize();
  1388.  
  1389.     var size = new BSSCSize(0, 0);
  1390.  
  1391.     if (cuswidth <= 0 || cusheight <= 0)
  1392.         BSSCGetContentSize(window.getPopupIFrame(nIndex), size);
  1393.     else {
  1394.         size.x = cuswidth;
  1395.         size.y = cusheight;
  1396.     }
  1397.  
  1398.     // Determine the width and height for the window
  1399.     var nWidth = size.x;
  1400.     var nHeight = size.y;
  1401.  
  1402.     // for small popup size, we should allow any size.
  1403.     // The popup size should be ok if bigger than 0
  1404.     if (nWidth < 0 || nHeight < 0) return;     // there must be something terribly wrong.        
  1405.  
  1406.     getPopupDivStyle(nIndex).width = nWidth;
  1407.     getPopupDivStyle(nIndex).height = nHeight;
  1408.  
  1409.     getPopupShadowStyle(nIndex).width = nWidth;
  1410.     getPopupShadowStyle(nIndex).height = nHeight;
  1411.     getPopupTopicStyle(nIndex).width = nWidth;
  1412.     getPopupTopicStyle(nIndex).height = nHeight;
  1413.     if (gbBsIE55)
  1414.     {
  1415.         getPopupShadowStyle(nIndex).width = nWidth + 2;
  1416.         getPopupShadowStyle(nIndex).height = nHeight + 2;
  1417.         getPopupTopicStyle(nIndex).width = nWidth + 2;
  1418.         getPopupTopicStyle(nIndex).height = nHeight + 2;
  1419.     }
  1420.  
  1421.     getPopupIFrameStyle(nIndex).width = nWidth;
  1422.     getPopupIFrameStyle(nIndex).height = nHeight;
  1423.     if (gbBsIE55 || gbBsNS6)
  1424.     {
  1425.         getPopupIFrameStyle(nIndex).top = 0;
  1426.         getPopupIFrameStyle(nIndex).left = 0;
  1427.     }
  1428.     
  1429.     var strURL = getPopupURL(nIndex);
  1430.     if (strURL.indexOf("#") != -1&&gbBsNS6)
  1431.         getPopupIFrame(nIndex).location.reload();
  1432.     else if (strURL.indexOf("#") != -1||gbBsNS6)
  1433.         getPopupIFrame(nIndex).location.href = strURL;  // reload again, this will fix the bookmark misunderstand in IE5.
  1434.         
  1435.     MoveDivAndShow(nIndex, nToken, cuswidth, cusheight);
  1436. }
  1437.  
  1438. function getScrollLeft()
  1439. {
  1440.     if (document.body.scrollLeft)
  1441.         return document.body.scrollLeft;
  1442.     else if (window.pageXOffset)
  1443.         return window.pageXOffset;
  1444.     else
  1445.         return 0;
  1446. }
  1447.  
  1448. function getScrollTop()
  1449. {
  1450.     if (document.body.scrollTop)
  1451.         return document.body.scrollTop;
  1452.     else if (window.pageYOffset)
  1453.         return window.pageYOffset;
  1454.     else
  1455.         return 0;
  1456. }
  1457.  
  1458. function getScrollHeight(thisWindow)
  1459. {
  1460.     if(typeof(thisWindow.document.body.scrollHeight) != "undefined")
  1461.         return thisWindow.document.body.scrollHeight;
  1462.     else 
  1463.         return 0;
  1464. }
  1465.  
  1466. function MoveDivAndShow(nIndex, nToken, cuswidth, cusheight)
  1467. {
  1468.     if (window.getPopupIFrame(nIndex).document.location.href != getAbsPopupURL(nIndex)) { // if redirect, reload again.
  1469.             window.getPopupIFrame(nIndex).document.location = getPopupURL(nIndex);
  1470.             setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight + ")", 200);
  1471.             return;
  1472.     }
  1473.  
  1474.     // Determine the position of the window
  1475.     var nClickX = window.gnPopupClickX;
  1476.     var nClickY = window.gnPopupClickY;
  1477.     var nTop = 0;
  1478.     var nLeft = 0;
  1479.  
  1480.     var nWidth = parseInt(getPopupDivStyle(nIndex).width);
  1481.     var nHeight = parseInt(getPopupDivStyle(nIndex).height);
  1482.  
  1483.     if (nClickY + nHeight + 20 < gBsClientHeight + getScrollTop()) {
  1484.         nTop = nClickY + 10;
  1485.     } else {
  1486.         nTop = (getScrollTop() + gBsClientHeight) - nHeight - 20;
  1487.     }
  1488.     if (nClickX + nWidth < gBsClientWidth + getScrollLeft()) {
  1489.         nLeft = nClickX;
  1490.     } else {
  1491.         nLeft = (getScrollLeft() + gBsClientWidth) - nWidth - 8;
  1492.     }
  1493.  
  1494.     if (nTop < getScrollTop()) nTop  = getScrollTop() + 1;
  1495.     if (nLeft< getScrollLeft())  nLeft = getScrollLeft() + 1;
  1496.  
  1497.     getPopupDivStyle(nIndex).left = nLeft;
  1498.     getPopupDivStyle(nIndex).top = nTop;
  1499.  
  1500.     // Set the location of the background blocks
  1501.     getPopupShadowStyle(nIndex).left = 6;
  1502.     getPopupShadowStyle(nIndex).top = 6;
  1503.     if (gbBsIE55)
  1504.     {
  1505.         getPopupShadowStyle(nIndex).left = 4;
  1506.         getPopupShadowStyle(nIndex).top = 4;
  1507.     }
  1508.  
  1509.     if (gbBsMac&&gbBsIE4) {
  1510.         // Total hack on the iMac to get the IFrame to position properly
  1511.         getPopupIFrameStyle(nIndex).pixelLeft = 100;
  1512.         getPopupIFrameStyle(nIndex).pixelLeft = 0;
  1513.         // Explicitly call BSSCOnLoad because the Mac doesn't seem to do it
  1514.         getPopupIFrame(nIndex).window.BSSCOnLoad();
  1515.     }
  1516.  
  1517.     if (gbBsNS6&&IsDirty(nIndex))
  1518.         getElement(getPopupIFrameID(nIndex)).addEventListener("load", handleLoadNS, false);
  1519.     else
  1520.         BSSCPopup_Timeout(nIndex , nToken );
  1521.     return;
  1522. }
  1523.  
  1524. function    BSSCSize(x, y)
  1525. {
  1526.     this.x = x;
  1527.     this.y = y;
  1528. }
  1529.  
  1530. function BSSCGetContentSize(thisWindow, size)
  1531. {
  1532.     if (!gbBsIE4 && !gbBsOpera7 && !gbBsNS4)
  1533.         return;
  1534.  
  1535.     if ((gbBsMac&&gbBsIE4)||gbBsOpera7) {
  1536.         size.x = 320;
  1537.         size.y = 180;
  1538.         return;
  1539.     }
  1540.  
  1541.     // Resize the width until it is wide enough to handle the content
  1542.     // The trick is to start wide and determine when the scrollHeight changes
  1543.     // because then we know a scrollbar is necessary. We can then go back
  1544.     // to the next widest size (for no scrollbar)
  1545.  
  1546.     var ClientRate = gBsClientHeight / gBsClientWidth;
  1547.  
  1548.     
  1549.     var GoldenSize = new BSSCSize(0,0);
  1550.     GoldenSize.x = gBsClientWidth * gBMaxXOfParent;
  1551.     GoldenSize.y = gBsClientHeight *gBMaxYOfParent ;
  1552.  
  1553.     if (ClientRate > gBRateH_W) {
  1554.         GoldenSize.y = GoldenSize.x * gBRateH_W;
  1555.     }
  1556.     else {
  1557.         GoldenSize.x = GoldenSize.y / gBRateH_W;
  1558.     }
  1559.  
  1560.     // Try to using parent specified max x.
  1561.     var x = 0;
  1562.     var maxgoldx = GoldenSize.x;
  1563.     var maxx = gBsClientWidth * gBMaxXOfParent;
  1564.     
  1565.     // This double resize causes the document to re-render (and we need it to)
  1566.     if (!gbBsIE5 && !gbBsNS4)
  1567.         thisWindow.moveTo(10000,10000); // this is used to fix the flash on IE4.
  1568.         
  1569.     thisWindow.resizeTo(1, 1);
  1570.     thisWindow.resizeTo(1, 1);
  1571.     
  1572.     thisWindow.resizeTo(maxgoldx, getScrollHeight(thisWindow) + gBscrollHeight);
  1573.     thisWindow.resizeTo(maxgoldx, getScrollHeight(thisWindow) + gBscrollHeight);
  1574.  
  1575.         
  1576.     var miny = getScrollHeight(thisWindow) + gBscrollHeight;
  1577.     
  1578.     if (miny > GoldenSize.y) // the popup does not fix in the parent wanted golden area. so try to expand itself as large as it can
  1579.     {
  1580.         
  1581.         thisWindow.resizeTo(maxx , getScrollHeight(thisWindow) + gBscrollHeight);
  1582.         thisWindow.resizeTo(maxx , getScrollHeight(thisWindow) + gBscrollHeight);
  1583.         
  1584.         miny =     getScrollHeight(thisWindow) + gBscrollHeight;
  1585.         maxy = gBsClientHeight * gBMaxYOfParent;
  1586.         
  1587.         if (miny > maxy) { // the popup must have a scroll, OK let it be.
  1588.             miny = maxy;
  1589.             size.x = maxx;
  1590.             size.y = maxy;
  1591.             thisWindow.document.body.scroll = 'yes'; // At this time we do want to show scroll any more. so it will looks better a little.
  1592.         }
  1593.         else { // popup still can fit in the parent area by someway. now we choose the same h/w rate as parent.
  1594.             size.y = miny;
  1595.             
  1596.             //  downsize from maxx , now I try to using binary divide.
  1597.             x = maxx;
  1598.             deltax = -maxx/2;
  1599.             //j = 0;
  1600.             while (true) {
  1601.                 x = x + deltax;
  1602.                 thisWindow.resizeTo(x, miny);
  1603.                 thisWindow.resizeTo(x, miny);
  1604.                 diffy = getScrollHeight(thisWindow) + gBscrollHeight - x * ClientRate;
  1605.                 if (diffy >  gBpermitYDelta ) // it is higher than wanted, so x need to be wide a little bitter
  1606.                     deltax = Math.abs(deltax) /2;
  1607.                 else if (diffy <  -gBpermitYDelta) // it is shorter than wanted, so x need to be narrow a little bitter
  1608.                     deltax = -Math.abs(deltax) /2;
  1609.                 else 
  1610.                     // the y is close enough to wanted.
  1611.                     break;
  1612.                 if (Math.abs(deltax) < gBpermitXDelta) // the next change is too slight and it can be ignore.
  1613.                     break;
  1614.             }
  1615.             size.x = thisWindow.document.body.scrollWidth + gBscrollWidth;
  1616.             size.y = getScrollHeight(thisWindow) + gBscrollHeight;    
  1617.             thisWindow.document.body.scroll = 'no';
  1618.         }
  1619.     }
  1620.     else {
  1621.         if (thisWindow.document.body.scrollWidth > maxgoldx) {
  1622.             size.x = maxx; 
  1623.             size.y = miny;    
  1624.             thisWindow.document.body.scroll = 'yes';
  1625.         }
  1626.         else {
  1627.             //  downsize from maxgoldx , now I try to using binary divide.
  1628.             x = maxgoldx;
  1629.             deltax = -maxgoldx/2;
  1630.             while (true) {
  1631.                 x = x + deltax;
  1632.                 thisWindow.resizeTo(x, miny);
  1633.                 thisWindow.resizeTo(x, miny);
  1634.                 diffy = getScrollHeight(thisWindow) + gBscrollHeight - x * gBRateH_W;
  1635.                 if (diffy >  gBpermitYDelta ) // it is higher than wanted, so x need to be wide a little bitter
  1636.                     deltax = Math.abs(deltax) /2;
  1637.                 else if (diffy <  -gBpermitYDelta) // it is shorter than wanted, so x need to be narrow a little bitter
  1638.                     deltax = -Math.abs(deltax) /2;
  1639.                 else 
  1640.                     // the y is close enough to wanted.
  1641.                     break;
  1642.                 if (Math.abs(deltax) < gBpermitXDelta) // the next change is too slight and it can be ignore.
  1643.                     break;
  1644.             }
  1645.             size.x = thisWindow.document.body.scrollWidth + gBscrollWidth;
  1646.             size.y = getScrollHeight(thisWindow) + gBscrollHeight ;
  1647.             thisWindow.document.body.scroll = 'no'; // At this time we do not want to show scroll any more. so it will looks better a little.
  1648.             thisWindow.resizeTo(size.x, size.y);
  1649.             if (thisWindow.document.body.scrollWidth > size.x)
  1650.             {
  1651.                 size.x = thisWindow.document.body.scrollWidth;
  1652.             }
  1653.             if (getScrollHeight(thisWindow) > size.y)
  1654.             {
  1655.                 size.y = getScrollHeight(thisWindow);
  1656.             }
  1657.         }
  1658.     }
  1659.     thisWindow.resizeTo(size.x, size.y);
  1660.     thisWindow.resizeTo(size.x, size.y);
  1661.     return;
  1662. }
  1663.  
  1664. function BSSCPopupParentClicked()
  1665. {
  1666.     if (!window.gbPopupTimeoutExpired) {
  1667.         return false;
  1668.     }
  1669.     
  1670.     document.onmousedown = gbOrignalOnMouseDown;
  1671.  
  1672.     // Simply hide the popup
  1673.     hideAll();
  1674.  
  1675.     window.gbPopupTimeoutExpired = false;
  1676.  
  1677.     return true;
  1678. }
  1679.  
  1680. function isInsideHyperLink(obj)
  1681. {
  1682.     if (obj&&obj!=getParentNode(obj))
  1683.     {
  1684.         if (obj.tagName=="A"||obj.tagName=="IMG")
  1685.             return true;
  1686.         else
  1687.             return isInsideHyperLink(getParentNode(obj));
  1688.     }
  1689.     else
  1690.         return false;
  1691. }
  1692.  
  1693. function BSSCPopupClicked(e)
  1694. {
  1695.     if (!window.gbPopupTimeoutExpired) {
  1696.         return false;
  1697.     }
  1698.  
  1699.     var popupIFrame = getCurrentPopupIFrame();
  1700.     if (popupIFrame == null) {
  1701.         return true;
  1702.     }
  1703.  
  1704.     if (gbBsIE4 && (!((popupIFrame.window.event != null) &&
  1705.         (popupIFrame.window.event.srcElement != null) &&
  1706.         isInsideHyperLink(popupIFrame.window.event.srcElement)))) {
  1707.         document.onmousedown = gbOrignalOnMouseDown;
  1708.         
  1709.         // Simply hide the popup
  1710.         hideAll();
  1711.         window.gbPopupTimeoutExpired = false;
  1712.         return true;
  1713.     }
  1714.     else if (gbBsNS6 && (!((e != null) &&
  1715.             (e.target!= null) && isInsideHyperLink(e.target))))
  1716.     {
  1717.         document.addEventListener("mousedown", gbOrignalOnMouseDown,false);
  1718.         // Simply hide the popup
  1719.         hideAll();
  1720.         window.gbPopupTimeoutExpired = false;
  1721.         return true;        
  1722.     }
  1723. }
  1724.  
  1725. //trace the mouse over's position for hotspot
  1726. function  BSPSPopupOnMouseOver(event)
  1727. {
  1728.     if (gbBsIE4 || gbBsOpera7||gbBsKonqueror3) {
  1729.         window.gnPopupClickX = event.clientX + getScrollLeft();
  1730.         window.gnPopupClickY = event.clientY + getScrollTop();
  1731.         window.gnPopupScreenClickX = event.screenX;
  1732.         window.gnPopupScreenClickY = event.screenY;
  1733.     } else if (gbBsSafari) {
  1734.         window.gnPopupClickX = event.clientX + getScrollLeft();
  1735.         window.gnPopupClickY = event.clientY + getScrollTop();
  1736.         window.gnPopupScreenClickX = event.screenX + window.screenX;
  1737.         window.gnPopupScreenClickY = event.screenY + window.screenY;
  1738.     } else if (gbBsNS4) {
  1739.         window.gnPopupClickX = event.pageX - window.pageXOffset;
  1740.         window.gnPopupClickY = event.pageY - window.pageYOffset;
  1741.         window.gnPopupScreenClickX = event.screenX - window.pageXOffset;
  1742.         window.gnPopupScreenClickY = event.screenY - window.pageYOffset;
  1743.     }
  1744. }
  1745.  
  1746. function BSSCHidePopupWindow()
  1747. {
  1748.     if (window.gPopupWindow != null) {
  1749.         if (gbBsNS4) {
  1750.             if ((typeof window.gPopupWindow != "undefined") && (!window.gPopupWindow.closed)) {
  1751.                 window.gPopupWindow.close();
  1752.                 window.gPopupWindow = null;
  1753.             }
  1754.         }
  1755.     }
  1756.     return;
  1757. }
  1758.  
  1759. // Add the PopupOnClick to the onclick array.
  1760. if (typeof(BsscRegisterOnClick) != "undefined")
  1761. {
  1762.     BsscRegisterOnClick(BsPopupOnClick);
  1763. }
  1764. //End to support previous popup functions
  1765.  
  1766. /// Section End  - Popup (JavaScript 1.0)
  1767.  
  1768. /// Section Begin - Embedded Stub (JavaScript 1.0)
  1769.  
  1770. function BSSCCreatePopupDiv()
  1771. {
  1772.     return;
  1773. }
  1774.  
  1775. function WritePopupMenuLayer()
  1776. {
  1777.     if (BsscHasExtJs()) {_WritePopupMenuLayer();}
  1778. }
  1779.  
  1780. function BSSCPopup(strURL, width, height)
  1781. {
  1782.     var re = new RegExp("'", 'g');
  1783.     strURL = strURL.replace(re, "%27");
  1784.  
  1785.     if (BsscHasExtJs())    { 
  1786.         _BSSCPopup(strURL, width, height);
  1787.     }else{
  1788.         //Create a temporary window first to ensure the real popup comes up on top
  1789.         var wndTemp = null;
  1790.         if (!gbBsNS3) {
  1791.             wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");
  1792.         }
  1793.         // Create the real popup window
  1794.         var wndPopup = window.open(strURL, "BSSCPopup", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=300,width=400");
  1795.         // Close the temporary
  1796.         if (!gbBsNS3) {
  1797.             wndTemp.close();
  1798.         } else {
  1799.             wndPopup.focus();
  1800.         }
  1801.     }
  1802. }
  1803.  
  1804. var gbWndTemp = null, gbWndPopupLinks = null;
  1805. var gbstrParaTotal = "";
  1806.  
  1807. function PopupMenu_Invoke()
  1808. {
  1809.     if (typeof(wfRelatedTopic) == 'function' && typeof(IsFlashSupported) == 'function')
  1810.     {
  1811.         if (Number(gsSkinVersion) > 2 && IsFlashSupported())
  1812.         {
  1813.             return wfRelatedTopic(PopupMenu_Invoke.arguments);
  1814.         }
  1815.     }
  1816.     if (BsscHasExtJs()) {
  1817.         return _PopupMenu_Invoke(PopupMenu_Invoke.arguments);
  1818.     }
  1819.     if (gbBsNS3Before || gbBsIE3Before )    {
  1820.         var argLen     = PopupMenu_Invoke.arguments.length;
  1821.         if (argLen < 5) {
  1822.             window.document.location.href = PopupMenu_Invoke.arguments[3];
  1823.             return false;
  1824.         }
  1825.         gbWndTemp = null;
  1826.         gbWndPopupLinks = null;
  1827.         gbstrParaTotal = "";
  1828.         for (var i = 0; i < (argLen - 2) / 2; i++) {
  1829.             var strParaLine = "";
  1830.             if (gbBsNS2){
  1831.                 strParaLine += "<a href=\"";
  1832.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];
  1833.                 strParaLine += "\">"
  1834.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];
  1835.                 strParaLine += "</a>";
  1836.             } else {
  1837.                 strParaLine += "<a href=\"javascript:";
  1838.                 strParaLine += "gotoUrl(\'";
  1839.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];
  1840.                 strParaLine += "\');\"";
  1841.                 if (PopupMenu_Invoke.arguments[1] != '') {
  1842.                     strParaLine += " TARGET='" + PopupMenu_Invoke.arguments[1] + "'";
  1843.                 }
  1844.                 strParaLine += ">";
  1845.                 strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];
  1846.                 strParaLine += "</a>";
  1847.             }
  1848.             strParaLine += "<br>";
  1849.             gbstrParaTotal += strParaLine;
  1850.         }
  1851.         var nHeight = argLen * 15;
  1852.         var nWidth = 400;
  1853.         var strParam = "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=auto";
  1854.         strParam += ",height=" + nHeight + ",width=200,resizable";
  1855.         
  1856.         //Create a temporary window first to ensure the real popup comes up on top
  1857.         //var wndTemp = null;
  1858.         if (!gbBsNS3) {
  1859.             gbWndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");
  1860.         } 
  1861.         gbWndPopupLinks = window.open("", "popuplinks", strParam);
  1862.  
  1863.         setTimeout("Wait_PopupMenuReady()", 100);
  1864.     }
  1865.     return true;
  1866. }
  1867.  
  1868. function Wait_PopupMenuReady() 
  1869. {
  1870.     if (gbWndPopupLinks != null && "object" == typeof(gbWndPopupLinks.document)) {
  1871.         PopupMenu_InvokeReady();
  1872.     }
  1873.     else 
  1874.         setTimeout("Wait_PopupMenuReady()", 100);
  1875. }
  1876.  
  1877. function PopupMenu_InvokeReady()
  1878. {
  1879.     if (gbWndPopupLinks != null) {
  1880.         gbWndPopupLinks.document.open("text/html");
  1881.         gbWndPopupLinks.document.write("<html><head>");
  1882.         if (gbBsNS2) {
  1883.             gbWndPopupLinks.document.write("<base href=\"" + location +"\">");
  1884.         } else {
  1885.             //YJ: IE301,302 and NS3.x works fine
  1886.             gbWndPopupLinks.document.write("<");
  1887.             gbWndPopupLinks.document.write("script>");
  1888.             gbWndPopupLinks.document.write("function gotoUrl(aUrl) {opener.window.location=aUrl; close();}");
  1889.             gbWndPopupLinks.document.write("<");
  1890.             gbWndPopupLinks.document.write("/script>");
  1891.         }
  1892.         gbWndPopupLinks.document.write("</head><body onBlur=\'self.focus();\'>");
  1893.         gbWndPopupLinks.document.write(gbstrParaTotal);
  1894.         gbWndPopupLinks.document.write("</body></html>");
  1895.         gbWndPopupLinks.document.close();
  1896.  
  1897.         // Close the temporary
  1898.         if (!gbBsNS3 && gbWndTemp != null) {
  1899.             gbWndTemp.close();
  1900.         }else {
  1901.             gbWndPopupLinks.focus();
  1902.         }
  1903.  
  1904.         return true;
  1905.     }
  1906.     return false;
  1907. }
  1908.  
  1909. /// Section End - Embedded Stub (JavaScript 1.0)
  1910.  
  1911. //// Segment End -- (JavaScript 1.0)
  1912.  
  1913. //// Segment Begin -- (JavaScript 1.2)
  1914. /// Section Begin  - DHTM (JavaScript 1.2)
  1915.  
  1916. //Begin to support extended and dropdown text effects.
  1917. function IsParagraph(el)
  1918. {
  1919.     return( el.tagName == "P" || el.tagName.indexOf("H") == 0 ) ? true : false;
  1920. }
  1921.  
  1922. //Begin to support extended and dropdown text effects.
  1923. function kadovIsParagraph(el)
  1924. {
  1925.     return IsParagraph(el);
  1926. }
  1927.  
  1928.  
  1929. function InitEachChild(el)
  1930. {    
  1931.     for(var i=0; i<getChildNodes(el).length; i++)
  1932.     {
  1933.         var child = getChildNodes(el)[i];
  1934.         if( child.tagName == "SCRIPT" || child.tagName == "!" )
  1935.             continue;
  1936.  
  1937.         if( child.id != "" )
  1938.         {
  1939.             // to wipe out the onload effects
  1940.             if (gbBsIE4&&!gbBsMac)
  1941.             {
  1942.                 var onLoadEffect = child.style.getAttribute( "x-on-pageload" );
  1943.                 if( (onLoadEffect != null) && (onLoadEffect > "") )
  1944.                     child.style.setAttribute( "x-on-pageload", "" );
  1945.             }
  1946.             
  1947.             var href = child.getAttribute("href")
  1948.             if( href != null && href > "" && href.indexOf( "BSSCPopup" ) >= 0 )
  1949.                 FilePopupInit(child.id); // Init for Popup
  1950.             else if( child.className == "dropspot" || child.className == "expandspot" || 
  1951.                      child.className == "glossterm" )
  1952.                 TextPopupInit(child.id);// Init for Expanding/Glossary or DropDown text
  1953.             else if( child.className == "trigger")
  1954.                 InitTrigger(child.id);// Init for Trigger
  1955.             else
  1956.             {
  1957.                 InitEffects(child.id);// Init for DHTML effects
  1958.                 CEngine.SetOneTargetInitialState( child.id );
  1959.             }
  1960.         }
  1961.         
  1962.         if( (child.tagName == "IMG") && (child.getAttribute("dynsrc") > "") )
  1963.             child.start = "mouseover";// to start a AVI file. fileopen doesn't work
  1964.  
  1965.         InitEachChild(child);
  1966.     }
  1967. }
  1968.  
  1969. function kadovInitEachChild(el)
  1970. {    
  1971.     InitEachChild(el);
  1972. }
  1973.  
  1974. function RetrieveTextInner(el)
  1975. {    
  1976.     var x = "";
  1977.     if( (!el) || (el.tagName == "!") || (el.tagName == "SCRIPT" ))
  1978.         return x;
  1979.  
  1980.     if( IsParagraph(el) )
  1981.     {
  1982.         var strNewID = " ";
  1983.         if( el.id != "" )
  1984.             strNewID += "id=" + el.id + "_NewSpan ";
  1985.         x = "<span" + strNewID + "style='" + el.style.cssText + "'>" + el.innerHTML + "</span>";
  1986.     }
  1987.     else
  1988.     {
  1989.         for(var i=0; i<getChildNodes(el).length; i++)
  1990.             x += RetrieveTextInner( getChildNodes(el)[i] );
  1991.     }
  1992.     return x;
  1993. }
  1994.  
  1995. function kadovRetrieveTextInner(el)
  1996. {
  1997.     return     RetrieveTextInner(el);
  1998. }
  1999.  
  2000. function RetrieveCleanHTML( strRawHTML, strTagOpen, strTagClose, nDistance )
  2001. {    
  2002.     var nTagOpen = strRawHTML.indexOf( strTagOpen, 0 );
  2003.     if( nTagOpen < 0 )
  2004.         return strRawHTML;
  2005.  
  2006.     var nTagClose = strRawHTML.indexOf( strTagClose, nTagOpen);
  2007.     if( nTagClose < nTagOpen )
  2008.         return strRawHTML;
  2009.         
  2010.     if( typeof(nDistance) == "number" && nDistance > 0 )
  2011.         if( (nTagClose - nTagOpen) != nDistance )
  2012.             return strRawHTML;
  2013.         
  2014.     var strCleanOnce = strRawHTML.substring(0, nTagOpen) + strRawHTML.substr(nTagClose + strTagClose.length) ;
  2015.     return     RetrieveCleanHTML( strCleanOnce, strTagOpen, strTagClose );
  2016. }
  2017.  
  2018. function kadovRetrieveCleanHTML( strRawHTML, strTagOpen, strTagClose, nDistance )
  2019. {    
  2020.     return RetrieveCleanHTML( strRawHTML, strTagOpen, strTagClose, nDistance );
  2021. }    
  2022.  
  2023. function AdjustObjectTag(strRawHTML, nStartPos)
  2024. {// adjust object tag for related topics HTML control, because innerHTML misses out the item settings
  2025.     
  2026.     //Is there any DTC?
  2027.     var strDTCTagOpen = '<!--Metadata type="DesignerControl" startspan';
  2028.     var strDTCTagClose = '<!--Metadata type="DesignerControl" endspan-->';
  2029.     var nDTCTagOpen = strRawHTML.indexOf( strDTCTagOpen, nStartPos );
  2030.     if( nDTCTagOpen < 0 )
  2031.         return strRawHTML;
  2032.     var nDTCTagClose = strRawHTML.indexOf( strDTCTagClose, nDTCTagOpen );
  2033.     if( nDTCTagClose < nDTCTagOpen)
  2034.         return strRawHTML; // no Design Time Controls;
  2035.         
  2036.     //Is the DTC HTML Help Control?
  2037.     var strRTObjTagOpen = 'classid=clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11';
  2038.     var strRTObjTagClose = '</OBJECT>';
  2039.     var nRTObjTagOpen = strRawHTML.indexOf( strRTObjTagOpen, nDTCTagOpen );
  2040.     if( nRTObjTagOpen < nDTCTagOpen )
  2041.         return strRawHTML;
  2042.     var nRTObjTagClose = strRawHTML.indexOf( strRTObjTagClose, nRTObjTagOpen );
  2043.     if( nRTObjTagClose < nRTObjTagOpen )
  2044.         return strRawHTML; // is not a HTML help control
  2045.         
  2046.     // Is it a related Topics html help control?
  2047.     var strRTObjLabel = '<PARAM NAME=\"Command\" VALUE=\"Related Topics';
  2048.     if( strRawHTML.indexOf(strRTObjLabel, nRTObjTagOpen) < 0 )
  2049.         return strRawHTML;
  2050.     
  2051.     // does the commented object tag contain a items parameters        
  2052.     var strRTItemsOpen = '<param name="Items" value="';
  2053.     var strRTItemsClose = '$$**$$" >';
  2054.     var strRTItemsClose2 = '$$**$$">';
  2055.  
  2056.     var nRTItemsOpen = strRawHTML.indexOf(strRTItemsOpen, nDTCTagOpen);
  2057.     if( nRTItemsOpen < nDTCTagOpen )
  2058.         return strRawHTML;
  2059.     var nRTItemsClose = strRawHTML.indexOf(strRTItemsClose, nRTItemsOpen);
  2060.     if (nRTItemsClose == -1)
  2061.         nRTItemsClose = strRawHTML.indexOf(strRTItemsClose2, nRTItemsOpen);
  2062.     if( nRTItemsClose < nRTItemsOpen )
  2063.         return strRawHTML;
  2064.         
  2065.     // found a items string
  2066.     var strItems = strRawHTML.substring( nRTItemsOpen + strRTItemsOpen.length, nRTItemsClose);
  2067.     if( strItems.length < 1 )
  2068.         return strRawHTML;
  2069.     
  2070.     // to reconstruct the item(s) param tag(s)
  2071.     var strItemsArray = strItems.split('$$**$$');
  2072.     if( strItemsArray.length < 1 )
  2073.         return strRawHTML;
  2074.     var strRunTimeItemParam = "";
  2075.     for( var i = 0; i < strItemsArray.length; i++ )
  2076.     {
  2077.         strRunTimeItemParam += '<PARAM  NAME="Item' + (i+1);
  2078.         strRunTimeItemParam += '"' + '  VALUE="';
  2079.         strRunTimeItemParam += strItemsArray[i];
  2080.         strRunTimeItemParam += '">';
  2081.     }
  2082.     
  2083.     // to insert the reconstructed item params into runtime object tag
  2084.     var strAdjustedHTML = strRawHTML.substring(0,nRTObjTagClose) + strRunTimeItemParam + strRawHTML.substring(nRTObjTagClose, strRawHTML.length);
  2085.     return AdjustObjectTag(strAdjustedHTML, nDTCTagClose + strDTCTagClose.length);
  2086. }
  2087.  
  2088. function kadovAdjustObjectTag(strRawHTML, nStartPos)
  2089. {// adjust object tag for related topics HTML control, because innerHTML misses out the item settings
  2090.  return AdjustObjectTag(strRawHTML, nStartPos);
  2091. }
  2092.  
  2093. function TextPopupOnLoad( el )
  2094. {
  2095.     if( typeof(el) == "string" )
  2096.         el = getElement(el);
  2097.  
  2098.     var src = el.getAttribute( "x-use-popup" );
  2099.     var bNeedMove=true;
  2100.     if(!src&&el.id)
  2101.     {
  2102.         for (var i=0;i<gPopupData.length;i++)
  2103.             if (gPopupData[i].el==el.id)
  2104.             {
  2105.                 src=gPopupData[i].popupId;
  2106.                 bNeedMove=false;
  2107.                 break;
  2108.             }
  2109.     }
  2110.     if(!src)
  2111.         src = el.style.getAttribute( "x-use-popup" );    
  2112.     if (!src)    
  2113.         return 0;
  2114.  
  2115.     var name = src;
  2116.     if( src.substr(0,1) == "#" ) 
  2117.         name = src.substr(1, src.length-1);
  2118.     var srcDiv = getElement(name);
  2119.     if( !srcDiv )
  2120.         return 1;
  2121.  
  2122.     if (bNeedMove)
  2123.     {
  2124.         var type = el.getAttribute( "x-popup-type" );
  2125.         if (!type)
  2126.             type = el.style.getAttribute("x-popup-type");
  2127.         if (!type)        
  2128.             return 1;        
  2129.         var setup = el.getAttribute( "x-tmp-setup" );
  2130.         var newId = name;
  2131.         if( newId.indexOf( "_tmp") <= 0 )
  2132.             newId += "_tmp";
  2133.  
  2134.         if( !setup)
  2135.         {
  2136.             el.setAttribute( "x-tmp-setup", 1 );
  2137.  
  2138.             if( type == "pulldown"  )
  2139.             {
  2140.                 var strAdjust = AdjustObjectTag(srcDiv.innerHTML,0);
  2141.                 var strCleanHTML = RetrieveCleanHTML(strAdjust, "<!--", "-->");
  2142.                 strCleanHTML = RetrieveCleanHTML(strCleanHTML, "<SCRIPT", "/SCRIPT>");
  2143.                 
  2144.                 //work around the bug in HH.exe that highlight the phrases when use Search tab
  2145.                 //this approach is just removing the <FONT...> tag inserted by Microsoft in the runtime
  2146.                 strCleanHTML = RetrieveCleanHTML(strCleanHTML, "<FONT color=#", "\">", 52);
  2147.                 
  2148.                 var strStyle = " style='display:none; position:relative;";
  2149.                 var newDiv = "<div class=droptext id=" + newId + strStyle + "'>" + strCleanHTML + "</div>";
  2150.  
  2151.                 removeThis(srcDiv); // empty the original DIV tag
  2152.                 var elParentPra = FindParentParagraph(el);
  2153.                 if( elParentPra )
  2154.                     insertAdjacentHTML(elParentPra, "afterEnd", newDiv );
  2155.             }
  2156.             else if( type == "expanding"  )
  2157.             {
  2158.                 var inner = RetrieveTextInner(srcDiv);
  2159.                 if( inner == "" )
  2160.                     inner = srcDiv.innerHTML;
  2161.                 var strAdjust = AdjustObjectTag(inner,0);
  2162.                 var strCleanHTML = RetrieveCleanHTML(strAdjust, "<!--", "-->");
  2163.                 strCleanHTML = RetrieveCleanHTML(strCleanHTML, "<SCRIPT", "/SCRIPT>");
  2164.                 var strClassName = (el.className == "glossterm") ? "glosstext" : "expandtext";
  2165.                 var newSpan = "<span class=" + strClassName + " style='display: none;' id=" + newId + "> " + strCleanHTML + "</span>";
  2166.                 removeThis(srcDiv); // empty the original DIV tag
  2167.                 insertAdjacentHTML(el, "afterEnd", newSpan );
  2168.             }
  2169.         }
  2170.     }
  2171.     else
  2172.     {
  2173.         srcDiv.style.display = "none";
  2174.     }
  2175.     return 0;
  2176. }
  2177. function kadovTextPopupOnLoad( el )
  2178. {
  2179.     return TextPopupOnLoad( el );
  2180. }
  2181. function getElementsByTag(obj,sTagName)
  2182. {
  2183.     if(obj.getElementsByTagName)
  2184.         return obj.getElementsByTagName(sTagName);
  2185.     else if(obj.all)
  2186.         return obj.all.tags(sTagName);
  2187.     return null;
  2188. }
  2189.  
  2190. function getElement(sID)
  2191. {
  2192.     if(document.getElementById)
  2193.         return document.getElementById(sID);
  2194.     else if(document.all)
  2195.         return document.all(sID);
  2196.     return null;
  2197. }
  2198.  
  2199. function getParentNode(obj)
  2200. {
  2201.     if(obj.parentNode)
  2202.         return obj.parentNode;
  2203.     else if(obj.parentElement)
  2204.         return obj.parentElement;
  2205.     return null;
  2206. }
  2207.  
  2208. function getChildNodes(obj)
  2209. {
  2210.     if(obj.childNodes)
  2211.     {
  2212.         var children = new Array();
  2213.         for (var i = 0; i < obj.childNodes.length; i++)
  2214.         {
  2215.             if (obj.childNodes[i].nodeType == 1)
  2216.                 children[children.length] = obj.childNodes[i];
  2217.         }
  2218.         return children;
  2219.     }
  2220.     else if(obj.children)
  2221.         return obj.children;
  2222.     return null;    
  2223. }
  2224.  
  2225. function removeThis(obj)
  2226. {
  2227.     if(obj.parentNode)
  2228.         obj.parentNode.removeChild(obj);
  2229.     else
  2230.         obj.outerHTML="";
  2231. }
  2232.  
  2233. function TextPopup( el )
  2234. {
  2235.     if (!gbBsIE4 && !gbBsOpera7 && !gbBsSafari && !gbBsNS6 && !gbBsKonqueror3 )
  2236.         return;
  2237.  
  2238.     var bNeedMove=true;
  2239.     
  2240.     if (window.event)
  2241.         window.event.cancelBubble = true;
  2242.  
  2243.     if( typeof(el) == "string" )
  2244.         el = getElement(el);
  2245.  
  2246.     if (!el||el==window)
  2247.         return;
  2248.     
  2249.     var src = el.getAttribute( "x-use-popup" );
  2250.     if(!src&&el.id)
  2251.     {
  2252.         for (var i=0;i<gPopupData.length;i++)
  2253.             if (gPopupData[i].el==el.id)
  2254.             {
  2255.                 src=gPopupData[i].popupId;
  2256.                 bNeedMove=false;
  2257.                 break;
  2258.             }
  2259.     }
  2260.     if(!src)
  2261.         src = el.style.getAttribute( "x-use-popup" );    
  2262.     if(!src)
  2263.         return;
  2264.         
  2265.     var name = src;
  2266.     if( src.substr(0,1) == "#" ) 
  2267.     if (bNeedMove)
  2268.         name = src.substr(1, src.length-1) + "_tmp";
  2269.     else
  2270.         name = src.substr(1, src.length-1);
  2271.  
  2272.     var srcDiv = getElement(name);
  2273.     if( !srcDiv )
  2274.         return;
  2275.  
  2276.     if( srcDiv )
  2277.     {
  2278.         if( srcDiv.style.display == "" )
  2279.             srcDiv.style.display = "none";
  2280.         else
  2281.         {
  2282.             srcDiv.style.display = "";
  2283.             if( typeof(srcDiv.bInitialized) == "undefined" )
  2284.             {
  2285.                 srcDiv.bInitialized = true;
  2286.                 InitEffects(name);
  2287.                 InitEachChild(srcDiv);
  2288.             }
  2289.         }
  2290.     }
  2291.     if(gbBsIE4)
  2292.         event.returnValue=false;
  2293.     return;
  2294. }
  2295.  
  2296. function kadovTextPopup( el )
  2297. {
  2298.     TextPopup( el );
  2299. }
  2300.  
  2301. function FindParentParagraph( el )
  2302. {
  2303.     if( typeof(el) == "string" )
  2304.         el = getElement(el);
  2305.     if( (!el) || el.tagName == "BODY" )
  2306.         return null;
  2307.     if( IsParagraph(getParentNode(el)) )
  2308.         return getParentNode(el);
  2309.     else
  2310.         return FindParentParagraph( getParentNode(el) );
  2311. }
  2312.  
  2313. function kadovFindParentParagraph( el )
  2314. {
  2315.     return FindParentParagraph( el );
  2316. }
  2317.  
  2318. //Begin HTML code invoked function
  2319. function RegisterEventHandler( obj, strEvent, strEventHandler )
  2320. {
  2321.     if( !gbBsIE4 )
  2322.         return;
  2323.     CCSSP.RegisterEventHandler( obj, strEvent, strEventHandler );
  2324. }
  2325.  
  2326. function kadovRegisterEventHandler( obj, strEvent, strEventHandler )
  2327. {
  2328.  RegisterEventHandler( obj, strEvent, strEventHandler );
  2329. }
  2330.  
  2331.  
  2332. function textPopupData(el, popupId)
  2333. {
  2334.     this.el = el;
  2335.     this.popupId = "#"+popupId;
  2336. }
  2337.  
  2338. var gPopupData = new Array();
  2339.  
  2340. function TextPopupInit( el, popupId)
  2341. {
  2342.     if (!gbBsIE4 && !gbBsOpera7 && !gbBsSafari && !gbBsNS6 && !gbBsKonqueror3)
  2343.         return;
  2344.         
  2345.     if( typeof(el) == "string" )
  2346.     {
  2347.         if (popupId)
  2348.         {
  2349.             gPopupData[gPopupData.length]=new textPopupData(el, popupId);
  2350.         }
  2351.         el = getElement(el);
  2352.     }
  2353.         
  2354.     if( el != null )
  2355.     {
  2356.         CCSSP.RegisterEventHandler( el, "onclick", "TextPopup(\"" + el.id +"\");" );
  2357.         CCSSP.RegisterEventHandler( window, "onload", "TextPopupOnLoad(\"" + el.id +"\");" );
  2358.     }
  2359. }
  2360.  
  2361. function kadovTextPopupInit( el, popupId)
  2362. {
  2363.     return TextPopupInit( el, popupId);
  2364. }
  2365. //End HTML code invoked function
  2366.  
  2367. //End to support extended and dropdown text effects.
  2368.  
  2369. //Begin to convert iWrite format to RoboEditor Format for DHTML effects
  2370. function InitTriggersInHead( )
  2371. {
  2372.   if( Object.xDelayedInitElements )
  2373.   {
  2374.      var x = Object.xDelayedInitElements;
  2375.      for(i=0; i<x.length; i++)
  2376.          InitTrigger( x[i] );
  2377.   }
  2378. }
  2379.  
  2380. function kadovInitTriggersInHead( )
  2381. {
  2382.     InitTriggersInHead( );
  2383. }
  2384.  
  2385. //Begin HTML code invoked function
  2386. function FilePopupInit( el )
  2387. {
  2388.     if( typeof(el) == "string" )
  2389.         el = getElement(el);
  2390.  
  2391.     if( el != null )
  2392.         CCSSP.RegisterEventHandler( el, "onmouseover", "BSPSPopupOnMouseOver(event);" );
  2393. }
  2394. function kadovFilePopupInit( el )
  2395. {
  2396.     FilePopupInit( el );
  2397. }
  2398.  
  2399. function InitTrigger( element )
  2400. {
  2401.     if( !gbBsIE4 )
  2402.         return;
  2403.     var srcElement = element;
  2404.     if( typeof(srcElement) == "string" )
  2405.     {
  2406.         srcElement = getElement(element,0);
  2407.         if(srcElement == null)
  2408.             return;
  2409.     }
  2410.     
  2411.     if( !IsParentVisible(srcElement) )
  2412.         return;
  2413.  
  2414.     var targets = srcElement.getAttribute( "x-targets" );
  2415.     if (!targets)
  2416.         targets = srcElement.style.getAttribute("x-targets");
  2417.     if (!targets)
  2418.         return;    
  2419.     var arrOneTarget = targets.split( "," );
  2420.     for( var i = 0; i < arrOneTarget.length; i ++ )
  2421.         bsscFXInit( element, arrOneTarget[i], null, null, null, null );
  2422. }
  2423.  
  2424. function kadovInitTrigger( element )
  2425. {
  2426.     InitTrigger( element )
  2427. }
  2428.  
  2429. function IsParentVisible( el )
  2430. {
  2431.     if( typeof(el) == "string" )
  2432.         el = getElement(el);
  2433.     if( (!el) || el.tagName == "BODY" )
  2434.         return true;
  2435.     if( el.style.display == 'none' ) //el.visibility == 'hidden' || 
  2436.         return false;
  2437.     else
  2438.         return IsParentVisible( getParentNode(el) );
  2439. }
  2440.  
  2441. function kadovIsParentVisible( el )
  2442. {
  2443.     return IsParentVisible( el );
  2444. }
  2445. function InitEffects( element )
  2446. {
  2447.     if( !gbBsIE4 )
  2448.         return;
  2449.     var srcElement = element;
  2450.     if( typeof(srcElement) == "string" )
  2451.     {
  2452.         srcElement = getElement(element,0);
  2453.         if(srcElement == null)
  2454.             return;
  2455.     }
  2456.     
  2457.     if( !IsParentVisible(srcElement) )
  2458.         return;
  2459.     
  2460.     InitEffect( srcElement, "x-on-hover" );
  2461.     InitEffect( srcElement, "x-on-pageclick" );
  2462.     InitEffect( srcElement, "x-on-pageload" );
  2463.     InitEffect( srcElement, "x-on-trigger-1" );
  2464.     InitEffect( srcElement, "x-on-trigger-2" );
  2465. }
  2466.  
  2467. function kadovInitEffects( element )
  2468. {
  2469.     InitEffects( element );
  2470. }
  2471. //End HTML code invoked function
  2472.  
  2473. function InitEffect( element, prop )
  2474. {
  2475.     var values = null;
  2476.     if( element.getAttribute( "currentStyle" )  && element.currentStyle.getAttribute)
  2477.         values = element.currentStyle.getAttribute( prop );
  2478.     else  if (element.style.getAttribute)
  2479.         values = element.style.getAttribute( prop );
  2480.     if( !values )
  2481.         return;
  2482.  
  2483.     var functions = new Array();
  2484.     var nIdx = 0, nStart = 0;
  2485.     var nNext = values.indexOf( "\)", 0);
  2486.     while( nNext >= 0 && nNext < values.length )
  2487.     {
  2488.         functions[nIdx] = values.substr( nStart, nNext-nStart+1);
  2489.         nStart = nNext + 1;
  2490.         nIdx++;
  2491.         nNext = values.indexOf( "\)", nStart);
  2492.     }
  2493.         
  2494.     for( var i=0; i<functions.length; i++)
  2495.     {
  2496.         var id = element.getAttribute( "id" );
  2497.         var translatedProp = TranslateProp(prop);
  2498.  
  2499.         var lp = functions[i].indexOf( "(" );
  2500.         var fnname = functions[i].substring(0, lp);
  2501.         var srcargs = functions[i].substring(lp+1, functions[i].length-1);
  2502.         
  2503.         var nClickTimes = 1;
  2504.         var arrForClickCount = srcargs.split( "," );
  2505.         for( var j = 0; j < arrForClickCount.length; j++ )
  2506.         {// to locate and get the "clicks=99" settings
  2507.             var nPageClick = arrForClickCount[j].indexOf("clicks");
  2508.             if( nPageClick >= 0 )
  2509.             {
  2510.                 nPageClick = arrForClickCount[j].indexOf("=");
  2511.                 if( nPageClick > 0 )
  2512.                 {
  2513.                     nClickTimes = arrForClickCount[j].substring( nPageClick + 1, arrForClickCount[j].length) * 1;
  2514.                     break;
  2515.                 }
  2516.             }
  2517.         }
  2518.         var args = srcargs;
  2519.         if( j < arrForClickCount.length )
  2520.         {// to strip out the "clicks=99" from the arguments string
  2521.             args = "";
  2522.             for( var k = 0; k < arrForClickCount.length; k ++ )
  2523.             {
  2524.                 if( k != j )
  2525.                 {
  2526.                     args += arrForClickCount[k];
  2527.                     if( k < arrForClickCount.length - 1 )
  2528.                         args += ",";
  2529.                 }
  2530.             }
  2531.         }
  2532.         bsscFXInit( null, id, translatedProp, fnname, args, nClickTimes );
  2533.     }
  2534. }
  2535.  
  2536. function kadovInitEffect( element, prop )
  2537. {
  2538.     InitEffect( element, prop );
  2539. }
  2540.  
  2541. function TranslateProp( prop )
  2542. {
  2543.     switch( prop )
  2544.     {
  2545.     case "x-on-hover" :     return "bsschover";
  2546.     case "x-on-pageclick" : return "bsscpageclick";
  2547.     case "x-on-pageload" :  return "bsscpageload";
  2548.     case "x-on-trigger-1" : return "bssctrigger1";
  2549.     case "x-on-trigger-2" : return "bssctrigger2";
  2550.     }
  2551.     return null;
  2552. }
  2553.  
  2554. function kadovTranslateProp( prop )
  2555. {
  2556.     return TranslateProp( prop );
  2557. }
  2558.  
  2559. //End to convert iWrite format to RoboEditor Format for DHTML effects
  2560.  
  2561. //Begin the definition of one entry to DHTML effects
  2562. function bsscFXInit( trigger_ID, target_ID, event_type, 
  2563.     action_type, action_setting, event_addional )
  2564. {
  2565.     if( (!gbBsWindows && !gbBsSunOS  && !(gbBsMac&&gbBsIE5)) || typeof(target_ID) != "string" )//MUST have a target_ID
  2566.         return; // we don't support Navigator yet
  2567.     
  2568.     if( typeof(event_type) == "string" )
  2569.         event_type = event_type.toLowerCase();
  2570.     if( typeof(action_type) == "string" )
  2571.         action_type = action_type.toLowerCase();
  2572.     if( typeof(action_setting) == "string" )
  2573.          action_setting = action_setting.toLowerCase();
  2574.     
  2575.     // to get the target element then add it to the target list
  2576.     var eleTarget = CCSSP.GetObject( target_ID );
  2577.     if( (eleTarget != null) && (event_type != null) && (action_type != null) )
  2578.     {
  2579.         CEngine.AddOneTarget( target_ID, eleTarget );
  2580.         CEngine.BuildTargetObject(target_ID, event_type, action_type, action_setting, event_addional);
  2581.     }
  2582.     
  2583.     // to validate the trigger_ID parameter
  2584.     if( typeof(trigger_ID) == "string" && trigger_ID != "" )
  2585.         CEngine.BuildTriggerObject( trigger_ID, target_ID );
  2586. }    
  2587. //End the definition of one entry to DHTML effects
  2588.  
  2589. /// Section End  - DHTM (JavaScript 1.2)
  2590.  
  2591. /// Section Begin  - CCSSP DHTM (JavaScript 1.2)
  2592.  
  2593. //Begin JavaScript libary for cross-platform positioning object.
  2594. function CCSSP(){} // constructor of CCSSP class
  2595.  
  2596. CCSSP.GetObject = function( obj )
  2597. {//convert object name string or reference into a valid object reference
  2598.     if( typeof(obj) == "object" )
  2599.         return obj;
  2600.     else if( typeof(obj) == "string" && obj != "")
  2601.     {
  2602.         if( gbBsNS4 )
  2603.             return eval("document." + obj);
  2604.         else
  2605.             return eval("document.all(\"" + obj + "\")");
  2606.     }
  2607.     else
  2608.         return null;
  2609. }
  2610.  
  2611. CCSSP.MoveObjectTo = function(obj, x, y)
  2612. {//positioning an object at a specific pixel coordinate
  2613.     if( gbBsNS4 )
  2614.         obj.moveTo(x,y);
  2615.     else
  2616.     {
  2617.         obj.style.pixelLeft = x;
  2618.         obj.style.pixelTop = y;
  2619.     }
  2620. }
  2621.  
  2622. CCSSP.MoveObjectBy = function(obj, dx, dy)
  2623. {//moveing a object by x and/or y pixel
  2624.     if( gbBsNS4 )
  2625.         obj.moveBy(dx,dy);
  2626.     else
  2627.     {
  2628.         obj.style.pixelLeft += dx;
  2629.         obj.style.pixelTop += dy;
  2630.     }
  2631. }
  2632.  
  2633. CCSSP.SetObjectBGColor = function(obj, color)
  2634. {//set the background color of an object
  2635.     if( gbBsNS4 )
  2636.         obj.bgColor = color;
  2637.     else
  2638.         obj.style.backgroundColor = color;
  2639. }
  2640.  
  2641. CCSSP.ShowObject = function(obj, bShow)
  2642. {// set the object to be visible or invisible
  2643.     if( gbBsNS4 )
  2644.         obj.visibility = (bShow == true) ? 'show' : 'hide';
  2645.     else
  2646.         obj.style.visibility = (bShow == true) ? 'visible' : 'hidden';// when hidden, it still occupy some space.
  2647. }
  2648.  
  2649. CCSSP.GetObjectLeft = function(obj)
  2650. {// retrieve the x coordinate of a posionable object
  2651.     if( gbBsNS4 )
  2652.         return obj.left;
  2653.     else
  2654.         return obj.style.pixelLeft;
  2655. }
  2656.  
  2657. CCSSP.GetObjectTop = function(obj)
  2658. {// retrieve the y coordinate of a posionable object
  2659.     if( gbBsNS4 )
  2660.         return obj.top;
  2661.     else
  2662.         return obj.style.pixelTop;
  2663. }
  2664.  
  2665. CCSSP.GetObjectContainLeft = function(obj)
  2666. {// retrieve the x coordinate of a posionable object relative to it's parent element
  2667.     if( gbBsNS4 )
  2668.         return obj.pageX;
  2669.     else
  2670.     {
  2671.         if( obj == document.body )
  2672.             return obj.clientLeft;
  2673.         else
  2674.             return obj.offsetLeft;
  2675.     }
  2676. }
  2677.  
  2678. CCSSP.GetObjectWindowLeft = function(obj)
  2679. {// retrieve the x coordinate of a posionable object relative to browser window
  2680.     if( gbBsNS4 )
  2681.         return obj.pageX;
  2682.     else
  2683.     {
  2684.         var nOffsetWindowLeft = 0;
  2685.         for(var element = obj; element; element = element.offsetParent)
  2686.             nOffsetWindowLeft += CCSSP.GetObjectContainLeft(element);
  2687.         return nOffsetWindowLeft;
  2688.     }
  2689. }
  2690.  
  2691. CCSSP.GetObjectContainTop = function(obj)
  2692. {// retrieve the y coordinate of a posionable object relative to it's parent element
  2693.     if( gbBsNS4 )
  2694.         return obj.pageY;
  2695.     else
  2696.     {
  2697.         if( obj == document.body )
  2698.             return obj.clientTop;
  2699.         else
  2700.             return obj.offsetTop;
  2701.     }
  2702. }
  2703.  
  2704. CCSSP.GetObjectWindowTop = function(obj)
  2705. {// retrieve the y coordinate of a posionable object relative to browser window
  2706.     if( gbBsNS4 )
  2707.         return obj.pageY;
  2708.     else
  2709.     {
  2710.         var nOffsetWindowTop = 0;
  2711.         for(var element = obj; element; element = element.offsetParent)
  2712.             nOffsetWindowTop += CCSSP.GetObjectContainTop(element);
  2713.         return nOffsetWindowTop;
  2714.     }
  2715. }
  2716.  
  2717. CCSSP.GetObjectHeight = function(obj)
  2718. {// retrieve the height of a posionable object
  2719.     if( gbBsNS4 )
  2720.         return obj.clip.height;
  2721.     else
  2722.         return obj.offsetHeight;
  2723. }
  2724.  
  2725. CCSSP.GetObjectWidth = function(obj)
  2726. {// retrieve the width of a posionable object
  2727.     if( gbBsNS4 )
  2728.         return obj.clip.width;
  2729.     else
  2730.         return obj.offsetWidth;
  2731. }
  2732.  
  2733. CCSSP.RegisterEventHandler = function( srcObj, rawEventName, funcHandler )
  2734. { // to add the "funcHandler" as the "rawEventName" 's handler to the "srcObj" object,the original event handler will be combined
  2735.     if (gbBsNS4 && !gbBsNS6)
  2736.         return ;
  2737.         
  2738.     var oldHandler = "";
  2739.  
  2740.     if (gbBsMac &&gbBsIE4&&!gbBsIE5)
  2741.     {
  2742.         if (typeof(srcObj[rawEventName.toLowerCase()])=="unknown")
  2743.         { //search for <SCRIPT> tag which define the event handler
  2744.             for( var i = 0; i < document.scripts.length; i++ ) 
  2745.             {
  2746.                 var script = document.scripts[i];
  2747.                 if( (script.htmlFor == srcObj.id || script.htmlFor == srcObj ) && script.event == rawEventName )
  2748.                 {
  2749.                     oldHandler = script.innerHTML;
  2750.                     break;
  2751.                 }
  2752.             }
  2753.         }
  2754.     }
  2755.     else
  2756.     {
  2757.         var oldInlineHandler = srcObj[rawEventName.toLowerCase()];
  2758.         if( oldInlineHandler != null && typeof(oldInlineHandler) != "undefined")
  2759.         {
  2760.             var functionDefinition = oldInlineHandler.toString();
  2761.             var bodyStart = functionDefinition.indexOf( "{" );
  2762.             var bodyEnd = functionDefinition.lastIndexOf( "}" );
  2763.             if( bodyStart > 0 || bodyEnd > bodyStart )
  2764.                 oldHandler = functionDefinition.substr( bodyStart + 1, bodyEnd - bodyStart - 2 );
  2765.         }
  2766.         else if( gbBsIE4 )
  2767.         { //search for <SCRIPT> tag which define the event handler
  2768.             for( var i = 0; i < document.scripts.length; i++ ) 
  2769.             {
  2770.                 var script = document.scripts[i];
  2771.                 if( (script.htmlFor == srcObj.id || script.htmlFor == srcObj ) && script.event == rawEventName )
  2772.                 {
  2773.                     oldHandler = script.innerHTML;
  2774.                     break;
  2775.                 }
  2776.             }
  2777.         }
  2778.     }
  2779.     if( oldHandler.indexOf(funcHandler) >= 0 )
  2780.         return;// to prevent register the funtion twice.
  2781.  
  2782.     if( gbBsNS4 ) // only "onload, onresize, onfocus" apply to window
  2783.     {// other raw events will apply to layer
  2784.         var noOn = rawEventName.substring(2, rawEventName.length);
  2785.         if( typeof(noOn) == "string" && noOn.length > 3 ) {
  2786.             if (srcObj.captureEvents)
  2787.                 srcObj.captureEvents( Event[noOn.toUpperCase()] );
  2788.         }
  2789.     }
  2790.     
  2791.     var newHandler = oldHandler;
  2792.     if( newHandler.length == 0 )
  2793.         newHandler = funcHandler;
  2794.     else
  2795.         newHandler += "; " + funcHandler;
  2796.     
  2797.     srcObj[rawEventName.toLowerCase()] = new Function( newHandler );
  2798. }
  2799.  
  2800. CCSSP.GetWindowHeight = function()
  2801. {// retrieve the height of available content in browser window
  2802.     if( gbBsNS4 )
  2803.         return window.innerHeight;
  2804.     else
  2805.         return document.body.clientHeight;
  2806. }
  2807.  
  2808. CCSSP.GetWindowBottom = function()
  2809. {// retrieve the bottom postion of browser window
  2810.     if( gbBsNS4 )
  2811.         return window.outerHeight + window.pageYOffset;
  2812.     else
  2813.         return document.body.clientHeight + document.body.scrollTop;
  2814. }
  2815.  
  2816. CCSSP.GetWindowWidth = function()
  2817. {// retrieve the width of available content in browser window
  2818.     if( gbBsNS4 )
  2819.         return window.innerWidth;
  2820.     else
  2821.         return document.body.clientWidth;
  2822. }
  2823.  
  2824. CCSSP.GetWindowRight = function()
  2825. {// retrieve the right postion of browser window
  2826.     if( gbBsNS4 )
  2827.         return window.outerWidth + window.pageXOffset;
  2828.     else
  2829.         return document.body.clientWidth + document.body.scrollLeft;
  2830. }
  2831.  
  2832. CCSSP.TrimString = function( objString, subtrim )
  2833. {// to trim the "subtrim" in the beginning and ending of a string object
  2834.     if( typeof(subtrim) != "string" || subtrim == null )
  2835.         return objString;
  2836.     var strHead = objString.substring(0, 1);
  2837.     var strRear = objString.substring(objString.length-1, objString.length);
  2838.     if( strHead != subtrim && strRear != subtrim )
  2839.         return objString;
  2840.     
  2841.     var spacePos = objString.indexOf(subtrim);
  2842.     if( spacePos < 0 )
  2843.         return objString;
  2844.     else if( spacePos == objString.length - 1 )
  2845.         return objString.substring(0, spacePos);
  2846.     else
  2847.     {
  2848.         var newString = objString.substring( spacePos + 1, objString.length);
  2849.         return CCSSP.TrimString( newString, subtrim );
  2850.     }
  2851. }
  2852.  
  2853. CCSSP.TrimSpace = function( objString )
  2854. {
  2855.     var Trim1 = CCSSP.TrimString( objString, " ");
  2856.     return CCSSP.TrimString( Trim1, "\'");
  2857. }
  2858.  
  2859. CCSSP.GetEventElement = function( navEventObject )
  2860. {// to get the element who fired the current event
  2861.     if(gbBsNS4) 
  2862.         if (gbBsNS6)
  2863.             return null;
  2864.         else
  2865.              navEventObject.target;
  2866.     else
  2867.         return event.srcElement;
  2868. }
  2869.  
  2870. CCSSP.PrepareFilter = function( Obj )
  2871. {//to prepare for making the filter work
  2872.     Obj.style.filter = "";
  2873.     if( Obj.style.width != "" || Obj.style.height != "" || Obj.style.position == "absolute" )
  2874.         return;
  2875.     Obj.style.height = CCSSP.GetObjectHeight(Obj);
  2876. }
  2877.  
  2878. CCSSP.IsDescendant = function( progenitor, progeny )
  2879. {
  2880.     if( typeof(progeny) == "undefined" || progeny == null )
  2881.         return false;
  2882.     else if( progeny == progenitor )
  2883.         return true; 
  2884.     else if( progeny.id == progenitor.id ) 
  2885.         return true; 
  2886.     else if( getParentNode(progeny) == getParentNode(progenitor))
  2887.         return false;
  2888.     else
  2889.         return CCSSP.IsDescendant( progenitor, getParentNode(progeny));
  2890. }
  2891.  
  2892. CCSSP.IsTextTag = function( Obj )
  2893. {
  2894.     if( typeof( Obj.tagName ) == "undefined" )
  2895.         return false;
  2896.     return( Obj.tagName.indexOf("H") == 0 || Obj.tagName == "P" || 
  2897.             Obj.tagName == "FONT" || Obj.tagName == "SPAN" );
  2898. }
  2899.  
  2900. //End JavaScript libary for cross-platform positioning object.
  2901.  
  2902. /// Section End  - CCSSP DHTM (JavaScript 1.2)
  2903.  
  2904. /// Section Begin  - CCSSP DHTM 1 (JavaScript 1.2)
  2905.  
  2906. //Begin the definition of class CTrigger
  2907. function CTrigger( TriggerElement )
  2908. {
  2909.     // object : the trigger element. Never be null. 
  2910.     this.eleTrigger = TriggerElement;
  2911.     
  2912.     // number : the click counter number: only 3 values: 0,1,2;
  2913.     this.nCounter = 0; 
  2914.     
  2915.     //object as associative array of string:
  2916.     // the associate target ID strings; one element at least.            
  2917.     this.objStrTarget = new Object();
  2918.     this.eleTrigger.style.cursor = "hand";
  2919.     if( this.eleTrigger.tagName == "AREA" && this.eleTrigger.getAttribute("href") == "" )
  2920.         this.eleTrigger.setAttribute("href", "#") // to make a hand cursor for image map
  2921. }
  2922.  
  2923. CTrigger.prototype.AddTargetID = function( strTargetID )
  2924. {// add one target ID string to the objStrTarget
  2925.     if( typeof(strTargetID) != "string" )
  2926.         return ;
  2927.     if( typeof(this.objStrTarget[strTargetID]) != "string" )
  2928.         this.objStrTarget[strTargetID] = strTargetID;
  2929. }
  2930.  
  2931. CTrigger.prototype.OnTriggerClick = function()
  2932. {// to activate all asociated target
  2933.     var strEventType = ( (this.nCounter++)% 2 == 0 ) ? 
  2934.         "bssctrigger1" : "bssctrigger2";
  2935.         
  2936.     // to enumerate associative target element's ID string
  2937.     for( var strTargetID in this.objStrTarget ) 
  2938.         CEngine.SendEventToOneTarget( strTargetID, strEventType );
  2939. }
  2940. //End the definition of class CTrigger
  2941.  
  2942. //Begin the definition of class CTarget
  2943. function CTarget( TargetElement )
  2944. {
  2945.     // object : the target element. Never be null.
  2946.     this.eleTarget = TargetElement;
  2947.     this.objManager = new Object(); // object: the event manager
  2948.  
  2949. CTarget.nPageClickCounter = 0;// static class property.
  2950.  
  2951. CTarget.prototype.GetAgencyObject = function(str_action_type,action_setting )
  2952. {// return the action agency ( effect )object's refernece 
  2953.     switch( str_action_type )
  2954.     {
  2955.     case "show":return new CAgencyShow( this.eleTarget, true ) ;
  2956.     case "hide":return new CAgencyShow( this.eleTarget, false ) ;
  2957.  
  2958.     case "flyin" : 
  2959.         return new CAgencyFly(this.eleTarget, action_setting, true);
  2960.     case "flyout" : 
  2961.         return new CAgencyFly(this.eleTarget, action_setting, false);
  2962.     case "spiralin" : 
  2963.         return new CAgencySpiral(this.eleTarget, action_setting, true);
  2964.     case "spiralout" : 
  2965.         return new CAgencySpiral(this.eleTarget, action_setting, false);
  2966.     case "zoomin" :
  2967.         return new CAgencyZoom(this.eleTarget, action_setting, true);
  2968.     case "zoomout" : 
  2969.         return new CAgencyZoom(this.eleTarget, action_setting, false);
  2970.     case "elastic" : 
  2971.         return new CAgencyElastic(this.eleTarget, action_setting);
  2972.         
  2973.     case "fadein" : 
  2974.         return (gbBsIE4)? new CAgencyAlpha(this.eleTarget, action_setting, true) : null;
  2975.     case "fadeout" :
  2976.         return (gbBsIE4)? new CAgencyAlpha(this.eleTarget, action_setting, false) : null;
  2977.     case "rockrollstatic" :
  2978.     case "rockroll" :
  2979.         return (gbBsIE4)? new CAgencyWave(this.eleTarget, action_setting, false) : null;
  2980.  
  2981.     case "glow":
  2982.         return (gbBsIE4)? new CAgencyGlow(this.eleTarget,action_setting) : null;
  2983.     case "dropshadow":
  2984.         return (gbBsIE4)? new CAgencyDropShadow(this.eleTarget,action_setting) : null;
  2985.     case "transition" :
  2986.         return (gbBsIE4)? new CAgencyRevealTrans(this.eleTarget,action_setting) : null;
  2987.     case "blur" :
  2988.         return (gbBsIE4)? new CAgencyBlur(this.eleTarget,action_setting) : null;
  2989.  
  2990.     case "fliph" : // all these 4 do NOT need any parameters
  2991.     case "flipv" :
  2992.     case "invert":
  2993.     case "gray" :
  2994.         return (gbBsIE4)? new CAgencyChangeFilter(this.eleTarget, str_action_type) : null;
  2995.     
  2996.     case "fontchange": // the effects below change the style on the fly, so won't work in Navigator
  2997.         return (gbBsIE4)? new CAgencyFontChange(this.eleTarget,action_setting) : null;
  2998.     case "boderchange": 
  2999.     case "stylechange":
  3000.         return (gbBsIE4)? new CAgencyChangeStyle(this.eleTarget,action_setting) : null;
  3001.  
  3002.     default: return null;
  3003.     }
  3004. }
  3005.  
  3006. CTarget.prototype.SetEventManager = function( 
  3007.     one_event_type,str_action_type,action_setting,event_additional)
  3008. {// to set the event manager with specified action 
  3009.     if( typeof( one_event_type ) != "string" ||    
  3010.         typeof( str_action_type ) != "string"||
  3011.         typeof( action_setting ) != "string" )
  3012.         return false;
  3013.     if( typeof(this.objManager[one_event_type]) == "undefined" )
  3014.     {
  3015.         this.objManager[one_event_type] = new Object();
  3016.         this.objManager[one_event_type].length = 0;
  3017.     }
  3018.     
  3019.     var eventAgency = this.GetAgencyObject(str_action_type,action_setting);
  3020.     if( eventAgency != null )
  3021.     {
  3022.         var ct = this.objManager[one_event_type].length ++;
  3023.         this.objManager[one_event_type][ct] = eventAgency;
  3024.         
  3025.         if( one_event_type == "bsscpageclick" )
  3026.         {// to deal with the "number of pageclick" stuff
  3027.             if( typeof(event_additional) == "number" )
  3028.                 this.objManager[one_event_type][ct].nPageClick = event_additional;
  3029.             else // set the default number 
  3030.                 this.objManager[one_event_type][ct].nPageClick = 1;
  3031.             
  3032.             if( (typeof(this.objManager.nMinPageClickIndex) == "undefined") ||
  3033.                 (this.objManager[one_event_type][ct].nPageClick < 
  3034.                     this.objManager[one_event_type][this.objManager.nMinPageClickIndex].nPageClick) )
  3035.                 this.objManager.nMinPageClickIndex = ct;
  3036.         }
  3037.         
  3038.         //hide the object blindly,SetState function will take care of the final correct state
  3039.         if( ((one_event_type == "bsscpageclick") && 
  3040.              (this.objManager[one_event_type][ct].nPageClick == 1)) ||
  3041.             one_event_type == "bsscpageload" ||
  3042.             one_event_type == "bssctrigger1" )
  3043.             CCSSP.ShowObject( this.eleTarget, false );
  3044.         
  3045.         if( one_event_type == "bssctrigger1" || one_event_type == "bssctrigger2" )
  3046.             if( typeof( this.strTriggerEvent ) == "undefined" )
  3047.                 this.strTriggerEvent = ( one_event_type == "bssctrigger1" ) ? "bssctrigger2" : "bssctrigger1";
  3048.             
  3049.         return true;
  3050.     }
  3051.     return false;
  3052. }
  3053.  
  3054. CTarget.prototype.OnEvent = function( strBsscEvent )
  3055. {// response to the event ( bssc format )
  3056.     if( typeof(this.objManager[strBsscEvent]) == "object" )
  3057.     { // to get the event agency from the event manager
  3058.         var eventAgency = this.objManager[strBsscEvent];
  3059.         for( var i = 0; i < eventAgency.length; i++ )
  3060.         {
  3061.             if( strBsscEvent == "bsscpageclick" && 
  3062.                  eventAgency[i].nPageClick != CTarget.nPageClickCounter )
  3063.                  continue;
  3064.             else if( strBsscEvent == "bsschover" && event.type == "mouseout" )
  3065.                 eventAgency[i].EndEffect();
  3066.             else // to invoke the unified function in effect object    
  3067.                 eventAgency[i].UpdateEffect(); 
  3068.         }
  3069.     }
  3070. }
  3071.  
  3072. CTarget.prototype.SetState = function( strBsscEvent )
  3073. {
  3074.     if( typeof(this.objManager[strBsscEvent]) != "object" )
  3075.         return false;
  3076.  
  3077.     // to get the event agency from the event manager
  3078.     var eventAgency = this.objManager[strBsscEvent];
  3079.     
  3080.     if( strBsscEvent == "bsscpageclick" )
  3081.     {// we only set the initial state for the minium number of pageclick 
  3082.         eventAgency[this.objManager.nMinPageClickIndex].PrepareEffect();
  3083.         return true;
  3084.     }
  3085.     else
  3086.     {
  3087.         for( var i = 0; i < eventAgency.length; i++ )
  3088.             eventAgency[i].PrepareEffect(); // to invoke the unified function in effect object     
  3089.         if( i > 0 )
  3090.             return true;
  3091.         else
  3092.             return false;
  3093.     }
  3094. }
  3095. //End the definition of class CTarget
  3096.  
  3097. //Begin the definition of CEngine class
  3098. function CEngine(){}// all properities are going be "class" properities
  3099.  
  3100. // object : as associative array of trigger objects
  3101. CEngine.objTrigger = new Object();
  3102. // object : as associative array of target objects 
  3103. CEngine.objTarget = new Object(); 
  3104.  
  3105. // Array : each element is a CAgencyXXX animation object
  3106. CEngine.arrAnimation = new Array();
  3107. CEngine.PerformAnimation = function( nIndex )
  3108. {// animation : update effects function
  3109.     CEngine.arrAnimation[nIndex].UpdateEffect();
  3110. }
  3111.  
  3112. CEngine.AddOneTrigger = function(TriggerID,TriggerElement)
  3113. {// add one Trigger object into the trigger array
  3114.     if( typeof(TriggerID) != "string" || TriggerElement == null ||
  3115.         typeof(TriggerElement) != "object" )
  3116.         return;
  3117.     if( typeof(CEngine.objTrigger[TriggerID] ) != "object" )
  3118.         CEngine.objTrigger[TriggerID] = new CTrigger(TriggerElement);
  3119. }
  3120.     
  3121. CEngine.AddOneTarget = function(TargetID, TargetElement)
  3122. {// add one Target object into the target array
  3123.     if( typeof(TargetID) != "string" || TargetElement == null ||
  3124.         typeof(TargetElement) != "object" )
  3125.         return;
  3126.     if( typeof(CEngine.objTarget[TargetID]) != "object" )
  3127.         CEngine.objTarget[TargetID] = new CTarget( TargetElement );
  3128. }
  3129.  
  3130. CEngine.SendEventToOneTarget = function(strTargetID, strBsscEvent )
  3131. {// to activate one target object
  3132.     if( typeof(CEngine.objTarget[strTargetID]) == "object" ) 
  3133.     {
  3134.         if( strBsscEvent == "bssctrigger1" || strBsscEvent == "bssctrigger2" )
  3135.         {//now, the "bssctrigger1" and "bssctrigger2" work like a toggle
  3136.             if( strBsscEvent == CEngine.objTarget[strTargetID].strTriggerEvent )
  3137.                 strBsscEvent = (strBsscEvent == "bssctrigger1") ? "bssctrigger2" : "bssctrigger1";
  3138.             CEngine.objTarget[strTargetID].strTriggerEvent = strBsscEvent;
  3139.         }
  3140.         CEngine.objTarget[strTargetID].OnEvent( strBsscEvent );
  3141.     }
  3142. }
  3143.  
  3144. CEngine.SendEventToAllTarget = function( strBsscEvent )
  3145. { //to activate all target associative to the BSSC event
  3146.     for( var strTargetID in CEngine.objTarget ) //to enumerate all target
  3147.         CEngine.SendEventToOneTarget( strTargetID, strBsscEvent );
  3148. }
  3149.  
  3150. CEngine.SetOneTargetInitialState = function( strTargetID )
  3151. {// only invoked after ALL effects for the target have been set
  3152.     if( typeof(CEngine.objTarget[strTargetID]) == "object" ) 
  3153.     {// to get target object
  3154.         var objTarget = CEngine.objTarget[strTargetID];
  3155.         if( objTarget.SetState( "bsscpageload" ) == false )
  3156.         {
  3157.             objTarget.SetState( "bsscpageclick" );
  3158.             objTarget.SetState( "bssctrigger1" );
  3159.         }
  3160.     }
  3161. }
  3162.  
  3163. CEngine.AdjustPageClickCounter = function()
  3164. {
  3165.     var nAdjustedClickCounter = CTarget.nPageClickCounter;
  3166.     var bAdjusted = false;
  3167.     for( var strTargetID in CEngine.objTarget ) //to enumerate all target
  3168.     {// try to find the minum pageCliclConter greater than CTarget.nPageClickCounter
  3169.         var objEventPageClick = CEngine.objTarget[strTargetID].objManager.bsscpageclick;
  3170.         if( objEventPageClick != null )
  3171.         {
  3172.             for( var i = 0; i < objEventPageClick.length; i++ )
  3173.             {
  3174.                 var nOtherPageClick = objEventPageClick[i].nPageClick;
  3175.                 if( nOtherPageClick == CTarget.nPageClickCounter )
  3176.                     return;
  3177.                 if( nOtherPageClick > CTarget.nPageClickCounter )
  3178.                 {
  3179.                     if( !bAdjusted )
  3180.                     {
  3181.                         nAdjustedClickCounter = nOtherPageClick;
  3182.                         bAdjusted = true;
  3183.                     }
  3184.                     else if( nOtherPageClick < nAdjustedClickCounter )
  3185.                         nAdjustedClickCounter = nOtherPageClick;
  3186.                 }
  3187.             }
  3188.         }
  3189.     }
  3190.     CTarget.nPageClickCounter = nAdjustedClickCounter;
  3191. }
  3192.  
  3193. CEngine.OnPageLoad = function()
  3194. {     
  3195.     // first, to set all target's initial state
  3196.     for( var strTargetID in CEngine.objTarget )
  3197.         CEngine.SetOneTargetInitialState( strTargetID );
  3198.     
  3199.     // to invoke all target's onpageload handler
  3200.     CEngine.SendEventToAllTarget( "bsscpageload" );
  3201. }
  3202.  
  3203. CEngine.OnPageClick = function()
  3204. { // to invoke all target's onpageclick handler
  3205.     var src = CCSSP.GetEventElement( arguments[0] );
  3206.     if( src == null )
  3207.         return;
  3208.         
  3209.     var objClickedTrigger = null;
  3210.     for( var strTriggerID in CEngine.objTrigger )
  3211.     { // to detect which trigger is clicked
  3212.         if( CCSSP.IsDescendant( CEngine.objTrigger[strTriggerID].eleTrigger,src) )
  3213.         {
  3214.             objClickedTrigger = CEngine.objTrigger[strTriggerID];
  3215.             break;
  3216.         }
  3217.     }
  3218.     
  3219.     if( objClickedTrigger != null) // the clicked trigger found
  3220.         objClickedTrigger.OnTriggerClick();
  3221.     else // no trigger is clicked
  3222.     { // to send PageClick event to all target
  3223.         CTarget.nPageClickCounter++;
  3224.         CEngine.AdjustPageClickCounter();
  3225.         CEngine.SendEventToAllTarget( "bsscpageclick" );
  3226.     }
  3227. }    
  3228.  
  3229. CEngine.OnMouseOver = function()
  3230. { // to invoke all target's onpageload handler
  3231.     var src = CCSSP.GetEventElement( arguments[0] );
  3232.     if( src == null )
  3233.         return;
  3234.         
  3235.     var strHoveredTargetID = null;
  3236.     for( var strTargetID in CEngine.objTarget )
  3237.     { // to detect which Target is hovering on
  3238.         if( CCSSP.IsDescendant( CEngine.objTarget[strTargetID].eleTarget, src ) )
  3239.         {
  3240.             strHoveredTargetID = strTargetID;
  3241.             break;
  3242.         }
  3243.     }
  3244.     
  3245.     if( strHoveredTargetID != null ) // the hovered target found
  3246.         CEngine.SendEventToOneTarget( strHoveredTargetID, "bsschover" );
  3247. }
  3248.  
  3249. CEngine.BuildTargetObject = function(target_ID,event_type,action_type,
  3250.             action_setting, event_additional)
  3251. {// to build target object 
  3252.     // to get the target object
  3253.     if( typeof( CEngine.objTarget[target_ID] ) != "object" )
  3254.         return false;// the engine's AddOneTarget function might have failed.
  3255.     var TargetObject = CEngine.objTarget[target_ID];
  3256.     
  3257.     // to prepare the parameters for the event manager
  3258.     var arrEvent = event_type.split("|"); // to split the combined event_type string
  3259.     var arrAction = action_type.split("|");//to split the combined action_type string
  3260.     for( var trim = 0; trim < arrEvent.length; trim++ )
  3261.         arrEvent[trim] = CCSSP.TrimSpace(arrEvent[trim]);
  3262.     
  3263.     for( trim = 0; trim < arrAction.length; trim++ )
  3264.         arrAction[trim] = CCSSP.TrimSpace(arrAction[trim]);
  3265.     
  3266.     var arrSetting = new Array(); 
  3267.     if( typeof(action_setting) == "string" )
  3268.         arrSetting = action_setting.split("|");// to split the combined action_setting string
  3269.     // to calibrate the arrays
  3270.     for( var i = arrSetting.length; i < arrAction.length; i++ )
  3271.     {
  3272.         if( typeof(arrSetting[i]) != "string" )
  3273.              arrSetting[i] = "";
  3274.     }                 
  3275.  
  3276.     // to prepare for dealing with the absolute posioning element
  3277.     TargetObject.eleTarget.ABSX = CCSSP.GetObjectLeft( TargetObject.eleTarget );
  3278.     TargetObject.eleTarget.ABSY = CCSSP.GetObjectTop( TargetObject.eleTarget );
  3279.  
  3280.     if( arrEvent.length > 1 )
  3281.     {// if event is combined, it must be : "bssctrigger1 | bssctrigger2"
  3282.         if( arrAction.length != 2 )
  3283.             return false; // if event is combined, there must be 2 actions
  3284.         for( i = 0 ; i < 2; i++ )
  3285.         {
  3286.             if( TargetObject.SetEventManager(arrEvent[i], arrAction[i], 
  3287.                 arrSetting[i], event_additional) == false )
  3288.                 return false; // the event manager has not been set up
  3289.         }
  3290.     }
  3291.     else // the event_type string is not combined
  3292.     {
  3293.         for( i = 0 ; i < arrAction.length; i++ )
  3294.         {
  3295.             TargetObject.SetEventManager(event_type, arrAction[i], arrSetting[i], event_additional);
  3296.             // to validate the event manager
  3297.             if( typeof(TargetObject.objManager[event_type]) != "object" ||
  3298.                     typeof(TargetObject.objManager[event_type][i]) != "object" )
  3299.                 return false; // the event manager has not been set up
  3300.         }
  3301.     }
  3302.     return true;
  3303. }
  3304.  
  3305. CEngine.BuildTriggerObject = function(trigger_ID, target_ID)
  3306. {// to build the trigger object
  3307.     var arrTrigger = trigger_ID.split("|"); // to split the combined trigger_ID string
  3308.     for( var i = 0; i < arrTrigger.length; i ++ )
  3309.     {// to get the trigger element then add it to the trigger list
  3310.         arrTrigger[i] = CCSSP.TrimSpace( arrTrigger[i] );
  3311.         var eleTrigger = CCSSP.GetObject( arrTrigger[i] );
  3312.         if( eleTrigger == null )
  3313.             continue; // the trigger_ID string in the HTML code maybe wrong
  3314.         CEngine.AddOneTrigger( arrTrigger[i], eleTrigger );
  3315.  
  3316.         // to get the target object
  3317.         if( typeof( this.objTrigger[arrTrigger[i]] ) != "object" )
  3318.             continue;// the engine's AddOneTarget function might have failed.
  3319.         CEngine.objTrigger[arrTrigger[i]].AddTargetID( target_ID );
  3320.     }
  3321. }
  3322. //End the definition of CEngine class
  3323.  
  3324. /// Section End  - CCSSP DHTM 1 (JavaScript 1.2)
  3325.  
  3326. /// Section Begin  - CCSSP DHTM 2 (JavaScript 1.2)
  3327.  
  3328. //Begin the definition of CAgencyXXXX classes
  3329.  
  3330. //Begin of the CAgencyShow definition
  3331. function CAgencyShow( element, bIsShow )
  3332. {
  3333.     this.ele = element;
  3334.     this.bIsShow = bIsShow;
  3335. }
  3336.  
  3337. CAgencyShow.prototype.PrepareEffect = function()
  3338. {
  3339.     CCSSP.ShowObject( this.ele, !this.bIsShow );
  3340. }
  3341.  
  3342. CAgencyShow.prototype.UpdateEffect = function()
  3343. {
  3344.     CCSSP.ShowObject( this.ele, this.bIsShow );
  3345. }
  3346.  
  3347. CAgencyShow.prototype.EndEffect = function()
  3348. {
  3349.     CCSSP.ShowObject( this.ele, !this.bIsShow );
  3350. }
  3351. // End of the CAgencyShow definition
  3352.  
  3353. // Begin of CAgencyFly definition
  3354. function CAgencyFly( element, settings, bIsIn )
  3355. {
  3356.     this.ele = element;
  3357.     this.bIsIn = bIsIn;
  3358.     this.duration = 1000; // default
  3359.     this.direction = "right";
  3360.  
  3361.     var arrAllSet = settings.split(",");
  3362.     for( var i = 0; i < arrAllSet.length; i ++ )
  3363.     {// to retrieve the setting
  3364.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  3365.         var arrOneSet = arrAllSet[i].split("=");
  3366.         for( var j = 0; j < arrOneSet.length; j++ )
  3367.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  3368.         switch( arrOneSet[0] )
  3369.         {
  3370.         case "speed" : this.duration = 100000/arrOneSet[1]; break;
  3371.         case "direction" : this.direction = arrOneSet[1]; break;
  3372.         }
  3373.     }
  3374.         
  3375.     if( gbBsIE5 && this.ele.style.position != "absolute" )
  3376.         this.ele.style.position = "relative";
  3377.     this.timer = null;
  3378.     this.aniIndex = CEngine.arrAnimation.length;
  3379.     CEngine.arrAnimation[this.aniIndex] = this;
  3380. }
  3381.  
  3382. CAgencyFly.prototype.PrepareEffect = function()
  3383. {
  3384.     CCSSP.ShowObject(this.ele, !this.bIsIn );
  3385. }
  3386.  
  3387. CAgencyFly.prototype.UpdateEffect = function()
  3388. {
  3389.     if( this.timer == null )
  3390.         this.ResetParameters();
  3391.  
  3392.     var percent = ((new Date()).getTime() - this.startTime)/this.duration;
  3393.     if( percent >= 1.0 )
  3394.         this.EndEffect();
  3395.     else
  3396.     {
  3397.         var newX = this.startX*(1.0-percent) +  this.finalX*percent;
  3398.         var newY = this.startY*(1.0-percent) +  this.finalY*percent;
  3399.         CCSSP.MoveObjectTo(this.ele, newX, newY);
  3400.         if( this.timer == null )
  3401.             this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );
  3402.     }
  3403. }
  3404.  
  3405. CAgencyFly.prototype.EndEffect = function()
  3406. {
  3407.     clearInterval( this.timer );
  3408.     this.timer = null;
  3409.  
  3410.     if( this.bIsIn ) // FlyIn
  3411.         CCSSP.MoveObjectTo(this.ele, this.finalX, this.finalY);
  3412.     else // FlyOut
  3413.         CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);
  3414.     CCSSP.ShowObject(this.ele, this.bIsIn );
  3415. }
  3416.  
  3417. CAgencyFly.prototype.ResetParameters = function()
  3418. {
  3419.     this.PrepareEffect();
  3420.     CCSSP.ShowObject(this.ele, true );
  3421.  
  3422.     this.startX = 0;
  3423.     this.startY = 0;
  3424.     this.finalX = 0;
  3425.     this.finalY = 0; 
  3426.     
  3427.     var offsetLeft = CCSSP.GetObjectWindowLeft(this.ele) + this.ele.offsetWidth;
  3428.     var offsetTop = CCSSP.GetObjectWindowTop(this.ele) + this.ele.offsetHeight;
  3429.     var offsetRight = CCSSP.GetWindowRight();
  3430.     var offsetBottom = CCSSP.GetWindowBottom();
  3431.  
  3432.     if( this.bIsIn )
  3433.     { // FlyIn
  3434.         this.finalX = this.ele.ABSX;
  3435.         this.finalY = this.ele.ABSY;
  3436.  
  3437.         switch( this.direction )
  3438.         {
  3439.         case "right": this.startX = offsetRight; this.startY = this.finalY; break;
  3440.         case "left": this.startX = -offsetLeft;  this.startY = this.finalY; break;
  3441.         case "down": this.startY = offsetBottom; this.startX = this.finalX; break;
  3442.         case "up":  this.startY = -offsetTop;    this.startX = this.finalX; break;
  3443.         case "downright":
  3444.               this.startX = ( offsetBottom < offsetRight) ? offsetBottom : offsetRight;
  3445.             this.startY = this.startX;        break;
  3446.         case "upright":
  3447.               this.startX = (offsetTop < offsetRight)? offsetTop : offsetRight;
  3448.             this.startY = -this.startX;        break;
  3449.         case "upleft":
  3450.             this.startX = -((offsetTop < offsetRight)? offsetTop : offsetRight);
  3451.             this.startY = this.startX;        break;
  3452.         case "downleft":
  3453.             this.startX = -(( offsetBottom < offsetRight) ? offsetBottom : offsetRight);
  3454.             this.startY = -this.startX;     break;
  3455.         }
  3456.     }
  3457.     else
  3458.     { // FlyOut
  3459.         this.startX = this.ele.ABSX;
  3460.         this.startY = this.ele.ABSY;
  3461.  
  3462.         switch( this.direction )
  3463.         {
  3464.         case "right": this.finalX = offsetRight;  this.finalY = this.startY; break;
  3465.         case "left": this.finalX = -offsetLeft;   this.finalY = this.startY;  break;
  3466.         case "down": this.finalY = offsetBottom;  this.finalX = this.startX; break;
  3467.         case "up":  this.finalY = -offsetTop;     this.finalX = this.startX; break;
  3468.         case "downright":
  3469.               this.finalX = ( offsetBottom < offsetRight) ? offsetBottom : offsetRight;
  3470.             this.finalY = this.finalX;        break;
  3471.         case "upright":
  3472.               this.finalX = (offsetTop < offsetRight)? offsetTop : offsetRight;
  3473.             this.finalY = -this.finalX;        break;
  3474.         case "upleft":
  3475.             this.finalX = -((offsetTop < offsetRight)? offsetTop : offsetRight);
  3476.             this.finalY = this.finalX;        break;
  3477.         case "downleft":
  3478.             this.finalX = -(( offsetBottom < offsetRight) ? offsetBottom : offsetRight);
  3479.             this.finalY = -this.finalX;     break;
  3480.         }
  3481.     }
  3482.     CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);
  3483.     this.startTime = (new Date()).getTime();
  3484. }
  3485. // End of the CAgencyFly definition
  3486.  
  3487. // Begin of CAgencySpiral
  3488. function CAgencySpiral( element, settings, bIsIn )
  3489. {
  3490.     this.ele = element;
  3491.     this.bIsIn = bIsIn;
  3492.     this.duration = 1000; // default
  3493.  
  3494.     var arrAllSet = settings.split(",");
  3495.     for( var i = 0; i < arrAllSet.length; i ++ )
  3496.     {// to retrieve the setting
  3497.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  3498.         var arrOneSet = arrAllSet[i].split("=");
  3499.         for( var j = 0; j < arrOneSet.length; j++ )
  3500.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  3501.         switch( arrOneSet[0] )
  3502.         {
  3503.         case "speed" : this.duration = 100000/arrOneSet[1]; break;
  3504.         }
  3505.     }
  3506.  
  3507.     if( gbBsIE5 && this.ele.style.position != "absolute" )
  3508.         this.ele.style.position = "relative";
  3509.     this.timer = null;
  3510.     this.aniIndex = CEngine.arrAnimation.length;
  3511.     CEngine.arrAnimation[this.aniIndex] = this;
  3512. }
  3513.  
  3514. CAgencySpiral.prototype.PrepareEffect = function()
  3515. {
  3516.     CCSSP.ShowObject(this.ele, !this.bIsIn );
  3517. }
  3518.  
  3519. CAgencySpiral.prototype.UpdateEffect = function()
  3520. {
  3521.     if( this.timer == null )
  3522.         this.ResetParameters();
  3523.  
  3524.     var percent = ((new Date()).getTime() - this.startTime)/this.duration;
  3525.     if( percent >= 1.0 )
  3526.         this.EndEffect();
  3527.     else
  3528.     {
  3529.         var rf = (this.bIsIn)? (1.0 - percent) : percent; 
  3530.         var t = (1.0-rf) * 4.0 * Math.PI
  3531.         var rxP = (this.bIsIn)? this.startX : this.finalX; 
  3532.         var ryP = (this.bIsIn)? this.startY : this.finalY; 
  3533.         var rx = (Math.abs(rxP) < 200) ? Math.abs(rxP) : 200;
  3534.         var ry = (Math.abs(ryP) < 200) ? Math.abs(ryP) : 200;
  3535.  
  3536.         var newX = Math.ceil(-rf*Math.cos(t)*rx) + this.ele.ABSX;
  3537.         var newY = Math.ceil(-rf*Math.sin(t)*ry) + this.ele.ABSY;
  3538.         CCSSP.MoveObjectTo(this.ele, newX, newY);
  3539.         if( this.timer == null )
  3540.             this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );
  3541.     }
  3542. }
  3543.  
  3544. CAgencySpiral.prototype.EndEffect = function()
  3545. {
  3546.     clearInterval( this.timer );
  3547.     this.timer = null;
  3548.     
  3549.     if( this.bIsIn ) // In
  3550.         CCSSP.MoveObjectTo(this.ele, this.finalX, this.finalY);
  3551.     else // Out
  3552.         CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);
  3553.     CCSSP.ShowObject(this.ele, this.bIsIn );
  3554. }
  3555.  
  3556. CAgencySpiral.prototype.ResetParameters = function()
  3557. {
  3558.     this.PrepareEffect();
  3559.     CCSSP.ShowObject(this.ele, true );
  3560.     this.startX = (this.bIsIn)? CCSSP.GetWindowRight() : this.ele.ABSX;
  3561.     this.startY = (this.bIsIn)? CCSSP.GetWindowBottom() : this.ele.ABSY;
  3562.     this.finalX = (this.bIsIn)? this.ele.ABSX : CCSSP.GetWindowRight();
  3563.     this.finalY = (this.bIsIn)? this.ele.ABSY : CCSSP.GetWindowBottom(); 
  3564.     
  3565.     CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);
  3566.     this.startTime = (new Date()).getTime();
  3567. }
  3568. // End of CAgencySpiral
  3569.  
  3570. // Begin of CAgencyElastic
  3571. function CAgencyElastic( element, settings)
  3572. {
  3573.     this.ele = element;
  3574.     this.duration = 1000; // default
  3575.     this.direction = "right";
  3576.  
  3577.     var arrAllSet = settings.split(",");
  3578.     for( var i = 0; i < arrAllSet.length; i ++ )
  3579.     {// to retrieve the setting
  3580.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  3581.         var arrOneSet = arrAllSet[i].split("=");
  3582.         for( var j = 0; j < arrOneSet.length; j++ )
  3583.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  3584.         switch( arrOneSet[0] )
  3585.         {
  3586.         case "speed" : this.duration = 100000/arrOneSet[1]; break;
  3587.         case "direction" : this.direction = arrOneSet[1]; break;
  3588.         }
  3589.     }
  3590.         
  3591.     if( gbBsIE5 && this.ele.style.position != "absolute" )
  3592.         this.ele.style.position = "relative";
  3593.     this.timer = null;
  3594.     this.aniIndex = CEngine.arrAnimation.length;
  3595.     CEngine.arrAnimation[this.aniIndex] = this;
  3596. }
  3597.  
  3598. CAgencyElastic.prototype.PrepareEffect = function()
  3599. {
  3600.     CCSSP.ShowObject(this.ele, false );
  3601. }
  3602.  
  3603. CAgencyElastic.prototype.UpdateEffect = function()
  3604. {
  3605.     if( this.timer == null )
  3606.         this.ResetParameters();
  3607.  
  3608.     var percent = ((new Date()).getTime() - this.startTime)/this.duration;
  3609.     if( percent >= 1.0 )
  3610.         this.EndEffect();
  3611.     else
  3612.     {
  3613.         var newX = this.startX;
  3614.         var newY = this.startY;
  3615.         var rf = Math.exp(-percent*3);
  3616.         var t = percent * 1.5 * Math.PI
  3617.         var rx = (Math.abs(this.startX) > Math.abs(this.startY)) ? this.startX : this.startY;
  3618.         switch (this.direction )
  3619.         {
  3620.         case "left":   
  3621.         case "right" : newX = rf*Math.cos(t)*rx + this.ele.ABSX; break;
  3622.         case "up":       
  3623.         case "down" :  newY = rf*Math.cos(t)*rx + this.ele.ABSX; break;
  3624.         }
  3625.         CCSSP.MoveObjectTo(this.ele, newX, newY);
  3626.         if( this.timer == null )
  3627.             this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );
  3628.     }
  3629. }
  3630.  
  3631. CAgencyElastic.prototype.EndEffect = function()
  3632. {
  3633.     CCSSP.MoveObjectTo(this.ele, this.finalX, this.finalY);
  3634.     clearInterval( this.timer );
  3635.     this.timer = null;
  3636. }
  3637.  
  3638. CAgencyElastic.prototype.ResetParameters = function()
  3639. {
  3640.     CCSSP.ShowObject(this.ele, true );
  3641.     this.startX = this.ele.ABSX;
  3642.     this.finalX = this.ele.ABSX;
  3643.     this.startY = this.ele.ABSY;
  3644.     this.finalY = this.ele.ABSY;
  3645.     
  3646.     switch (this.direction)
  3647.     { 
  3648.     case "left":  this.startX = -this.ele.offsetWidth; break;
  3649.     case "right": this.startX = this.ele.offsetWidth;  break;
  3650.     case "up":    this.startY = -this.ele.offsetHeight;break;
  3651.     case "down":  this.startY = this.ele.offsetHeight; break;
  3652.     }
  3653.     CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);
  3654.     this.startTime = (new Date()).getTime();
  3655. }
  3656. // End of CAgencyElastic
  3657.  
  3658. // Begin of CAgencyZoom
  3659. function CAgencyZoom( element, settings, bIsIn)
  3660. {
  3661.     this.ele = element;
  3662.     this.duration = 1000; // default
  3663.     
  3664.     var arrAllSet = settings.split(",");
  3665.     for( var i = 0; i < arrAllSet.length; i ++ )
  3666.     {// to retrieve the setting
  3667.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  3668.         var arrOneSet = arrAllSet[i].split("=");
  3669.         for( var j = 0; j < arrOneSet.length; j++ )
  3670.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  3671.         switch( arrOneSet[0] )
  3672.         {
  3673.         case "speed" : this.duration = 100000/arrOneSet[1]; break;
  3674.         }
  3675.     }
  3676.  
  3677.     this.bIsIn = bIsIn;
  3678.     this.timer = null;
  3679.     this.aniIndex = CEngine.arrAnimation.length;
  3680.     CEngine.arrAnimation[this.aniIndex] = this;
  3681. }
  3682.  
  3683. CAgencyZoom.prototype.PrepareEffect = function()
  3684. {
  3685.     CCSSP.ShowObject(this.ele, false);
  3686. }
  3687.  
  3688. CAgencyZoom.prototype.UpdateEffect = function()
  3689. {
  3690.     if( this.timer == null )
  3691.         this.ResetParameters();
  3692.  
  3693.     var percent = ((new Date()).getTime() - this.startTime)/this.duration;
  3694.     if( percent >= 1.0 )
  3695.         this.EndEffect();
  3696.     else
  3697.     {
  3698.         var nFactorIn = Math.ceil(50+50*percent);
  3699.         var nFactorOut = Math.ceil(100+200*(1-percent));
  3700.         var AlterFontsize = ((this.bIsIn)? nFactorIn : nFactorOut) + "%";
  3701.         var AlterFactor = ((this.bIsIn)? nFactorIn : nFactorOut) / 100;
  3702.         
  3703.         this.UpdateEffectAllChildren(this.ele, AlterFontsize, AlterFactor);
  3704.         for(var index = 0; index < this.ele.all.length; index++)
  3705.             this.UpdateEffectAllChildren(this.ele.all[index], AlterFontsize, AlterFactor);
  3706.             
  3707.         if( this.timer == null )
  3708.             this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );
  3709.     }
  3710. }
  3711.  
  3712. CAgencyZoom.prototype.UpdateEffectAllChildren = function(child, FontSize, Factor)
  3713. {
  3714.     if( CCSSP.IsTextTag(child) )
  3715.         child.style.fontSize = FontSize;
  3716.     else
  3717.     {
  3718.         if( typeof(child.orgWidth) == "number" )
  3719.             child.style.width = Factor * child.orgWidth;
  3720.         if( typeof(child.orgHeight) == "number" )
  3721.             child.style.height = Factor * child.orgHeight;
  3722.     }
  3723. }
  3724.  
  3725. CAgencyZoom.prototype.EndEffect = function()
  3726. {
  3727.     this.EndEffectAllChildren(this.ele);
  3728.     for(var index = 0; index < this.ele.all.length; index++)
  3729.         this.EndEffectAllChildren(this.ele.all[index]);
  3730.     
  3731.     clearInterval( this.timer );
  3732.     this.timer = null;
  3733. }
  3734.  
  3735. CAgencyZoom.prototype.EndEffectAllChildren = function( child )
  3736. {    
  3737.     if( CCSSP.IsTextTag(child) )
  3738.         child.style.fontSize = child.orgFontSize;
  3739.     else
  3740.     {
  3741.         if( typeof(child.intactWidth) != "undefined" )
  3742.         {
  3743.             child.width = child.intactWidth;
  3744.             child.height = child.intactHeight;
  3745.         }
  3746.         else if( typeof(child.style.intactPixelWidth) != "undefined" )
  3747.         {
  3748.             child.style.pixelWidth = child.style.intactPixelWidth;
  3749.             child.style.pixelHeight = child.style.intactPixelHeight;
  3750.         }
  3751.     }
  3752. }
  3753.  
  3754. CAgencyZoom.prototype.ResetParameters = function()
  3755. {
  3756.     this.PrepareEffect();
  3757.     this.ResetParametersAllChildren( this.ele );
  3758.     for(var index = 0; index < this.ele.all.length; index++)
  3759.         this.ResetParametersAllChildren(this.ele.all[index]);
  3760.         
  3761.     this.startTime = (new Date()).getTime();
  3762. }
  3763.  
  3764. CAgencyZoom.prototype.ResetParametersAllChildren = function( child )
  3765. {
  3766.     CCSSP.ShowObject(child, true );
  3767.     if( (child.tagName == "DIV") && (getParentNode(child).tagName == "TD") )
  3768.         child.width = "100%";// if the div is inside a cell of table, we need the this hack
  3769.     
  3770.     if( CCSSP.IsTextTag(child) )
  3771.         child.orgFontSize = child.style.fontSize;
  3772.     else
  3773.     {
  3774.         if( child.width > "" || child.height > "" )
  3775.         {
  3776.             child.orgWidth = child.intactWidth = child.width;
  3777.             child.orgHeight = child.intactHeight = child.height;
  3778.         }
  3779.         else if( ( typeof(child.orgWidth) != "number" ) && (typeof(child.orgHeight) != "number") )
  3780.         {
  3781.             child.orgWidth = child.style.intactPixelWidth = child.style.pixelWidth;
  3782.             child.orgHeight = child.style.intactPixelHeight = child.style.pixelHeight;
  3783.         }
  3784.     }
  3785. }
  3786. // End of CAgencyZoom
  3787.  
  3788. //// the following effects will use IE's exclusive "filter" function ////
  3789. // Begin of CAgencyAlpha definition
  3790. function CAgencyAlpha( element, settings, bIsIn )
  3791. {// because of "visual filter" style, this won't work in Navigator
  3792.     this.ele = element;
  3793.     this.bIsIn = bIsIn;
  3794.  
  3795.     // to set the default value
  3796.     this.startOpacity = (this.bIsIn) ? 0 : 100;
  3797.     this.endOpacity = (this.bIsIn) ? 100 : 0;
  3798.     
  3799.     this.duration = 1000; // default
  3800.     
  3801.     var arrAllSet = settings.split(",");
  3802.     for( var i = 0; i < arrAllSet.length; i ++ )
  3803.     {// to retrieve the setting
  3804.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  3805.         var arrOneSet = arrAllSet[i].split("=");
  3806.         for( var j = 0; j < arrOneSet.length; j++ )
  3807.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  3808.         switch( arrOneSet[0] )
  3809.         {
  3810.         case "speed" : this.duration = 100000/arrOneSet[1]; break;
  3811.         }
  3812.     }
  3813.     
  3814.     this.timer = null;
  3815.     this.aniIndex = CEngine.arrAnimation.length;
  3816.     CEngine.arrAnimation[this.aniIndex] = this;
  3817. }
  3818.  
  3819. CAgencyAlpha.prototype.PrepareEffect = function()
  3820. {// to set the visual filter function
  3821.     // the visual filter ONLY work when set by "Width and Height" or
  3822.     // absolute position for DIV, SPAN and normal tag ( such as p )
  3823.     // but, "absolute" cause the following elements overlap, so:
  3824.     CCSSP.PrepareFilter( this.ele );
  3825.     CCSSP.ShowObject(this.ele, !this.bIsIn );
  3826. }
  3827.  
  3828. CAgencyAlpha.prototype.UpdateEffect = function()
  3829. {// to set the visual filter function
  3830.     if( this.timer == null )
  3831.         this.ResetParameters();
  3832.     if( typeof(this.ele.filters.alpha) != "object" )
  3833.     {
  3834.         this.EndEffect();
  3835.         return;
  3836.     }
  3837.  
  3838.     var percent = ((new Date()).getTime() - this.startTime)/this.duration;
  3839.     if( percent >= 1.0 )
  3840.         this.EndEffect();
  3841.     else if( typeof(this.ele.filters.alpha) == "object" )
  3842.     {
  3843.         this.ele.filters.alpha.opacity = this.startOpacity*(1.0-percent) + this.endOpacity*percent;
  3844.         if( this.timer == null )
  3845.             this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );
  3846.     }
  3847. }
  3848.  
  3849. CAgencyAlpha.prototype.EndEffect = function()
  3850. {// to remove the visual filter function
  3851.     clearInterval( this.timer );
  3852.     this.timer = null;
  3853.     this.ele.style.filter = "";
  3854.     CCSSP.ShowObject(this.ele, this.bIsIn );
  3855. }
  3856.  
  3857. CAgencyAlpha.prototype.ResetParameters = function()
  3858. {
  3859.     this.PrepareEffect();
  3860.     CCSSP.ShowObject(this.ele, true );
  3861.     this.ele.style.filter = "alpha(opacity=" + this.startOpacity + ")";
  3862.     this.startTime = (new Date()).getTime();
  3863. }
  3864. // End of the CAgencyAlpha definition
  3865.  
  3866. // Begin of CAgencyWave definition
  3867. function CAgencyWave( element, settings )
  3868. {// because of "visual filter" style, this won't work in Navigator
  3869.     this.ele = element;
  3870.  
  3871.     this.duration = 0; // default
  3872.     this.strength = 10;
  3873.     this.freq = 1;
  3874.     this.lightstrength = 1;
  3875.     
  3876.     var arrAllSet = settings.split(",");
  3877.     for( var i = 0; i < arrAllSet.length; i ++ )
  3878.     {// to retrieve the setting
  3879.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  3880.         var arrOneSet = arrAllSet[i].split("=");
  3881.         for( var j = 0; j < arrOneSet.length; j++ )
  3882.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  3883.         switch( arrOneSet[0] )
  3884.         {
  3885.         case "duration" : this.duration = 100000/arrOneSet[1]; break;
  3886.         case "strength" : this.strength = arrOneSet[1]; break;
  3887.         case "freq" : this.freq = arrOneSet[1]; break;
  3888.         case "lightstrength" : this.lightstrength = arrOneSet[1]; break;
  3889.         }
  3890.     }
  3891.  
  3892.     this.timer = null;
  3893.     this.aniIndex = CEngine.arrAnimation.length;
  3894.     CEngine.arrAnimation[this.aniIndex] = this;
  3895. }
  3896.  
  3897. CAgencyWave.prototype.PrepareEffect = function()
  3898. {// to set the visual filter function
  3899.     CCSSP.PrepareFilter(this.ele);
  3900.  
  3901.     CCSSP.ShowObject(this.ele, true );
  3902. }
  3903.  
  3904. CAgencyWave.prototype.UpdateEffect = function()
  3905. {// to set the visual filter function
  3906.     if( this.timer == null )
  3907.         this.ResetParameters();
  3908.     if( typeof(this.ele.filters.wave) != "object" )
  3909.     {
  3910.         this.EndEffect();
  3911.         return;
  3912.     }
  3913.  
  3914.     if( this.duration > 0 )
  3915.     {
  3916.         var percent = ((new Date()).getTime() - this.startTime)/this.duration;
  3917.         if( percent >= 1.0 )
  3918.         {
  3919.             this.EndEffect();
  3920.             return;
  3921.         }
  3922.     }
  3923.     
  3924.     this.ele.filters.wave.phase += 5;
  3925.     this.ele.filters.wave.phase %= 100;
  3926.     if( this.timer == null )
  3927.         this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 50 );
  3928. }
  3929.  
  3930. CAgencyWave.prototype.EndEffect = function()
  3931. {// to remove the visual filter function
  3932.     this.ele.style.filter = "";
  3933.     clearInterval( this.timer );
  3934.     this.timer = null;
  3935. }
  3936.  
  3937. CAgencyWave.prototype.ResetParameters = function()
  3938. {
  3939.     this.PrepareEffect();
  3940.     this.ele.style.filter = "wave(strength=" + this.strength + ",freq=" + 
  3941.      this.freq +", lightstrength=" + this.lightstrength +",phase=0);";
  3942.     this.startTime = (new Date()).getTime();
  3943. }
  3944. // End of the CAgencyWave definition
  3945.  
  3946. // Begin of CAgencyGlow definition
  3947. function CAgencyGlow( element, settings )
  3948. {// because of "visual filter" style, this won't work in Navigator
  3949.     this.ele = element;
  3950.  
  3951.     // to set the default value
  3952.     this.glowColor = "green";
  3953.     this.glowStrength = "3";
  3954.     
  3955.     var arrAllSet = settings.split(",");
  3956.     for( var i = 0; i < arrAllSet.length; i ++ )
  3957.     {
  3958.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  3959.         var arrOneSet = arrAllSet[i].split("=");
  3960.         for( var j = 0; j < arrOneSet.length; j++ )
  3961.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  3962.         switch( arrOneSet[0] )
  3963.         {
  3964.         case "color" : this.glowColor = arrOneSet[1]; break;
  3965.         case "strength" : this.glowStrength = arrOneSet[1]; break;
  3966.         }
  3967.     }
  3968. }
  3969.  
  3970. CAgencyGlow.prototype.PrepareEffect = function()
  3971. {
  3972.     CCSSP.PrepareFilter(this.ele);
  3973.     CCSSP.ShowObject(this.ele, true );
  3974.     if( this.ele.style.backgroundColor != "" )
  3975.     {//style.backgroundColor somehow stop the visual filter
  3976.         this.ele.intactBackgroundColor = this.ele.style.backgroundColor;
  3977.         this.ele.style.backgroundColor = "";
  3978.     }
  3979. }
  3980.  
  3981. CAgencyGlow.prototype.UpdateEffect = function()
  3982. {// to set the visual filter function
  3983.     this.PrepareEffect();
  3984.     this.ele.style.filter = "glow(Color=" + this.glowColor + ", Strength=" + 
  3985.         this.glowStrength + ", enabled=true" +")";
  3986. }
  3987.  
  3988. CAgencyGlow.prototype.EndEffect = function()
  3989. {// to remove the visual filter function
  3990.     this.ele.style.filter = "";
  3991.     if( typeof(this.ele.intactBackgroundColor) != "undefined" )
  3992.         this.ele.style.backgroundColor = this.ele.intactBackgroundColor;
  3993. }
  3994. // End of the CAgencyGlow definition
  3995.  
  3996. // Begin of CAgencyDropShadow definition
  3997. function CAgencyDropShadow( element, settings )
  3998. {// because of "visual filter" style, this won't work in Navigator
  3999.     this.ele = element;
  4000.  
  4001.     // to set the default value
  4002.     this.shadowColor = "black"; 
  4003.     this.shadowOffx = "1";
  4004.     this.shadowOffy = "1";
  4005.     
  4006.     var arrAllSet = settings.split(",");
  4007.     for( var i = 0; i < arrAllSet.length; i ++ )
  4008.     {
  4009.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  4010.         var arrOneSet = arrAllSet[i].split("=");
  4011.         for( var j = 0; j < arrOneSet.length; j++ )
  4012.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  4013.         switch( arrOneSet[0] )
  4014.         {
  4015.         case "color" : this.shadowColor = arrOneSet[1]; break;
  4016.         case "offx" : this.shadowOffx = arrOneSet[1]; break;
  4017.         case "offy" : this.shadowOffy = arrOneSet[1]; break;
  4018.         }
  4019.     }
  4020. }
  4021.  
  4022. CAgencyDropShadow.prototype.PrepareEffect = function()
  4023. {
  4024.     CCSSP.PrepareFilter(this.ele);
  4025.     CCSSP.ShowObject(this.ele, true );
  4026.     
  4027.     if( this.ele.style.backgroundColor != "" )
  4028.     {//style.backgroundColor somehow stop the visual filter
  4029.         this.ele.intactBackgroundColor = this.ele.style.backgroundColor;
  4030.         this.ele.style.backgroundColor = "";
  4031.     }
  4032. }
  4033.  
  4034. CAgencyDropShadow.prototype.UpdateEffect = function()
  4035. {// to set the visual filter function
  4036.     this.PrepareEffect();
  4037.     this.ele.style.filter = "dropshadow(color=" + this.shadowColor + ", offx=" + 
  4038.         this.shadowOffx + ", offy=" + this.shadowOffy + ")";
  4039. }
  4040.  
  4041. CAgencyDropShadow.prototype.EndEffect = function()
  4042. {// to remove the visual filter function
  4043.     this.ele.style.filter = "";
  4044.     if( typeof(this.ele.intactBackgroundColor) != "undefined" )
  4045.         this.ele.style.backgroundColor = this.ele.intactBackgroundColor;
  4046. }
  4047. // End of the CAgencyDropShadow definition
  4048.  
  4049. // Begin of CAgencyRevealTrans definition
  4050. function CAgencyRevealTrans( element, settings )
  4051. {// because of "visual filter" style, this won't work in Navigator
  4052.     this.ele = element;
  4053.  
  4054.     // to set the default value
  4055.     this.duration = 1.0; //The value is specified in seconds.milliseconds format (0.0000).
  4056.     this.transition = 0;
  4057.     
  4058.     var arrAllSet = settings.split(",");
  4059.     for( var i = 0; i < arrAllSet.length; i ++ )
  4060.     {
  4061.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  4062.         var arrOneSet = arrAllSet[i].split("=");
  4063.         for( var j = 0; j < arrOneSet.length; j++ )
  4064.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  4065.         switch( arrOneSet[0] )
  4066.         {
  4067.         case "type" : this.transition = arrOneSet[1]; break;
  4068.         case "duration" : this.duration = 100/arrOneSet[1];    break;
  4069.         }
  4070.     }
  4071. }
  4072.  
  4073. CAgencyRevealTrans.prototype.PrepareEffect = function()
  4074. {
  4075.     CCSSP.PrepareFilter(this.ele);
  4076.     CCSSP.ShowObject( this.ele, false);
  4077. }
  4078.  
  4079. CAgencyRevealTrans.prototype.UpdateEffect = function()
  4080. {// to set the visual filter function
  4081.     if( typeof( this.ele.filters.RevealTrans ) == "object" )
  4082.     {
  4083.         if( this.ele.filters.RevealTrans.status == 2 )
  4084.             this.ele.filters.RevealTrans.stop();  
  4085.     }
  4086.  
  4087.     this.PrepareEffect();
  4088.     
  4089.     this.ele.style.filter = "RevealTrans(duration=" + this.duration + 
  4090.         ", transition=" + this.transition + ")";
  4091.     
  4092.     if( typeof( this.ele.filters.RevealTrans ) == "object" )
  4093.     {
  4094.         this.ele.filters.RevealTrans.apply();
  4095.         CCSSP.ShowObject( this.ele, true);
  4096.         this.ele.filters.RevealTrans.play();  
  4097.     }
  4098.     else
  4099.         CCSSP.ShowObject( this.ele, true);
  4100. }
  4101.  
  4102. CAgencyRevealTrans.prototype.EndEffect = function()
  4103. {
  4104.     if( typeof( this.ele.filters.RevealTrans ) == "object" )
  4105.         this.ele.filters.RevealTrans.stop();  
  4106.     this.ele.style.filter = "";
  4107. }
  4108. // End of the CAgencyRevealTrans definition
  4109.  
  4110. // Begin of CAgencyBlur definition
  4111. function CAgencyBlur( element, settings )
  4112. {// because of "visual filter" style, this won't work in Navigator
  4113.     this.ele = element;
  4114.  
  4115.     // to set the default value
  4116.     this.strength = "5";
  4117.     this.direction = "90";
  4118.     
  4119.     var arrAllSet = settings.split(",");
  4120.     for( var i = 0; i < arrAllSet.length; i ++ )
  4121.     {
  4122.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  4123.         var arrOneSet = arrAllSet[i].split("=");
  4124.         for( var j = 0; j < arrOneSet.length; j++ )
  4125.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  4126.         switch( arrOneSet[0] )
  4127.         {
  4128.         case "strength" : this.strength = arrOneSet[1]; break;
  4129.         case "direction" : this.direction = arrOneSet[1]; break;
  4130.         }
  4131.     }
  4132. }
  4133.  
  4134. CAgencyBlur.prototype.PrepareEffect = function()
  4135. {
  4136.     CCSSP.PrepareFilter(this.ele);
  4137.     CCSSP.ShowObject(this.ele, true );
  4138. }
  4139.  
  4140. CAgencyBlur.prototype.UpdateEffect = function()
  4141. {// to set the visual filter function
  4142.     CCSSP.PrepareFilter(this.ele);
  4143.     this.ele.style.filter = "blur(strength=" + this.strength + 
  4144.         ", direction=" + this.direction + ")";
  4145. }
  4146.  
  4147. CAgencyBlur.prototype.EndEffect = function()
  4148. {// to remove the visual filter function
  4149.     this.ele.style.filter = "";
  4150. }
  4151. // End of the CAgencyBlur definition
  4152.  
  4153. // Begin of CAgencyChangeFilter definition
  4154. function CAgencyChangeFilter( element, settings ) // flipH, flipV, invert, grey,
  4155. {// because of "visual filter" style, this won't work in Navigator
  4156.     this.ele = element;
  4157.  
  4158.     // to set the default value
  4159.     this.filterFunction = settings;
  4160. }
  4161.  
  4162. CAgencyChangeFilter.prototype.PrepareEffect = function()
  4163. {
  4164.     CCSSP.PrepareFilter(this.ele);
  4165.     CCSSP.ShowObject(this.ele, true );
  4166. }
  4167.  
  4168. CAgencyChangeFilter.prototype.UpdateEffect = function()
  4169. {// to set the visual filter function
  4170.     CCSSP.PrepareFilter(this.ele);
  4171.     this.ele.style.filter = this.filterFunction;
  4172. }
  4173.  
  4174. CAgencyChangeFilter.prototype.EndEffect = function()
  4175. {// to remove the visual filter function
  4176.     this.ele.style.filter = "";
  4177. }
  4178. // End of the CAgencyChangeFilter definition
  4179.  
  4180. // The effects below change the style on the fly, so they won't work in Navigator
  4181.  
  4182. // Begin of CAgencyFontChange definition, 
  4183. function CAgencyFontChange( element, settings )
  4184. {//this class can be replace by CAgencyChangeStyle,provided the "settings" is standard CSS string.
  4185.     this.ele = element;
  4186.     
  4187.     // to retrieve the original font style
  4188.     this.RetrieveOldFont( this.ele );
  4189.     
  4190.     // to set the default font to change
  4191.     this.newfontFamily = this.ele.oldFontFamily;
  4192.     this.newfColor = this.ele.oldColor;
  4193.     this.newtextDecoration = this.ele.oldTextDecoration;
  4194.     this.newfontWeight = this.ele.oldFontWeight;
  4195.     this.newfontStyle = this.ele.oldFontStyle;
  4196.     this.newfontSize = this.ele.oldFontSize;
  4197.     this.newBackgroundColor = this.ele.oldBackgroundColor;
  4198.     
  4199.     var arrAllSet = settings.split(",");
  4200.     for( var i = 0; i < arrAllSet.length; i ++ )
  4201.     {// to retrieve the setting
  4202.         arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);
  4203.         var arrOneSet = arrAllSet[i].split("=");
  4204.         for( var j = 0; j < arrOneSet.length; j++ )
  4205.             arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);
  4206.         switch( arrOneSet[0] )
  4207.         {
  4208.         case "font-family" : this.newfontFamily = arrOneSet[1]; break;
  4209.         case "color" : this.newfColor = arrOneSet[1]; break;
  4210.         case "underline" : this.newtextDecoration = (arrOneSet[1]=="on")? "underline" : "none"; break;
  4211.         case "bold" : this.newfontWeight = (arrOneSet[1]=="on")? "bold" : "normal"; break;
  4212.         case "italic" : this.newfontStyle = (arrOneSet[1]=="on")? "italic" : "normal"; break;
  4213.         case "size" : this.newfontSize = arrOneSet[1]; break;
  4214.         case "background-color" : this.newBackgroundColor = arrOneSet[1]; break;
  4215.         }
  4216.     }
  4217. }
  4218.  
  4219. CAgencyFontChange.prototype.RetrieveOldFont = function(objChild)
  4220. {
  4221.     if( typeof(objChild.oldFontFamily) == "undefined" )
  4222.         objChild.oldFontFamily = objChild.style.fontFamily;
  4223.     if( typeof(objChild.oldColor) == "undefined" )
  4224.         objChild.oldColor = objChild.style.color;
  4225.     if( typeof(objChild.oldTextDecoration) == "undefined" )
  4226.         objChild.oldTextDecoration = objChild.style.textDecoration;
  4227.     if( typeof(objChild.oldFontWeight) == "undefined" )
  4228.         objChild.oldFontWeight = objChild.style.fontWeight;
  4229.     if( typeof(objChild.oldFontStyle) == "undefined" )
  4230.         objChild.oldFontStyle = objChild.style.fontStyle;
  4231.     if( typeof(objChild.oldFontSize) == "undefined" )
  4232.         objChild.oldFontSize = objChild.style.fontSize;
  4233.     if( typeof(objChild.oldBackgroundColor) == "undefined" )
  4234.         objChild.oldBackgroundColor = objChild.style.backgroundColor;
  4235. }
  4236.  
  4237. CAgencyFontChange.prototype.PrepareEffect = function()
  4238. {
  4239.     // as for expanding text, the child is created after the constructor called
  4240.     for(var index = 0; index < this.ele.all.length; index++)
  4241.         this.RetrieveOldFont(this.ele.all[index]);
  4242.     CCSSP.ShowObject(this.ele, true );
  4243. }
  4244.  
  4245. CAgencyFontChange.prototype.UpdateEffect = function()
  4246. {// to change the font
  4247.     this.PrepareEffect();
  4248.     this.UpdateEffectAllChildren( this.ele );
  4249.     for( var index = 0; index < this.ele.all.length; index++)
  4250.         this.UpdateEffectAllChildren(this.ele.all[index]);
  4251. }
  4252.  
  4253. CAgencyFontChange.prototype.UpdateEffectAllChildren = function(objChild)
  4254. {
  4255.     objChild.style.fontFamily = this.newfontFamily;
  4256.     objChild.style.color = this.newfColor;
  4257.     objChild.style.textDecoration = this.newtextDecoration;
  4258.     objChild.style.fontWeight = this.newfontWeight;
  4259.     objChild.style.fontStyle = this.newfontStyle;
  4260.     objChild.style.fontSize = this.newfontSize;
  4261.     objChild.style.backgroundColor = this.newBackgroundColor;
  4262. }
  4263.  
  4264. CAgencyFontChange.prototype.EndEffect = function()
  4265. {// to reinstate the original font style
  4266.     this.EndEffectAllChildren( this.ele );
  4267.     for( var index = 0; index < this.ele.all.length; index++)
  4268.         this.EndEffectAllChildren(this.ele.all[index]);
  4269. }
  4270.  
  4271. CAgencyFontChange.prototype.EndEffectAllChildren = function( objChild )
  4272. {
  4273.     if( typeof(objChild.oldFontFamily) != "undefined" )
  4274.         objChild.style.fontFamily = objChild.oldFontFamily;
  4275.     if( typeof(objChild.oldColor) != "undefined" )
  4276.         objChild.style.color = objChild.oldColor;
  4277.     if( typeof(objChild.oldFontWeight) != "undefined" )
  4278.         objChild.style.fontWeight = objChild.oldFontWeight;
  4279.     if( typeof(objChild.oldFontStyle) != "undefined" )
  4280.         objChild.style.fontStyle = objChild.oldFontStyle;
  4281.     if( typeof(objChild.oldFontSize) != "undefined" )
  4282.         objChild.style.fontSize = objChild.oldFontSize;
  4283.     if( typeof(objChild.oldTextDecoration) != "undefined" )
  4284.         objChild.style.textDecoration = objChild.oldTextDecoration;
  4285.     if( typeof(objChild.oldBackgroundColor) != "undefined" )
  4286.         objChild.style.backgroundColor = objChild.oldBackgroundColor;
  4287. }
  4288. // End of the CAgencyFontChange definition
  4289.  
  4290. // Begin of the CAgencyChangeStyle definition
  4291. function CAgencyChangeStyle( element, settings )
  4292. {//this class can be replace by CAgencyChangeStyle,provided the "settings" is standard CSS string.
  4293.     this.ele = element;
  4294.     
  4295.     // to retrieve the original style
  4296.     this.oldstyle = this.ele.style.cssText;
  4297.     
  4298.     // to set the default style
  4299.     this.newStyle = this.oldstyle;
  4300.     
  4301.     if( typeof(settings) == "string" && settings.length > 1 )
  4302.         this.newStyle = this.oldstyle + " " + settings;
  4303. }
  4304.  
  4305. CAgencyChangeStyle.prototype.PrepareEffect = function()
  4306. {
  4307.     CCSSP.ShowObject(this.ele, true );
  4308. }
  4309.  
  4310. CAgencyChangeStyle.prototype.UpdateEffect = function()
  4311. {// to change the style
  4312.     this.ele.style.cssText = this.newStyle;
  4313. }
  4314.  
  4315. CAgencyChangeStyle.prototype.EndEffect = function()
  4316. {// to reinstate the original style
  4317.     this.ele.style.cssText = this.oldStyle;
  4318. }
  4319. // End of the CAgencyChangeStyle definition
  4320.  
  4321. //End the definition of CAgencyXXXX classes
  4322.  
  4323. //Begin to collaborate with other event handler settings 
  4324. CCSSP.RegisterEventHandler( window, "onload", "CEngine.OnPageLoad();BSSCOnLoad();InitTriggersInHead();");
  4325. CCSSP.RegisterEventHandler( document, "onclick", "CEngine.OnPageClick();BSSCOnClick();");
  4326. CCSSP.RegisterEventHandler( document, "onmouseover", "CEngine.OnMouseOver();BSSCOnMouseOver();" );
  4327. CCSSP.RegisterEventHandler( document, "onmouseout", "CEngine.OnMouseOver();BSSCOnMouseOut();" );
  4328. CCSSP.RegisterEventHandler( window, "onunload", "BSSCOnUnload();");
  4329. //End to collaborate with other event handler settings
  4330.  
  4331. /// Section End  - CCSSP DHTM 2 (JavaScript 1.2)
  4332.  
  4333. //// Segment End -- (JavaScript 1.2)