$(window).load(function() {
	var clientHeight = $(window).height();
	$("#prvFrame2").css({height: clientHeight+'px'});
});
