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"); /****************************************************** * Font-size Functions ******************************************************/ function fontsize_change(size) { var oBody; if (document.getElementsByTagName) { oBody = document.getElementsByTagName('body')[0]; oBody.style.fontSize = size; /*lCells = document.getElementsByTagName('td'); for(i = 0; i < lCells.length; i++) { lCells[i].style.fontSize = '1em'; }*/ setCookie('fontsize', size, 180, "/"); } } function fontsize_init() { var size = getCookie('fontsize', '75%'); fontsize_change(size); } /****************************************************** * Cookie Functions ******************************************************/ function setCookie(name,value,days,path,domain,secure) { var expires, date; if (typeof days == "number") { date = new Date(); date.setTime( date.getTime() + (days*24*60*60*1000) ); expires = date.toGMTString(); } document.cookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function getCookie(name, value) { var nameq = name + "="; var c_ar = document.cookie.split(';'); for (var i=0; i