function explain(output, output1) {
newwin = window.open('','','status=no,scrollbars=yes,copyhistory=no,resizable=yes,width=460,height=400');
if (!newwin.opener) newwin.opener = self;
with (newwin.document)
{
open();
write('<html>');
write('<head>');
write('<title>NTN :: Privacy Policy</title>');
write('</head>');
write('<body bgcolor="#FFFFFF" text="#000000">');
write('<center>');
write('<table bgcolor="#FFFFFF" border="0" width="400" cellpadding="10" cellspacing="0">');
write('<tr><td align="center" valign="middle">');
write(' <table bgcolor="#FFFFFF" border="0" width="400">');
write(' <tr> ');
write(' <td colspan="2" class="n11bw" align="center"> ');
write(' <img border="0" src="images/logo_ntn_150.jpg"></td> </tr>');
write(' <tr> <td colspan="2" class="Header2" align="center"><b>PRIVACY POLICY<b><br></td> </tr>');
write(' <tr>  <td colspan="2" class="Header4" align="left"><BR> ');
write(' <p><img src="images/pin_red.gif" width="21" height="21">');
write(' <b>  PROFESSIONAL REGISTRATION INFORMATION</td> </tr>');
write('  <tr> <td width="10"></td><td class="n11bw" align="left">');
write(' NTN SearchLine is committed ');
write(' to maintaining the privacy of the');
write(' healthcare professionals registered with NTN. Therefore, we will');
write(' not release your  name to <u>any</u> third party other than the NTN');
write(' advertisers who currently have job listings on the system that');
write(' match your criteria.');
write(' <p>Please note, however, that the ability to conduct online candidate searches and');
write(' to contact candidates directly are primary features of the NTN');
write(' SearchLine system, which attract new advertisers with new job');
write(' listings. Thus, while we certainly respect the privacy of our');
write(' candidates, we definitely encourage you to take full advantage of');
write(' the NTN SearchLine by agreeing to release your name to our job'); 
write(' advertisers.');
write('<form name=form> '); 
write(' Please select one...<br>'); 
write(' <input type="radio" name=release checked value="ALL"  onClick=' + output + '=this.value }" >');
write(' Release my name to all advertisers<br>');
write(' <input type="radio" name=release value="NOSF" onClick=' + output + '=this.value }" >');
write(' Release my name to all advertisers except Search Firms<br>');
write(' <input type="radio" name=release value="NONE" onClick=' + output + '=this.value> ');
write('Do not release my name to any advertiser<br> ');
write('<br> <center> <input type=button value="Close Window" onClick=window.close()> <br></center> ');


write('</td> ');
write(' </tr> ');
write(' <tr>  ');
write(' <td colspan="2" class="Header4" align="left"><br> ');
write(' <img src="images/pin_red.gif" width="21" height="21"> E-MAIL NOTIFICATION</td> ');
write(' </tr> ');
write(' <tr>  ');
write(' <td class="Header4" align="left">&nbsp;</td> ');
write(' <td class="Header4" align="left"><p>As convenience for our candidates, ');
write(' we e-mail new job listings that match your preferences each day '); 
write(' as they are activated. The new job e-mails begin twelve month ');
write(' in advance of the date you submited as your &quot;Date Available ');
write(' to Accept Positions&quot; on the NTN candidate registration form ');
write(' and they will continue twelve month past that date.</p>');

write(' Please select one...<br>'); 
write(' <input type="radio" name=SendEmail checked value="Yes"  onClick=' + output1 + '=this.value }" >');
write(' Yes, send me email notifications of matching listings<br>');
write(' <input type="radio" name=SendEmail value="No" onClick=' + output1 + '=this.value }" >');
write(' No, do not send me email notifications.<br> ');
write('<br> <center> <input type=button value="Close Window" onClick=window.close()> <br></center> ');

write('  </form>'); 
write(' </td> </tr>');
write('  <tr>  <td colspan="2" class="Header4" align="left"><BR> ');
write(' <img src="images/pin_red.gif" width="21" height="21">'); 
write(' KEY PRIVACY ISSUES</td>       </tr> ');
write(' <tr> <td width="10"></td><td class="n11bw" align="left">'); 
write(' <img src="images/rqst_1.gif" width="12" height="12">&nbsp;'); 
write(' We do <B>not</B> release information to any outside organization.<BR> ');
write(' <img src="images/rqst_2.gif" width="12" height="12">&nbsp;'); 
write(' We do <B>not</B> sell our registration list.<BR> ');
write(' <img src="images/rqst_3.gif" width="12" height="12">&nbsp;'); 
write(' We do <B>not</B> use third-party service providers to facilitate our service.<BR> ');
write(' <img src="images/rqst_4.gif" width="12" height="12">&nbsp;'); 
write(' The information candidates send us about their personal information and the');
write(' information that advertisers send us about job listings along with');
write(' encrypted formats. <BR>');
write(' <img src="images/rqst_5.gif" width="12" height="12">&nbsp;');
write(' These files are stored on secured servers and credit card information ');
write(' is destroyed after it is used to process your order.<BR>');
write(' </td>  </tr> ');
write(' <tr> <td colspan="2" class="Header4" align="left"><BR> ');
write(' <img src="images/pin_red.gif" width="21" height="21">'); 
write(' COOKIE TECHNOLOGY</td> </tr> ');
write(' <tr> <td width="10"></td><td class="n11bw" align="left">'); 
write(' <P> We want to assure our users that no information concerning Internet navigation or personal information is collected from the NTN SearchLine web site. For additional questions please call 800-300-9903.'); 
write(' <br>');
write('&nbsp;</td> </tr> ');
write(' <tr> <td colspan="2" width="400" height="30" valign="top" align="left"><hr></td></tr> ');
write('</table></td></tr>');
write('</table>');

write('<center><input type=button value="Close Window" onClick=window.close()><br></center>');

write('</center>');
write('</body>');
write('</html>');
close();
   }
}