 $(document).ready(function(){$("#c2a_video").hover(function(){$("#c2a_bna_inner").stop(true,true);$("#c2a_cost_inner").stop(true,true);$("#c2a_store_inner").stop(true,true);$("#c2a_video_inner").stop(true,true).slideToggle(300);});$("#c2a_bna").hover(function(){$("#c2a_video_inner").stop(true,true);$("#c2a_cost_inner").stop(true,true);$("#c2a_store_inner").stop(true,true);$("#c2a_bna_inner").stop(true,true).slideToggle(300);});$("#c2a_cost").hover(function(){$("#c2a_video_inner").stop(true,true);$("#c2a_bna_inner").stop(true,true);$("#c2a_store_inner").stop(true,true);$("#c2a_cost_inner").stop(true,true).slideToggle(300);});$("#c2a_store").hover(function(){$("#c2a_video_inner").stop(true,true);$("#c2a_bna_inner").stop(true,true);$("#c2a_cost_inner").stop(true,true);$("#c2a_store_inner").stop(true,true).slideToggle(300);});});
