function SimpleFontsize(){var c="fontSizeBase",b=31536000000,d="/";this.init=function(){var g=e(c);if(g==null){var f=new Date();f=new Date(f.getTime()+b);document.cookie=c+"=10; path="+d+"; expires="+f.toGMTString()}else{if(g<10){g=10}else{if(g>15){g=15}}a(g,false)}};this.RegisterHandlers=function(){if(document.getElementById("zoomselect")!=null){document.getElementById("zoomselect").innerHTML=_STRZOOMDESC+'&nbsp;<a href="#"  id="decreaseFontSize" title="'+_STRZOOMSMALL+'"><small>A</small></a>&nbsp;<a href="#" id="resetFontSize" title="'+_STRZOOMDEF+'">A</a>&nbsp;<a href="#" id="increaseFontSize" title="'+_STRZOOMBIG+'"><big>A</big></a>';document.getElementById("decreaseFontSize").onclick=this.decreaseFontSize;document.getElementById("resetFontSize").onclick=this.resetFontSize;document.getElementById("increaseFontSize").onclick=this.increaseFontSize}};this.decreaseFontSize=function(){var f=parseInt(e(c))-1;if(f<10){f=10}a(f,true)};this.increaseFontSize=function(){var f=parseInt(e(c))+1;if(f>15){f=15}a(f,true)};this.resetFontSize=function(){a(10,true)};function e(j){var f=document.cookie.split("; ");for(var h=0;h<f.length;h++){var g=f[h].split("=");var k=g[0];var l=g[1];if(k==j){return l}}return null}function a(k,j){var f=new Date();f=new Date(f.getTime()+b);document.cookie=c+"="+k+"; path="+d+"; expires="+f.toGMTString();document.body.style.fontSize=k+"px";if(typeof Cufon!="undefined"&&j==true){RefreshSiteContent();setTimeout(RefreshMetaNaviLayer,0);setTimeout(RefreshFlyout,0)}var h=document.body.getElementsByTagName("iframe");if(typeof h!=="null"&&typeof h!=="undefined"){for(var g=0;g<h.length;g++){if(typeof h[g].src!=="undefined"&&typeof h[g].src!=="null"){h[g].src=h[g].src}}}}}var fontSizeScript=new SimpleFontsize();fontSizeScript.init();

