	jQuery(document).ready(function(){
    jQuery("ul.cablesson-menu li").hover(function(){
        jQuery(this).addClass("hover");
        jQuery('ul:first',this).css('visibility', 'visible');
    }, function(){
        jQuery(this).removeClass("hover");
        jQuery('ul:first',this).css('visibility', 'hidden');
    });
    jQuery("ul.cablesson-menu li ul li:has(ul)").find("a:first").append(" &raquo; ");

    jQuery('.cablesson-header-left-inner-btn-search-main').focus(function(){
        jQuery(this).addClass('cablesson-header-left-inner-btn-search-main-over').val('');
    }).blur(function(){
    jQuery(this).removeClass('cablesson-header-left-inner-btn-search-main-over').val('Search');   
 });

});
	jQuery('').click(function(){

	});



<!--End main menu  button top  function-->
<!--search button top  script-->
function checkclear(what){
if(!what._haschanged){
  what.value=''
};
what._haschanged=true;
}

<!-- end search button top  script-->

function scrollTo(selector) {
        var targetOffset = jQuery(selector).offset().top;
        jQuery('html,body').animate({scrollTop: targetOffset}, 100);
    }

function GoToProductTab(jj,object)
{
  //jQuery('.cablesson-product-accodian-parent-div').slideUp('slow');  
  jQuery('div .cablesson-product-accodian-title').removeClass('cablesson-product-accodian-title-active');
  jQuery('#down_pointing_arrow_'+jj).addClass('cablesson-product-accodian-title-active');
  jQuery('#down_pointing_arrow_'+jj).parent().find('.cablesson-product-accodian-parent-div').slideDown('slow');
  jQuery('.cablesson-product-title-box').find('a').removeClass('active-category');
  //jQuery('.cablesson-product-accodian-parent-div').slideUp('slow');
  jQuery(object).find('a').addClass('active-category');
  scrollTo('#down_pointing_arrow_'+jj);
}

function GoToTop()
{
  jQuery('div .cablesson-product-accodian-title').removeClass('cablesson-product-accodian-title-active');
  jQuery('.cablesson-product-title-box').find('a').removeClass('active-category');
  jQuery('.cablesson-product-accodian-parent-div').slideUp('slow');
  scrollTo('#cablesson-header-div');
  return false;
}
