$(document).ready(function(){
var allHeight = $(document).height();
$(".section_part").height(allHeight);

$(".feedbut").fancybox({
'width': 500,
'height': 400,
'autoScale': false,
'type': 'iframe',
'overlayColor':	'#000',
'overlayOpacity': 0.7,
'padding': 0,
'titleShow': false
});
});
