// javascript document /* trp js document author by globalstech.ls date:2011-05-02 */ jquery(function($){ $("tr.moduletitle_menubreak").css("display","none"); $("tr.moduletitle_menuitem td.moduletitle_menuicon").css("height","22px"); $(".trp_nav .navmenu-container ul.navmenu li").eq(0).css({}).end().not(":first").find("a").hover(function(){$(this).css({"background":"url(/portals/20/skins/trp_index/images/smenu_itembg.jpg) repeat-x","color":"#ffffff"})},function(){$(this).css({"background":"url(/portals/20/skins/trp_index/images/menu_itembg.jpg) 100% center no-repeat","color":"#646665"}); }) $(".cpjs-module-module").each(function(){ var pi=$(this); var activep=pi.children(".sdxc-product-item:last"); activep.addclass("p-show"); pi.children(".sdxc-product-item").each(function(){ $(this).hover(function(){ if($(this).hasclass("p-show")) return; else{ activep.removeclass("p-show"); activep=$(this); activep.addclass("p-show"); } },function(){}) }) }) });