// JavaScript Document var gCastWindow =null; // Global Webcast window handle var gTransWindow =null; // Global Trans window handle function closeTrans(){ if ((gTransWindow != null)&& (!gTransWindow.closed)) { gTransWindow.close (); gTransWindow = null; } } function winOpen(page){ // If previous window not closed if ((gCastWindow != null)&& (!gCastWindow.closed)) { if(gCastWindow.document.forms[0].FireFox.value=="Yes") { var myForm = window.document.forms[0]; var dbPath = myForm.dbPath.value; var docID = gCastWindow.document.forms[0].UniqueValue.value; var SetURL = dbPath + "EndWebCastLog?OpenAgent&doc_id=" + docID; gCastWindow.location =SetURL; } gCastWindow.close (); gCastWindow = null; } // Clean up if window was closed previously by the [X] Icon if ((gCastWindow != null)&& (gCastWindow.closed)) { gCastWindow = null; } gCastWindow = window.open(page, "Video", "scrollbars=yes, width=750, height=500, resizable=1"); } function winTranscript(page){ // If previous window not closed if ((gTransWindow != null)&& (!gTransWindow.closed)) { gTransWindow.close (); gTransWindow = null; } // Clean up if window was closed previously by the [X] Icon if ((gTransWindow != null)&& (gTransWindow.closed)) { gTransWindow = null; } gTransWindow = window.open(page, "Transcript", "scrollbars=yes, width=750, height=500, resizable=1"); } function showDisclosure(){ if(document.getElementById()){ document.getElementById("disclosure").style.visibility = 'visible'; } else if(document.layers){ document.disclosure.visibility = 'visible'; } else{ document.all.disclosure.style.visibility = 'visible'; } } function hideDisclosure(){ if(document.getElementById()){ document.getElementById("disclosure").style.visibility = 'hidden'; } else if(document.layers){ document.disclosure.visibility = 'hidden'; } else{ document.all.disclosure.style.visibility = 'hidden'; } } var disclosure; function getDisclosure(){ document.getElementById('disc').innerHTML = "Natixis Global Associates consists of Natixis Distributors, L.P., Natixis Asset Management Advisors, L.P., Natixis Global Associates, LLC, Natixis Global Associates S.A., and business development units located across the globe, each of which is an affiliate of Natixis Global Asset Management. This material should not be considered a solicitation to buy or an offer to sell any product or service to any person in any jurisdiction where such activity would be unlawful. Natixis Distributors, L.P. and Natixis Asset Management Advisors, L.P.

"; }