/* -- Adobe GoLive JavaScript Library */ function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; } } function changeImages() { changeImagesArray(changeImages.arguments); } function initImgID() {var di = document.images; if (mustInitImg && di) { for (var i=0; i= 6) && (d.getElementById)) {initImgID; return(d.getElementById(n))}; var cd = ly ? ly.document : d; var elem = cd[n]; if (!elem) { 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 CSOpenWindow(action) { var wf = ""; wf = wf + "width=" + action[3]; wf = wf + ",height=" + action[4]; wf = wf + ",resizable=" + (action[5] ? "yes" : "no"); wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no"); wf = wf + ",menubar=" + (action[7] ? "yes" : "no"); wf = wf + ",toolbar=" + (action[8] ? "yes" : "no"); wf = wf + ",directories=" + (action[9] ? "yes" : "no"); wf = wf + ",location=" + (action[10] ? "yes" : "no"); wf = wf + ",status=" + (action[11] ? "yes" : "no"); window.open(action[1],action[2],wf); } function CSCloseWindow() { if (self.parent.frames.length != 0) { self.parent.close() } else { window.close() } } CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10); CSIsW3CDOM = ((document.getElementById) && !(IsIE()&&CSBVers<6)) ? true : false; function IsIE() { return CSAg.indexOf("MSIE") > 0;} function CSIEStyl(s) { return document.all.tags("div")[s].style; } function CSNSStyl(s) { if (CSIsW3CDOM) return document.getElementById(s).style; else return CSFindElement(s,0); } CSIImg=false; function CSInitImgID() {if (!CSIImg && document.images) { for (var i=0; i= 0); var isWin = (bAgent.indexOf("Win") >= 0); if (isIE && isWin) { var vers = 0; var idx1 = bAppVers.indexOf ("MSIE"); if (idx1 != -1) { idx1 += 4; var idx2 = bAppVers.indexOf(";", idx1) if (idx2 != -1) { vers = bAppVers.substring(idx1, idx2); } else { vers = bAppVers.substring(idx1); } } if (vers >= 5.5) { for(var i=0; i"; img.outerHTML = strNewHTML; i = i-1; } } } } }