var newWindow;

function privacy() {
thisLeft = 150;
thisTop = 180;
if (newWindow != null && newWindow != "") {
  newWindow.close();
}
newWindow = window.open('',
"Privacy",
"border=no,scrollbars,width=480,height=380,screenX=" + thisLeft + ",screenY=" + thisTop + ",left=" + thisLeft + ",top=" + thisTop);

newWindow.document.write('<head><title>Privacy Policy</title></head><body><span style=\'font-size:10pt\'>Opal Computing does not share your information with third parties, and does not email or contact its visitors other than in response to the visitor\'s own inquiries, or to follow the requirements of lawful authorities.  <font color=blue>Choices</font> may be provided to you in the future as to whether you would like to receive notifications or third-party contacts.  At this time, we have <b>no plans</b> of such activities.<br><br>Those who make payments or register online via <span style="color:red">Opal Summit</span> (<a href="/org/OpalSummit.cfm" target="_blank">see details</a>) will have their information passed on to the Organizer of the event or e-commerce offering and / or their designated agent(s), and the privacy policy of that Organizer and / or their designated agent(s) applies to the information in their possession.  For security and to follow industry standards regarding credit card information, the Organizer and agent(s) only receive the final four digits of the credit card number, which are suitable solely for customer service purposes.<br><br>If you feel at any time that your contact information has been misused, or you wish to be removed from our database, please contact the Opal Computing <a href="mailto:myprivacy@opalcomputing.com?subject=Privacy request from Opal Computing Web site">Privacy Officer</a>.</span><br><br><center><input type=\'button\' name=\'Close\' value=\'Close\' onClick=\'self.close()\' valign=\'bottom\'></center></body>')
}
