$(document).ready(function()
{
	
	$(".col1").css("height", $(".col2").css("height"));

});