//FAQS Auto Quute Module
function faqsModule(){
var strFaqs='';
/* RIGHT COLUMN FAQS MODULE STARTS */
strFaqs+='<div class="rightcallouts_sep"><img src="/images/hr_lefnav_seperator.gif" alt="" border="0" /></div>';
strFaqs+='<table width="186" border="0" cellspacing="0" cellpadding="0">';
strFaqs+='<tr><td><img src="/images/hdr_callout.gif" width="187" height="17" alt="Amica" border="0" /></td></tr>';
strFaqs+='<tr bgcolor="#f5f5f5"><td style="background: url(/images/tile_callout.gif) repeat-y;">';
strFaqs+='<div class="callout_title">Frequent Questions:</div>';
strFaqs+='<table border="0" cellpadding="0" cellspacing="0">';

strFaqs+='<tr class="contact_hr"><td><img src="/images/hr_contact.gif" /></td></tr>';
strFaqs+='<tr class="faq_spacer"><td class="question_nounder">';
strFaqs+='<a href="#" id="faqs2" onclick="return false;" onmouseover="setLyr(this.id,\'faq2\',\'300\',\'165\',\'310\',\'200\',\'275\',\'90\',\'300\',\'190\');" onmouseout="handleOut(\'faq2\');" >Why is there special tax code treatment?&nbsp;<img src="/images/icon_tooltip.gif" border="0" alt="" /></a>';
strFaqs+='</td></tr>';
strFaqs+='</table>';
strFaqs+='<tr class="contact_hr"><td><img src="/images/hr_contact.gif" /></td></tr>';
strFaqs+='</td></tr>';
strFaqs+='<tr><td><img src="/images/ftr_contact.gif" width="186" height="11" alt="" /></td></tr>';
strFaqs+='</table>';

/* POP-UP SECTION STARTS */

/* FAQ 2 */
strFaqs+='<div id="faq2" style="position:absolute ;left:-600px;top:-600px;z-index:3000;">';
strFaqs+='<table width="309" border="0" cellspacing="0" cellpadding="0">';
strFaqs+='<tr>';
strFaqs+='<td width="15" valign="top"><img src="/images/credit_rollover_topLcrnr.gif" width="15" height="33" alt="" border="0" /></td>';
/* POP-UP TITLE BELOW */
strFaqs+='<td width="274" valign="top" align="left" style="background: url(/images/credit_rollover_toptile.gif) repeat-x;" class="rollovertitle">Why is there special tax code treatment?</td>';
strFaqs+='<td width="20" valign="top"><img src="/images/credit_rollover_topRcrnr.gif" width="20" height="33" alt="" border="0" /></td>';
strFaqs+='</tr>';
strFaqs+='<tr>';
strFaqs+='<td valign="top" style="background: url(/images/credit_rollover_Ltile.gif) repeat-y;">&nbsp;</td>';
/* POP-UP TEXT BELOW */
strFaqs+='<td valign="top" align="left" bgcolor="#FFFFFF"  class="rollovertext">Structured settlement annuities were first created by the Federal Government as a long term solution to certain catastrophic injury claims. The tax benefits are codified in IRC 104. The concept drew widespread acceptance and Congress passed the Periodic Payments Settlement Act of 1987. Subsequent amendments and IRS rulings have molded the product features and unique benefits that injury victims can elect today. Complete text of the tax code is available upon request.</td>';
strFaqs+='<td valign="top" style="background: url(/images/credit_rollover_Rtile.gif) repeat-y;">&nbsp;</td>';
strFaqs+='</tr>';
strFaqs+='<tr>';
strFaqs+='<td height="20" valign="top"><img src="/images/credit_rollover_botLcrnr.gif" width="15" height="20"  alt="" /></td>';
strFaqs+='<td align="left" valign="top" style="background:url(/images/credit_rollover_bot.gif) repeat-x"></td>';
strFaqs+='<td valign="top"><img src="/images/credit_rollover_botRcrnr.gif" width="20" height="20" alt=""  /></td>';
strFaqs+='</tr>';
strFaqs+='</table>';
strFaqs+='</div>';

/* POP-UP SECTION ENDS */
document.write(strFaqs);
}
faqsModule();