ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Bay County Clerk of Courts - Bill Kinsaul</title> <link rel="stylesheet" type="text/css" href="public.css" title="Bay County Clerk of Courts - Bill Kinsaul"> </head> <body bottommargin="10" class="body" leftmargin="10" rightmargin="10" topmargin="10" style="background-color: rgb(222, 222, 222);" marginheight="10" marginwidth="10"><center><img src="logo.png" alt=""> <script language="JavaScript"> <!-- function RoundUp(num){ return Math.ceil(num/100) * 100; } function Deeds(n,p){ if(isNaN(p.value) || isNaN(n.value)){ alert("Please do not use $ or , in any of your figures. Use numbers only."); return "$0"; } if(p.value == ""){ p.value = 0; } if(n.value == ""){ n.value = 0; } nValue = (isNaN(n.value))?0:parseFloat(n.value); n.value = (isNaN(n.value))?0:parseFloat(n.value); pValue = (isNaN(p.value))?0:parseFloat(p.value); p.value = (isNaN(p.value))?0:parseFloat(p.value); if(nValue == 0){ subtotal1 = 0; }else{ subtotal1 = 10 + (8.5*(nValue-1)); } pValue = RoundUp(pValue); p.value = pValue; subtotal2 = pValue*0.007; total = subtotal1+ Math.round(subtotal2*100)/100; document.getElementById('DeedRecFees').value = "$"+Number(subtotal1).toFixed(2); document.getElementById('DeedDocStamps').value = "$"+Number(subtotal2).toFixed(2); document.getElementById('DeedsTotal').value = "$"+Number(total).toFixed(2); } function Mortgages(n,p){ var grandTotal; if(isNaN(p.value) || isNaN(n.value)){ alert("Please do not use $ or , in any of your figures. Use numbers only."); return "$0"; } if(p.value == ""){ p.value = 0; } if(n.value == ""){ n.value = 0; } nValue = (isNaN(n.value))?0:parseFloat(n.value); n.value = (isNaN(n.value))?0:parseFloat(n.value); pValue = (isNaN(p.value))?0:parseFloat(p.value); p.value = (isNaN(p.value))?0:parseFloat(p.value); if(nValue == 0){ subtotal1 = 0; }else{ subtotal1 = 10 + (8.5*(nValue-1)); } // pValue = RoundUp(pValue); p.value = pValue; subtotal2 = RoundUp(p.value) * 0.0035; total = subtotal1+ Math.round(subtotal2*100)/100; document.getElementById('MortRecFees').value = "$"+Number(subtotal1).toFixed(2); document.getElementById('MortDocStamps').value = "$"+Number(subtotal2).toFixed(2); intan = parseFloat(p.value*0.002); document.getElementById('IntanTotal').value = "$"+Number(intan).toFixed(2); grandTotal = (parseFloat(total) + parseFloat(intan)); document.getElementById('grandTotal').value = "$"+Number(grandTotal).toFixed(2); } --> </script> <table style="background-color: rgb(0, 51, 102); width: 600px;" border="0" bordercolor="White" cellpadding="4" cellspacing="1"> <tbody> <tr style="background-color: White;"> <td class="vblack10" colspan="8" align="right"><a href="http://court.baycoclerk.com/WebContent/Fees/FeesCalculator.htm" onclick="window.print();" onmouseover="window.status='Print This Page'; return true;" onmouseout="window.status=''; return true;"><img src="printer_sm.gif" alt="Print This Page" align="right" border="0" height="13" width="13"></a> <a href="http://court.baycoclerk.com/WebContent/Fees/FeesCalculator.htm" onclick="window.print()" onmouseover="window.status='Print This Page'; return true;" onmouseout="window.status=''; return true;">Print This Page</a></td> </tr> <tr> <td class="titles" colspan="8" style="text-align: center; background-color: rgb(36, 158, 204);">Fees Calculator</td> </tr> <tr> <td class="white12" style="width: 299px; background-color: rgb(36, 158, 204);"><!-- DEEDS TABLE --> <table class="white12" border="0" bordercolor="Red" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td colspan="2"><!-- UPPER STUFF TABLE --> <table class="white12" border="0" bordercolor="Yellow" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td colspan="2"><b>Document Stamps on Deeds</b></td> </tr> <tr> <td nowrap="nowrap" width="175">Number of Pages in Deed:</td> <td><input value="0" id="DeedsPages" class="text" type="text"></td> </tr> <tr> <td>Purchase Price of Property:</td> <td><input value="0" id="DeedsAmount" class="text" type="text"></td> </tr> </tbody> </table> <!-- End UPPER STUFF TABLE --> </td> </tr> <tr height="15"> <td colspan="2"><img src="spacer.gif" alt="" border="0"></td> </tr> <tr> <td><!-- MIDDLE STUFF TABLE --> <table class="white12" border="0" bordercolor="Yellow" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td>Recording Fees:</td> <td><input value="$0.00" id="DeedRecFees" class="text" readonly="1" style="border-color: rgb(0, 51, 102); background-color: rgb(0, 51, 102); color: White; font-weight: bold;" type="text"></td> </tr> <tr> <td>Document Stamps:</td> <td><input value="$0.00" id="DeedDocStamps" class="text" readonly="1" style="border-color: rgb(0, 51, 102); background-color: rgb(0, 51, 102); color: White; font-weight: bold;" type="text"></td> </tr> </tbody> </table> <!-- End MIDDLE STUFF TABLE --> </td> </tr> <tr height="55"> <td colspan="2"><img src="spacer.gif" alt="" border="0"></td> </tr> <tr> <td valign="bottom"> <b>Total Price:</b> <input value="$0.00" id="DeedsTotal" class="text" readonly="1" style="border-color: rgb(0, 51, 102); background-color: rgb(221, 221, 221); color: Black; font-weight: bold;" type="text"> </td> <td align="center" valign="bottom"> <input class="button" value="Calculate" onclick="Deeds(getElementById('DeedsPages'),getElementById('DeedsAmount'));" type="button"> </td> </tr> </tbody> </table> <!-- End DEEDS TABLE --> </td> <td style="padding: 0px;" bgcolor="White" width="1"><img src="spacer.gif" alt="" border="0"></td> <td class="white12" style="width: 299px; background-color: rgb(36, 158, 204);"><!-- MORTGAGE TABLE --> <table class="white12" border="0" bordercolor="Red" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td colspan="2"><!-- UPPER STUFF TABLE --> <table class="white12" border="0" bordercolor="Yellow" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td colspan="2"><b>Document Stamps on Mortgages</b></td> </tr> <tr> <td width="175">Number of Pages in Mortgage:</td> <td><input value="0" id="MortPages" class="text" type="text"></td> </tr> <tr> <td>Mortgage Amount:</td> <td><input value="0" id="MortAmount" class="text" type="text"></td> </tr> </tbody> </table> <!-- End UPPERSTUFF TABLE --> </td> </tr> <tr height="15"> <td colspan="2"><img src="spacer.gif" alt="" border="0"></td> </tr> <tr> <td><!-- MIDDLE STUFF TABLE --> <table class="white12" border="0" bordercolor="Red" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td>Recording Fees:</td> <td><input value="$0.00" id="MortRecFees" class="text" readonly="1" style="border-color: rgb(0, 51, 102); background-color: rgb(0, 51, 102); color: White; font-weight: bold;" type="text"></td> </tr> <tr> <td>Document Stamps:</td> <td><input value="$0.00" id="MortDocStamps" class="text" readonly="1" style="border-color: rgb(0, 51, 102); background-color: rgb(0, 51, 102); color: White; font-weight: bold;" type="text"></td> </tr> <tr> <td>Intangable Tax</td> <td><input value="$0.00" id="IntanTotal" class="text" readonly="1" style="border-color: rgb(0, 51, 102); background-color: rgb(0, 51, 102); color: White; font-weight: bold;" type="text"></td> </tr> </tbody> </table> <!-- End MIDDLE STUFF TABLE --> </td> </tr> <tr height="38"> <td colspan="2"><img src="spacer.gif" alt="" border="0"></td> </tr> <tr> <td valign="bottom"><b>Total Price:</b><input value="$0.00" id="grandTotal" class="text" readonly="1" style="border-color: rgb(0, 51, 102); background-color: rgb(221, 221, 221); color: Black; font-weight: bold;" type="text"> </td> <td align="center" valign="bottom"> <input class="button" value="Calculate" onclick="Mortgages(getElementById('MortPages'),getElementById('MortAmount'));" type="button"> </td> </tr> </tbody> </table> <!-- End MORTGAGE TABLE --> </td> </tr> <tr style="background-color: White;"> <td class="vblack10" colspan="8" style="background-color: White;" align="center"> [<a href="javascript:window.close();" onmouseover="window.status=''; return true;" onmouseout="window.status=''; return true;"> close window </a>] </td> </tr> </tbody> </table> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-7575278-1"); pageTracker._trackPageview(); } catch(err) {}</script> </body> </html>