/****************************************
 * Newhost
 * Global JavaScript
 ****************************************/

// Start closure to prevent namespace conflicts
;(function($) {
		   

// Perform initial setup tasks when DOM is ready
$(document).ready( function() {

  
/*   $("div.productsCatelogue .all_inone").bind("mouseenter",function(){
      $(this).children('div.callToAction').show("fast");

    }).bind("mouseleave",function(){
      $(this).children('div.callToAction').hide("fast");
    });*/

 	// ----------------------------------------------		
			$('.productDescription').equalHeight();
    // ----------------------------------------------	
	// ----------------------------------------------	
 if ((!$.browser.msie) || ($.browser.msie && $.browser.version.substr(0,1)>7)) {
			$('.planDescription').equalHeight();
 }
    // ----------------------------------------------	
	// ----------------------------------------------		
 if ((!$.browser.msie) || ($.browser.msie && $.browser.version.substr(0,1)>7)) {
       	    $('.planDescription p').equalHeight();
 }
    // ----------------------------------------------	
	// ----------------------------------------------
 if ((!$.browser.msie) || ($.browser.msie && $.browser.version.substr(0,1)>7)) {
			$('.PE_Details').equalHeight();
 }
    // ----------------------------------------------	
	// ----------------------------------------------		
			$('.bullet-cat').equalHeight();
    // ----------------------------------------------	
	

// end of partners fade



});
})(jQuery);