$(document).ready(function() {
	var flashvars = {};
    var params = {"wmode": "transparent", "scale": "noscale"};
    var attributes = {};
    swfobject.embedSWF("jpl_web.swf", "content", "100%", "100%", "8", "media/expressInstall.swf", flashvars, params, attributes)
    var minheight = 770
    if ( $(window).height() > minheight )
        $('#content').attr("height", $(window).height() - 140);
    else
        $('#content').attr("height", minheight - 140);
    $(window).resize(function(){
    if ( $(window).height() > minheight )
        $('#content').attr("height", $(window).height() - 140);
    else
        $('#content').attr("height", minheight - 140);
    });
});
