//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\');" >What is a needs analysis?&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">What is a needs analysis?</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">The needs analysis is a process used to help identify the financial needs of the injured party.  The needs analysis is preformed on a case-by-case basis and provides customization for each client’s particular needs including: continuing medical care, future surgery, custodial care, income replacement/supplement, rehabilitation/job retraining, college expenses for children, debt consolidation, divorce expenses including alimony and child support, retirement planning investment strategies, and mortgage expenses.</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();