var fHeight = 0;
if (oc_path == "healthcare_panel") {
    fHeight = 538;
    fWidth = 320;
    if (typeof oc_state != "undefined") {
        fHeight += 42;
    }
} else if (oc_path == "healthcare_panel_sm") {
    fHeight = 373;
    fWidth = 161;
}
if (window.navigator.userAgent.indexOf("MSIE")) {
	fHeight += 7;
}
document.write('<iframe id="climate_change_panel" name="oc_climate_frame" width="' + fWidth + '" height="' + fHeight + '" scrolling="no" frameborder="0" style="border: 0;" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" src="' + window.oc_host_url + 'resources/' + window.oc_path + '"></iframe>');

