var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); // navigation functions function navOn(navName) { if (document.getElementById) { if (document.getElementById(navName).className != 'nav-select') { document.getElementById(navName).style.background = '#a28f7f'; } } } function navOff(navName) { if (document.getElementById) { if (document.getElementById(navName).className != 'nav-select') { document.getElementById(navName).style.background = '#73563f'; } } } function dnavSelect(navName) { if (document.getElementById) { document.getElementById(navName).className = 'dnav-select'; } } function dnavOn(navName) { if (document.getElementById) { if (document.getElementById(navName).className != 'dnav-select') { document.getElementById(navName).style.background = '#ede9e6'; } } } function dnavOff(navName) { if (document.getElementById) { if (document.getElementById(navName).className != 'dnav-select') { document.getElementById(navName).style.background = '#ffffff'; } } } function showMenu(divName) { if (document.getElementById) { document.getElementById(divName).style.display = 'block'; } } function hideMenu(divName) { if (document.getElementById) { document.getElementById(divName).style.display = 'none'; } } // investor info change function showInv1() { if (document.getElementById) { document.getElementById('inv-tab-l-a').style.color = '#333'; document.getElementById('inv-tab-r-a').style.color = '#C1B5AA'; document.getElementById('inv-tab-l-span').style.color = '#E44C16'; document.getElementById('inv-tab-r-span').style.color = '#C1B5AA'; document.getElementById('inv-tab-l-p').style.borderTop = '4px solid #e44c16'; document.getElementById('inv-tab-r-p').style.borderTop = '4px solid #c1b5aa'; document.getElementById('inv-info1').style.display = 'block'; document.getElementById('inv-info2').style.display = 'none'; } } function showInv2() { if (document.getElementById) { document.getElementById('inv-tab-l-a').style.color = '#C1B5AA'; document.getElementById('inv-tab-r-a').style.color = '#333'; document.getElementById('inv-tab-r-span').style.color = '#E44C16'; document.getElementById('inv-tab-l-span').style.color = '#C1B5AA'; document.getElementById('inv-tab-l-p').style.borderTop = '4px solid #c1b5aa'; document.getElementById('inv-tab-r-p').style.borderTop = '4px solid #e44c16'; document.getElementById('inv-info1').style.display = 'none'; document.getElementById('inv-info2').style.display = 'block'; } } // investor info callout change function showInvCallout1() { if (document.getElementById) { document.getElementById('inv-call-tab-l-a').style.color = '#000000'; document.getElementById('inv-call-tab-r-a').style.color = '#cc3300'; document.getElementById('inv-call-info1').style.display = 'block'; document.getElementById('inv-call-info2').style.display = 'none'; } } function showInvCallout2() { if (document.getElementById) { document.getElementById('inv-call-tab-l-a').style.color = '#cc3300'; document.getElementById('inv-call-tab-r-a').style.color = '#000000'; document.getElementById('inv-call-info1').style.display = 'none'; document.getElementById('inv-call-info2').style.display = 'block'; } } // content tabs change function showContent1() { if (document.getElementById) { document.getElementById('content-tab-l-a').style.color = '#000000'; document.getElementById('content-tab-r-a').style.color = '#a28f7f'; document.getElementById('content-tab-l').style.borderBottom = '1px solid #ffffff'; document.getElementById('content-tab-l-p').style.borderTop = '4px solid #e44c16'; document.getElementById('content-tab-r').style.borderBottom = '1px solid #e4e2cf'; document.getElementById('content-tab-r-p').style.borderTop = '4px solid #c1b5aa'; document.getElementById('content-info1').style.display = 'block'; document.getElementById('content-info2').style.display = 'none'; } } function showContent2() { if (document.getElementById) { document.getElementById('content-tab-l-a').style.color = '#a28f7f'; document.getElementById('content-tab-r-a').style.color = '#000000'; document.getElementById('content-tab-l').style.borderBottom = '1px solid #e4e2cf'; document.getElementById('content-tab-l-p').style.borderTop = '4px solid #c1b5aa'; document.getElementById('content-tab-r').style.borderBottom = '1px solid #ffffff'; document.getElementById('content-tab-r-p').style.borderTop = '4px solid #e44c16'; document.getElementById('content-info1').style.display = 'none'; document.getElementById('content-info2').style.display = 'block'; } } // dropdown select location change function sel(Url) { if (Url) { window.open(Url,"_blank"); } } // open a popup window function openwin(url,w,h,s) { var scrl; if (s) { scrl="scrollbars=yes,"; w = w+16; } else { scrl="scrollbars=no,"; } if (!w) w = 640; if (!h) h = 480; fenster = window.open(url,"_blank",scrl+"resizable=yes,width="+w+",height="+h+",screenX=50,screenY=50"); fenster.focus(); } /* font change functions - OLD function fontsizeup() { active = getActiveStyleSheet(); setActiveStyleSheet('large'); document.getElementById('u-reg').style.display = 'inline'; document.getElementById('u-large').style.display = 'none'; } function fontsizedown() { active = getActiveStyleSheet(); setActiveStyleSheet('reg'); document.getElementById('u-reg').style.display = 'none'; document.getElementById('u-large').style.display = 'inline'; } function setActiveStyleSheet(title) { var i, a, main; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) { a.disabled = true; if(a.getAttribute("title") == title) a.disabled = false; } } } function getActiveStyleSheet() { var i, a; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) return a.getAttribute("title"); } return null; } function getPreferredStyleSheet() { return ('reg'); } function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } window.onload = function(e) { var cookie = readCookie("style"); var title = cookie ? cookie : getPreferredStyleSheet(); setActiveStyleSheet(title); } window.onunload = function(e) { var title = getActiveStyleSheet(); createCookie("style", title, 365); } var cookie = readCookie("style"); var title = cookie ? cookie : getPreferredStyleSheet(); if (title == 'null') { title = getPreferredStyleSheet(); } setActiveStyleSheet(title); */ // font change functions var fontsizeup_on = new Image(); fontsizeup_on.src = '/images/common/icon-text-plus.jpg'; var fontsizeup_off = new Image(); fontsizeup_off.src = '/images/common/icon-text-plus-inactive.jpg'; var fontsizeup_hover = new Image(); fontsizeup_hover.src = '/images/common/icon-text-plus-hover.jpg'; var fontsizedown_on = new Image(); fontsizedown_on.src = '/images/common/icon-text-minus.jpg'; var fontsizedown_off = new Image(); fontsizedown_off.src = '/images/common/icon-text-minus-inactive.jpg'; var fontsizedown_hover = new Image(); fontsizedown_hover.src = '/images/common/icon-text-minus-hover.jpg'; function fontsizeup() { active = getActiveStyleSheet(); setActiveStyleSheet('large'); } function fontsizedown() { active = getActiveStyleSheet(); setActiveStyleSheet('reg'); } function fontsizeOverOut(img_name, img_over, anchor_name){ img = document.getElementById(img_name); a = document.getElementById(anchor_name); if(a.getAttribute('href')){ img.src = img_over.src; } } function setActiveStyleSheet(title) { var i, a, main; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) { a.disabled = true; if(a.getAttribute("title") == title) a.disabled = false; } } imgdown = document.getElementById('font-size-down-img'); imgup = document.getElementById('font-size-up-img'); adown = document.getElementById('font-size-down-a'); aup = document.getElementById('font-size-up-a'); if(imgdown && imgup){ if(title == 'large'){ imgdown.src = fontsizedown_on.src; imgup.src = fontsizeup_off.src; aup.removeAttribute('href'); adown.setAttribute('href','javascript:void(0)'); }else{ imgdown.src = fontsizedown_off.src; imgup.src = fontsizeup_on.src; aup.setAttribute('href','javascript:void(0)'); adown.removeAttribute('href'); } } } function getActiveStyleSheet() { var i, a; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) return a.getAttribute("title"); } return null; } function getPreferredStyleSheet() { return ('reg'); } function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function styleSheetOnLoad() { var cookie = readCookie("style"); var title = cookie ? cookie : getPreferredStyleSheet(); setActiveStyleSheet(title); } function styleSheetOnUnload() { var title = getActiveStyleSheet(); createCookie("style", title, 365); } var cookie = readCookie("style"); var title = cookie ? cookie : getPreferredStyleSheet(); if (title == 'null') { title = getPreferredStyleSheet(); } setActiveStyleSheet(title); //hide/show lang dropdown when onmouseover/onmouseout on main navigation function showHideLang(){ if (document.getElementById){ lang_container = document.getElementById('lang-container'); if (lang_container.style.visibility == 'hidden'){ lang_container.style.visibility = 'visible'; }else { lang_container.style.visibility = 'hidden'; } } } function selsub(Url) { Url=document.subsites.sites[document.subsites.sites.selectedIndex].value; document.location = Url; } function openExternalLink(href, target) { var newwin = window.open('/util/exit-notice.jsp?url=' + encodeURIComponent(href) + '&target=' + encodeURIComponent(target),'openlink','width=330,height=190,screenX=100,screenY=100,top=100,left=100,resizable=yes,toolbar=no,scrollbars=no') newwin.focus(); } function setupExternalLinks() { var links = document.getElementsByTagName('a'); for (var i = links.length; i != 0; i--) { var a = links[i-1]; if (!a.href) continue; if (a.href.indexOf('http') != -1 && a.href.indexOf(window.location.hostname) == -1 && !excludeUrl(a.href) ) { a.onclick = function() { openExternalLink(this.href, this.target); return false; } } } } var excludeUrls = Array(); function excludeUrl(url){ for(var l = 0; l < excludeUrls.length; l++){ if(url.indexOf(excludeUrls[l]) == 0){ return true; } } return false; } } /* FILE ARCHIVED ON 15:18:33 Aug 21, 2010 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 22:03:28 May 05, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.557 exclusion.robots: 0.066 exclusion.robots.policy: 0.057 cdx.remote: 0.053 esindex: 0.01 LoadShardBlock: 228.245 (3) PetaboxLoader3.datanode: 68.479 (4) PetaboxLoader3.resolve: 452.885 (3) load_resource: 320.732 */