if(typeof WILEY=="undefined"){var WILEY={};}WILEY.Cookie={set:function(A,B,C){if(C){d=new Date();d.setTime(d.getTime()+(C*1000));expiry="; expires="+d.toGMTString();}else{expiry="";}document.cookie=A+"="+B+expiry+"; path=/; domain=.wrox.com";},get:function(A){nameEQ=A+"=";ca=document.cookie.split(";");
for(i=0;i<ca.length;i++){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;},unset:function(A){Cookie.set(A,"",-1);}};function closeMe(A){new Effect.Fade(A,{duration:0.3});}function popup(A){$(A).style.top=(document.body.scrollTop+60)+"px";
new Effect.Appear(A,{duration:0.3});}function show(A){$(A).style.display="block";}function showHide(A,B){$(A).style.display="block";$(B).style.display="none";}