window.addEvent("domready",function(){var b=$$("a");b.each(function(d,c){if(d.get("href")&&(d.get("rel")=="external")){d.set("target","_blank")}});if(Browser.Engine.trident){var b=$$("button");b.each(function(d,c){d.addEvent("mouseover",function(e){this.addClass("hover")});d.addEvent("mouseout",function(e){this.removeClass("hover")})});var b=$$("input").extend($$("textarea"));b.each(function(d,c){d.addEvent("focus",function(e){this.addClass("focus")});d.addEvent("blur",function(e){this.removeClass("focus")})})}$$("#site a#print").addEvent("click",function(c){window.print();return false});$$("#site a#bookmark").addEvent("click",function(c){switch(true){case (Browser.Engine.trident&&$defined(window.external.AddFavorite(self.location.href,document.title))):return false;break;case Browser.Engine.webkit:if(Browser.Platform.mac){alert("Please press APPLE+D to add this page to your bookmarks.")
}else{alert("Please press CTRL+D to add this page to your bookmarks.")}break}return true});$$("#site a#increase").addEvent("click",function(c){var d=Cookie.read("pdca-size");if(!d){d="0.75"}d=Math.round(d*100)/100;if(d<0.9){d+=0.05}$(document.body).setStyle("font-size",(d*100)+"%");Cookie.write("pdca-size",d);return false});$$("#site a#decrease").addEvent("click",function(c){var d=Cookie.read("pdca-size");if(!d){d="0.75"}d=Math.round(d*100)/100;if(d>0.75){d-=0.05}$(document.body).setStyle("font-size",(d*100)+"%");Cookie.write("pdca-size",d);return false});var a=Cookie.read("pdca-size");if(a){if((parseFloat(a)>0.9)||(parseFloat(a)<0.75)){a="0.75"}a=Math.round(a*100)/100;$(document.body).setStyle("font-size",(a*100)+"%")}$$("form#subscribe input").addEvent("focus",function(c){if($(this).get("value")=="enter email address"){$(this).set("value","")
}})});if(Browser.Plugins.Flash.version>=8){var dax={src:"_swf/sifr.swf"};sIFR.compatMode=true;sIFR.activate(dax);sIFR.replace(dax,{selector:"h1",wmode:"transparent",fixhover:true,css:[".sIFR-root { font-size: 27px; color: #ffffff; font-weight: normal; }",".hide { display: none; }"]})};