
$(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();
	    
    }
  });  
    
// add for select all button
$(function() {
                    $('a#selectAll').click( function() {
                         $('input:checkbox').each( function() {
                                    this.checked = !this.checked;
                  });
                    return false;
          });
});
