// resize the iframe based on response from remote iframe // Calculator V1 related and can be removed it not used. function resizeXDQuestions(rHeight) { var frame = document.getElementById("questionsFrame"); var height = 600; try { height = parseInt(rHeight) + 20; } catch(err) {} document.getElementById("frameLoading").style.display = "none"; try { innerDoc = (frame.contentDocument) ? frame.contentDocument : frame.contentWindow.document; objToResize = (frame.style) ? frame.style : frame; objToResize.height = height + "px"; } catch(err) { document.getElementById("questionsFrame").style.height = height + "px"; } window.scrollTo(0, 40); } /** * print the page content */ function printContent(strid) { var printContent = document.getElementById(strid); html = "
"; html += ""; html += printContent.innerHTML; html += "\t© 2024 SS&C. All rights reserved. Reproduction in whole or in part is prohibited without the express permission of SS&C.
\n"; html += ""; var printWindow = window.open('','','left=0,top=0,width=1,height=1,toolbar=0,scrollbars=0,status=0'); printWindow.document.write(html); printWindow.document.close(); printWindow.focus(); printWindow.print(); printWindow.close(); } function loadScript(url) { var html_doc = document.getElementsByTagName('head').item(0); var js = document.createElement('script'); js.setAttribute('language', 'javascript'); js.setAttribute('type', 'text/javascript'); js.setAttribute('src', url); html_doc.appendChild(js); } function updateSrcElements() { el = document.getElementById("sANDpContent"); if (el) { protocol = window.location.protocol; wrong = protocol + "//" + window.location.host; actual = protocol + "//content.sharefc.com"; imgs = el.getElementsByTagName("img"); for (var i=0; i© 2024 SS&C. All rights reserved. Reproduction in whole or in part is prohibited without the express permission of SS&C.
\n\t\n"); document.write("