/**
 * Satisfaction Guaranteed javascript.
 */
function satisfaction() {

faqWin= window.open("",'window1','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=350');
faqWin.focus();
faqWin.document.write('<html>');
faqWin.document.write('<head>');
faqWin.document.write('<title>Mondial Assistance : Satisfaction Guaranteed</title>');
faqWin.document.write('<link rel="stylesheet" href="../css/wasc.css" type="text/css">');
faqWin.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
faqWin.document.write('</head>');
faqWin.document.write('<body bgcolor="#FFFFFF">');
faqWin.document.write('');
faqWin.document.write('<table width="690">');
faqWin.document.write('<tr>');
faqWin.document.write('<td>');
faqWin.document.write('<font face="Arial, Helvetica" size="2">');
faqWin.document.write('');
faqWin.document.write('<img src="../images/new/10daySat.gif">');
faqWin.document.write('');
faqWin.document.write('<hr>');
faqWin.document.write('<b>Satisfaction Guaranteed</b>');
faqWin.document.write('<p>');
faqWin.document.write('Within 10 days of purchasing the plan, upon your request Mondial Assistance will process a full refund of premium to You, as long as You have not already used Your ticket or filed a claim. No refunds shall be paid to You after 10 days of purchasing the plan.');
faqWin.document.write('</p>');
faqWin.document.write('</td>');
faqWin.document.write('</tr>');
faqWin.document.write('</table>');
faqWin.document.write('');
faqWin.document.write('<hr>');
faqWin.document.write('');
faqWin.document.write('<br>');
faqWin.document.write('<table cellpadding="0" cellspacing="0" border="0" width="690">');
faqWin.document.write('<tr>');
faqWin.document.write('<td>');
faqWin.document.write('<font size="1" color="#000000" face="Arial, Helvetica">');
faqWin.document.write('* Mondial Assistance<small><sup>SM</sup></small> branded plans are underwritten by BCS Insurance Company, rated "A-" (Excellent) by A.M. Best Co., under BCS Form No. 50.231CW, 50.431, 52.201 or 52.401, or Jefferson Insurance Company, rated "A" (Excellent) by A.M. Best Co., under Jefferson Form No. 102-C-XX-01 or 102-P-XX-01, depending on the insured\'s state of residence. World Access Service Corp., a company of Mondial Assistance, is the producer and administrator of this plan and an affiliate of Jefferson Insurance Company. The insured shall not receive any special benefit or advantage because of the affiliation between World Access Service Corp. and Jefferson Insurance Company.');
faqWin.document.write('</font>');
faqWin.document.write('</td>');
faqWin.document.write('</tr>');
faqWin.document.write('</table>');
faqWin.document.write('');
faqWin.document.write('</body>');
faqWin.document.write('</html>');
faqWin.document.close();

}
