    $(document).ready(function() { 
        
 
 //alert($('#text').html());

	 
      var temph=$('#product_info_text').html();
    
      $('#product_info_text').html($('#product_info_container').html());
      $('#product_info_container').html(temph); 

	 $('#product_info').html($('#text').html());
     }); 
