var str='';
str+='<link rel="stylesheet" type="text\/css" href="..\/styles\/simpletree.css">';
str+='<script type="text\/javascript" src="..\/styles\/simpletreemenu.js">';
str+='<\/script>';
str+='<tr>';
str+='<td width="20" valign="top"><IMG height="18" src="..\/graphics\/home_arrow-L.gif" width="20"><\/td>';
str+='<td width="215" valign="top">';
str+='<ul id="treemenu110" class="treeview">';
str+='<li style="list-style: none; margin-left:-55px;"><u class="homeheaders">Calculators</u></span>';
str+='<ul>';

str+='<ul rel="open">';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/Weeks.asp" target="_blank" class="landing">Weeks and Amount<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/Last Day.asp" target="_blank" class="landing">Date To Comply<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/Interest.asp" target="_blank" class="landing">Interest<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/Penalty.asp" target="_blank" class="landing">Penalty<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/SSReduction.asp" target="_blank" class="landing">SSReduction<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/LifeExpectancy.asp" target="_blank" class="landing">Life Expectancy<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/Age.asp" target="_blank" class="landing">Age<\/a><\/li>';
str+='<\/ul><\/li>';

str+='<\/ul><\/li><\/ul><\/tr>';



str+='<tr>';
str+='<td width="20" valign="top"><IMG height="18" src="..\/graphics\/home_arrow-L.gif" width="20"><\/td>';
str+='<td width="215" valign="top">';
str+='<ul id="treemenu1" class="treeview">';
str+='<li style="list-style: none; margin-left:-55px;"><a href="../PD/BenefitsHome.html" class="homeheaders">Benefits</a></span>';
str+='<ul>';
str+='<listyle="list-style: none; margin-left:-30px;"><span class="homeheaders">Temporary Disability</span>';
str+='<ul rel="open">';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/td.asp" class="landing">Temporary Disability<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/TDRate30OrMore.asp" class="landing">TD Rate-30 or more hours per<\/a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../CalculatorProg1/TDRate30OrMore.asp" class="landing">week<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/TDRateTwoOrMore.asp" class="landing">TD Rate-2 or more employers<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/TDRateLessThan30.asp" class="landing">TD Rate-Less than 30 hours per<\/a><br>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../CalculatorProg1/TDRateLessThan30.asp" class="landing">week<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/TDRateWageLoss.asp" class="landing">TD Rate-Wage Loss<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-20px;"><img src="../eams/gray_bullet.gif" align="center"><a href="../CalculatorProg1/TDRateSeasonal.asp" class="landing">TD Rate-Seasonal<\/a><\/li>';	
str+='<\/ul><\/li>';
str+='<li style="list-style: none; margin-left:-10px;"><a href="../CalculatorProg1/PD.asp" class="homeheaders">Permanent Disability<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-10px;"><a href="../CalculatorProg1/VRMA.asp" class="homeheaders">VRMA<\/a><\/li>';
str+='<li style="list-style: none; margin-left:-10px;"><a href="../CalculatorProg1/DeathBenefits.asp" class="homeheaders">DeathBenefits<\/a><\/li>';
str+='<\/ul><\/li><\/ul><\/tr>';
str+='<script type="text\/javascript">';

str+='ddtreemenu.createTree("treemenu1", true)';
str+='<\/script>';
str+='<script type="text\/javascript">';

str+='ddtreemenu.createTree("treemenu110", true)';
str+='<\/script>';

document.write(str);

