/* * @copyright 2010 Advanced Care Solutions * @author Christopher Rahauiser */ document.observe("dom:loaded",function(){$$("a.product-accessory").invoke("observe","click",function(a){a.stop();var b=window.open(this.href,"accessoryWindow","width=250,height=330");if(b&&b.focus){b.focus();}});$("features-tab-link").addClassName("selected");});