function Show_PC_ToolTip_Help(HelpType)
{
var helpstr='';
var tblhdr1= "<table width='100%'  border='1' align='center' cellpadding='0' cellspacing='0' bgcolor='#ffffce'  bordercolor='#840042'>";
tblhdr1 +="<tr><td align='left' valign='top' nowrap>";
tblhdr1 +="<table width='100%'  border='0' cellpadding='5' cellspacing='0' align='center'>";
tblhdr1 +="<tr  bgcolor='#840042'><td height='19' align='center' valign='middle' class='ToolTip_Title'>";
var tblhdr2="</td></tr> <tr>";
var tblcell1="<td  align='left' valign='top' class='ToolTip_Body'>";
var tblcell2="</td></tr> </table>";
tblcell2+="</td></tr></table>";
   
var HCCstr=tblhdr1+"Personal Property (Coverage C)&nbsp;&#8211;&nbsp;Homeowner"+tblhdr2+tblcell1;
HCCstr+="Coverage C covers personal property such as furniture and appliances&#8212;choose the personal property coverage limit that best meets your needs. The available coverage limits will appear when you click the Coverage C drop-down box."+tblcell2;

if ( HelpType=='HCC')
helpstr=HCCstr;

var HHRstr=tblhdr1+"Hazard Reduction Discount&nbsp;&#8211;&nbsp;Homeowner"+tblhdr2+tblcell1;
HHRstr+="You will receive a 5% premium discount if your house (1) is a wood-frame dwelling type<strong><u> and</u> </strong> (2) meets all the following requirements:<BR>$ The house was built before 1979.<br>$ The structure is braced or tied to the foundation.<br>$ Cripple walls are braced with plywood or its equivalent.<br>$ The water heater is secured to the structure&#8217;s frame.<br>$ The house is built on a raised foundation. Houses built entirely on concrete slabs do not qualify for the discount."+tblcell2;

if ( HelpType=='HHR')
helpstr=HHRstr;

var HIVstr=tblhdr1+"Insured Value&nbsp;&#8211;&nbsp;Homeowner"+tblhdr2+tblcell1;
HIVstr+="<span class='ToolTip_Body'>A CEA earthquake insurance policy is written for the <em>Insured Value</em> of your house - that`s the &ldquo;Coverage A limit&rdquo; or &ldquo;dwelling coverage limit&rdquo; on your homeowners insurance policy declarations page. Check your homeowners policy and enter the <em>Insured Value</em> here. Remember: The <em>Insured Value</em> of your house does <strong><u>not</u></strong> include the value of land on which the house is built.</span>"+tblcell2;

if ( HelpType=='HIV')
helpstr=HIVstr;

var HCDstr=tblhdr1+"Loss of Use (Coverage D)&nbsp;&#8211;&nbsp;Homeowner"+tblhdr2+tblcell1;
HCDstr+="Up to the limit selected, Coverage D covers your living expenses if you are forced from your home by earthquake damage or damage-repair activities&#8212;choose the coverage limit that best meets your needs. The available coverage limits will appear when you click the Coverage D drop-down box."+tblcell2;

if ( HelpType=='HCD')
helpstr=HCDstr;

var HDTstr=tblhdr1+"Dwelling Type&nbsp;&#8211;&nbsp;Homeowner"+tblhdr2+tblcell1;
HDTstr+="Most houses in California are built around a wood frame&#8212;this is a wood frame construction. If your house is masonry or built of brick, choose &#8220;all other construction&#8221;."+tblcell2;

if ( HelpType=='HDT')
helpstr=HDTstr;

var HDDstr=tblhdr1+"Deductible&nbsp;&#8211;&nbsp;Homeowner"+tblhdr2+tblcell1;
HDDstr+="Choose a deductible amount of either 15% or 10% of the Coverage A limit of the CEA policy. A 10% deductible will cost you more in premium but may reduce your share of the cost of repairing or rebuilding after earthquake damage."+tblcell2;

if ( HelpType=='HDD')
helpstr=HDDstr;

var HNSstr = tblhdr1 + "Number of Stories&nbsp;&#8211;&nbsp;Homeowner" + tblhdr2 + tblcell1;
HNSstr += "A basement&#8211;a space that is situated below the main floor and wholly or partly below the surface of the ground&#8211;is for earthquake-insurance purposes considered the lowest story of a house.  All other things being equal, a single-story house is at less risk of earthquake damage than a house with more than one story.  If the house has more than one story including the basement, the CEA charges somewhat higher rates that reflect the higher risk." + tblcell2;

if (HelpType == 'HNS')
    helpstr = HNSstr;

return helpstr;
}


