declarePackage("aw");declarePackage("aw.schemes");aw.schemes.RecipeScroller=function(){var self;var carousel;function constructorFn(){self=this;carousel=new ccs.DivSlider('scroller',null,null,280);} constructorFn.prototype.left=function(){carousel.left();} constructorFn.prototype.right=function(){carousel.right();} return new constructorFn();} aw.schemes.rs=new aw.schemes.RecipeScroller();function show_info(show){document.getElementById(show).style.display="block";} function hide_info(hide){document.getElementById(hide).style.display="none";}