﻿function MakeSameHeight(){
    var height = $(".right-part").height();
    
    $(".left-part").height(height);
    
}
