var Site={NAME:"Panasonic Beijing Olympics Sitelet",Pages:{}};Site.Page=Class.create(Helpers.Base,{initialize:function($super,A){$super();Event.observe(document,"dom:loaded",this.bound("domOnLoad"));Event.observe(window,"load",this.bound("windowOnLoad"));Event.observe(window,"unload",this.bound("windowOnUnload"));this.data=A},destroy:function(){},windowOnUnload:function(A){this.destroy()},windowOnLoad:function(A){this.layoutExpander=new Helpers.LayoutExpander($("layout"),$("layout_content"),{delta:53+62+13})},domOnLoad:function(A){}});