$(document).ready(init);
function init(){
	var height = $("#height").attr("value")-0;
	$("#inner_content").css( "height",  (790+height)+"px");
	$("#shtrih").css( "height",  (444+height)+"px");
	$("#inner_dog").css( "top",  (480+height)+"px");
	$("#inner_footer_menu").css( "top",  (905+height)+"px");
	$("#inner_footer").css( "top",  (970+height)+"px");
	$("#inner_copyright").css( "top",  (970+height)+"px");
	$("#inner").css( "height",  (1000+height)+"px");
}
