$(function(){

    if ($('#25txt').length > 0 || $('#26txt').length > 0) {
    $('.mdMyAccount').hide(); 
    $('#mdCallUs').hide();
    $('#mdMainSearch').hide();
    $('#catDropDown').hide();
    $('#mdFlashHeader').hide();
    $('#mdHomePage').hide();
    $('#1txt').hide();
    $('#8txt').hide();
    $('#9txt').hide();
    $('#10txt').hide();
    $('#11txt').hide();
    $('#12txt').hide();
    $('#21txt').hide();
    $('#24txt').hide();
    $('#manDropDown').hide();
    $('#relatedItem').hide();
	$('#mdCheckServ').hide();
	$('#mdCustomer').hide();
	$('.mdRelatedProducts').hide();
    $('#mdCloseFooter').hide(); 
    $('#mdAvProd').hide();
    $('#catDropDownIndustry').hide();
    $('.mdTabSeperator').hide(); 
    $('.tab_on').hide();
    $('.frtPageProducts').hide();
    $('#mdHomeManuf').hide();
    $('.bluebar_bg').hide();
    $('#mdManfAll').hide();
    $("input[type='radio'][name='sShipMeth']").parent().contents().filter(function() { return this.nodeType != 1; }).remove();
	    
    }
  });  
    
// added for select all button
$(function() {
	$('a#selectAll').click( function() {
		$('input:checkbox').each( function() {
			this.checked = !this.checked;
                  });
                    return false;
          });
});

$(function() {
	$('#mdRotate > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('mdRotate', 2000);
	$('#mdCustomer ').html('<bold>Other Outstanding Products<bold>');
			// start header
			if ($('#testLoc').length > 0 || $('#mdGeneric').length > 0 || $('#mdCloseHeader').length > 0){
				$('#mdFlashHeader').hide('fast');
				$('#mdFlashExpand').html('<br>');
				$('#crumb').prepend('<img src="/site/images/plus.png" alt="Click to Expand" align="baseline" class="mdPlus">').click(function(){
	    
				$('#mdFlashHeader').show('fast');
				$('.mdPlus').remove();
		});
	}
				// start add to cart click
				$('.mdButClicked') .click(function() { 
				$('.mdButClicked').hide();
				$('.mdAddClick').html('<br/>Processing...')
						.animate({opacity: 1.0}, 2000)
						.fadeOut('fast', function(){
				$('.mdAddClick').hide();
				$('.mdButClicked').show();
           }); 
      }); 
	  		var callForPrice = $('#mdPriceOutput').html()
 				if (callForPrice == 'Please Call for Pricing'){
 					$('.mdButClicked').hide();
 				};
	    
});

$(function(){

	var mdUnitMeasure = $('A.smalltextnolink').html();
	var mdUnitEach = $('span.input').html();
		if (mdUnitMeasure == 'UM' ){
			$('A.smalltextnolink').html('');
            		
        };
		if (mdUnitEach == 'EA'|| mdUnitEach == 'BX'|| mdUnitEach == 'DZ' || mdUnitEach == 'CS'){
            $('span.input').html('');
        };    		
 			 
 });
 $(function(){
 
	var $cartExtraFocus = $('#mdBrightRed').text();
		if ($cartExtraFocus != '(0 items)'){
			$('.cart_top').css('background-color', 'yellow');
			$('.cart_bottom').css('background-color', 'yellow');
		
			
		};
 
 });