$(document).ready(function(){$("#hAToggle").click(function(){$(this).parents("div.content > div:eq(1)").toggleClass("contentR").toggleClass("contentRF");$(this).html($(this).html()=="(View All)"?"(Collapse)":"(View All)");return false});if(oArt.EnableAutoScroll){$("#detail").find("div.content div:eq(1)").hover(function(){scrollDiv=this;go=0;scrollFromBottom()},function(){scrollFromBottom();go=1})}});if(oArt.EnableAutoScroll){var speed=1;var go=0;var arttimeout="";var scrollDiv;function scrollFromBottom(){if($(scrollDiv).hasClass("contentR")){clearTimeout(arttimeout);var a=scrollDiv;if(a.scrollTop>=a.scrollHeight){go=1}a.scrollTop=a.scrollTop+speed;if(go==0){arttimeout=setTimeout("scrollFromBottom()",50)}}}};