// -- Adobe GoLive JavaScript Library // -- Global Functions CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10); function IsIE() { return CSAg.indexOf("MSIE") > 0;} function CSIEStyl(s) { return document.all.tags("div")[s].style; } function CSNSStyl(s) { if (CSBVers>=5) return CSFindElement(s,0).style; else return CSFindElement(s,0); } function CSFindElement(n,ly) { if (CSBVers < 4) return document[n]; if (!IsIE()&&CSBVers>=5) return(document.getElementById(n)); var curDoc = ly ? ly.document : document; var elem = curDoc[n]; if (!elem) { for (var i=0;i=5) CSNSStyl(s).visibility = (v == 0) ? "hidden" : "visible"; else CSNSStyl(s).visibility = (v == 0) ? 'hide' : 'show'; } function CSGetStyleVis(s) { if (IsIE()) return (CSIEStyl(s).visibility == "hidden") ? 0 : 1; else if (CSBVers>=5) return (CSNSStyl(s).visibility == "hidden") ? 0 : 1; else return (CSNSStyl(s).visibility == 'hide') ? 0 : 1;} function CSScriptInit() { if(typeof(skipPage) != "undefined") { if(skipPage) return; } idxArray = new Array; for(var i=0;i= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) return true; // dont follow link else return false; // dont follow link } function CSButtonReturn () { var bAgent = window.navigator.userAgent; var bAppName = window.navigator.appName; if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) return false; // follow link else return true; // follow link } // -- Action Functions function CSActionGroup (action) { for(var i=1;i