jQuery(document).ready(function(){jQuery("#togglemybackfun").click(function(){jQuery("#mybackfun").slideToggle(250)});jQuery("#toggle_tasks").click(function(){jQuery("#producttasks").slideToggle(150);return false});jQuery("#toggle_tasks_done").click(function(){jQuery("#producttasks").slideToggle(150);return false});jQuery("#cart_count").mouseenter(function(){jQuery("#inline_cart").show(0);jQuery("#show_inline_cart").addClass("hammel");return false});jQuery("#cart_count").mouseleave(function(){jQuery("#inline_cart").hide(0);jQuery("#show_inline_cart").removeClass("hammel");return false});jQuery("#notepad_count").mouseenter(function(){jQuery("#inline_notepad").show(0);jQuery("#show_inline_notepad").addClass("hammel")});jQuery("#notepad_count").mouseleave(function(){jQuery("#inline_notepad").hide(0);jQuery("#show_inline_notepad").removeClass("hammel")});jQuery("#toggle_materials_listing").click(function(){jQuery("#materials_listing").slideToggle(120);return false});jQuery("#toggle_facets_listing").click(function(){jQuery("#facets_listing").slideToggle(120);return false});jQuery("#toggle_brands_listing").click(function(){jQuery("#brands_listing").slideToggle(120);return false});jQuery("#toggle_tags_listing").click(function(){jQuery("#tags_listing").slideToggle(120);return false});jQuery("ul.headmenulinks").mouseleave(function(){jQuery("ul.submenu").hide(0)});jQuery("ul.submenu").mouseleave(function(){jQuery("ul.submenu").hide(0)});jQuery("ul.headmenulinks li a").click(function(){jQuery("ul.submenu").stop(true,true).hide(0);jQuery(this).parent().find("ul.submenu").stop(true,true).show(30)});jQuery("#ptype_id").change(function(){jQuery("#newproduct_preview").html(jQuery("#ptype_id option:selected").text()+", "+jQuery("#product_name").val()+", "+jQuery("#product_measures").val()+", "+jQuery("#material_id option:selected").text())});jQuery("#material_id").change(function(){jQuery("#newproduct_preview").html(jQuery("#ptype_id option:selected").text()+", "+jQuery("#product_name").val()+", "+jQuery("#product_measures").val()+", "+jQuery("#material_id option:selected").text())});jQuery("#product_name").live("keyup",function(){jQuery("#newproduct_preview").html(jQuery("#ptype_id option:selected").text()+", "+jQuery("#product_name").val()+", "+jQuery("#product_measures").val()+", "+jQuery("#material_id option:selected").text())});jQuery("#product_measures").live("keyup",function(){jQuery("#newproduct_preview").html(jQuery("#ptype_id option:selected").text()+", "+jQuery("#product_name").val()+", "+jQuery("#product_measures").val()+", "+jQuery("#material_id option:selected").text())})});