$(function(){var container=$("#container_demo")[0];var iframe=$("#flowchart_demo")[0];with(jQuery.iUtil){var offsets=getMargins($("#content")[0],true);var height=$(document).height()-getSize($("#header")[0]).h-getSize($("#footer")[0]).h-getSize(container.parentNode).h-offsets.t-offsets.b-30;var width=$(document).width()-offsets.l-offsets.r-16}if(Math.round(height*1434/600)<=width){width=Math.round(height*1434/600)}else{height=Math.round(width*600/1434)}iframe.setAttribute("height",height);iframe.setAttribute("width",width);iframe.parentNode.style.width=width+"px";iframe.setAttribute("src","/embedded/80a6dedfc4cd4341/?fitToWindow=1&backgroundColor=FFFFFF&signature=b6dd4505")});