ÿþ<html> <head> <title>Francis D. Frost, CPA - Home Page</title> <meta name="keywords" content="Francis Frost CPA, Certified Public Accountant, Boerne, Texas, San Antonio, tax, accounting"> <meta name="description" content="Francis Frost, Certified Public Accountant"> <meta name="robots" content="index, follow"> <meta name="author" content="ffrost.com for Francis Frost, CPA"> <meta name="revisit-after" content="5 days"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script type="text/javascript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <style type="text/css"> <!-- body { background-color: #CCCCCC; } .style1 { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 18px; } .style5 {font-size: 25px} a:link { color: #FFFFFF; text-decoration: none; } a:visited { text-decoration: none; color: #999999; } a:hover { text-decoration: none; color: #CCCCCC; } a:active { text-decoration: none; color: #FFFFFF; } .style8 { font-size: 10px; color: #999999; } .style9 { color: #181834; font-family: Arial, Helvetica, sans-serif; font-size: 16px; } .style10 {color: #181834; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; } --> </style> <!--------------------------------------------STEP 1 VERTICAL MENU-------------------------------------------------------> <style type="text/css"> #dropmenudiv{ position:absolute; background-color: none; border-bottom-width: 0; font:normal 12px Verdana; line-height:18px; z-index:100; } #dropmenudiv a{ width: 100%; display: block; text-indent: 3px; padding: 8px 0; text-decoration: none; font-weight: bold; } #dropmenudiv a:hover{ /*hover background color*/ background-color: none; } /* Sample CSS definition for the example list. Remove if desired */ .navlist li { list-style-type: square; width: 135px; background-color: none; } </style> <script type="text/javascript"> /*********************************************** * AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="http://www.newkirk.com/onlinepub/oprs.cfm?key=113581" target="_blank"><img src="images/clo.png" width="168" height="55" border="0" alt="Click to view my Client Line Newsletter"</a>' menu1[1]='<a href="http://www.newkirk.com/onlinepub/oprs.cfm?key=113582" target="_blank"><img src="images/lc.png" width="162" height="98" border="0" alt="Click to view my Loose Change Newsletter"</a>' menu1[2]='<a href="http://www.newkirk.com/onlinepub/oprs.cfm?key=113583" target="_blank"><img src="images/tra.png" width="162" height="87" border="0" alt="Click to view my Tax Report Newsletter"</a>' var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var horizontaloffset=2 //horizontal offset of menu from default location. (0-5 is a good value) /////No further editting needed----------------------------------------------------------------------------------------------------- var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width: 160px" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x-obj.offsetWidth < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move menu up? edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then) edgeoffset=dropmenuobj.y } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } </script> <!-------------------------------------------------------END STEP 1 VERTICAL MENU--------------------------------------------------> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/index_over_14.jpg','images/index_over_10.jpg','images/index_over_02.jpg','images/index_over_12.jpg')"> <!-----------------------------------1st MouseOver Script---------------------------------------> <div id="dhtmltooltip"></div> <div align="center"> <script type="text/javascript"> var offsetxpoint=50 //Customize x offset of tooltip var offsetypoint=-200 //Customize y offset of tooltip var ie=document.all var ns6=document.getElementById && !document.all var enabletip=false if (ie||ns6) var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : "" function ietruebody(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function ddrivetip(thetext, thecolor, thewidth){ if (ns6||ie){ if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px" if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor tipobj.innerHTML=thetext enabletip=true return false } } function positiontip(e){ if (enabletip){ var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft; var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop; //Find out how close the mouse is to the corner of the window var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20 var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20 var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000 //if the horizontal distance isn't enough to accomodate the width of the context menu if (rightedge<tipobj.offsetWidth) //move the horizontal position of the menu to the left by it's width tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px" else if (curX<leftedge) tipobj.style.left="5px" else //position the horizontal position of the menu where the mouse is positioned tipobj.style.left=curX+offsetxpoint+"px" //same concept with the vertical position if (bottomedge<tipobj.offsetHeight) tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px" else tipobj.style.top=curY+offsetypoint+"px" tipobj.style.visibility="visible" } } function hideddrivetip(){ if (ns6||ie){ enabletip=false tipobj.style.visibility="hidden" tipobj.style.left="-1000px" tipobj.style.backgroundColor='' tipobj.style.width='' } } document.onmousemove=positiontip </script> <style type="text/css"> #dhtmltooltip{ position: absolute; border: 2px solid #77787c; width: 150px; padding-top: 8px; padding-left: 8px; padding-right: 8px; padding-bottom: 8px; background-color: lightyellow; visibility: hidden; z-index: 100; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);*/ } </style> <!-----------------------------------END 1st MouseOver Script---------------------------------------> <!-- ImageReady Slices (Frost web concepts 3.psd) --> <table id="Table_01" width="1000" height="1021" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="6"> <img src="images/index_01.jpg" alt="" width="1000" height="172" border="0" usemap="#envelope"></td> </tr> <tr> <td> <img src="images/index_02.jpg" alt="" name="services" width="189" height="48" id="services" onMouseOver="MM_swapImage('services','','images/index_over_02.jpg',1)" onMouseOut="MM_swapImgRestore()"></td> <td colspan="5"> <img src="images/index_03.jpg" width="811" height="48" alt=""></td> </tr> <tr> <td> <img src="images/index_04.jpg" width="189" height="31" alt=""></td> <td rowspan="7"> <img src="images/index_05.jpg" width="12" height="689" alt=""></td> <td width="268" height="689" rowspan="7" valign="top" background="images/index_06.jpg" class="style9"><p align="justify"><strong>I am a Certified Public Accountant</strong> (CPA) serving the Texas Hill Country and San Antonio area. I have over 20 years experience in tax planning, tax preparation, accounting and bookkeeping services, payroll and sales tax, retirement and estate planning. </p> <p align="justify"><strong>CLIENTS COME FIRST... </strong><br> I am fully committed to providing exemplary client services. I am a perfectionist with the ability to analyze a client's needs and recommend appropriate courses of actions. I offer several newsletters that allow my clients to receive priority tax and financial tips, so they can make wise financial decisions throughout the year. </p> <p align="justify"><strong>CONFIDENTIAL ADVICE</strong><br> The confidentiality and security of my clients' financial records is of utmost importance. Your financial security is truly important to me. Please visit the confidentiality web page for more information. </p> <p align="justify"><strong>CPAs MAKE A DIFFERENCE</strong><br> In the torturous maze of ever-changing tax laws, you need a partner to help guide you through the stormy weather. CPAs have the knowledge, experience and skills to provide you with advice and services to bring you to a safe landing. Let Francis Frost be your guide.</p></td> <td rowspan="7"> <img src="images/index_07.jpg" width="50" height="689" alt=""></td> <td width="441" height="689" rowspan="7" valign="top" background="images/index_08.jpg" class="style10"><p>ACCOUNTING SYSTEM DESIGN &amp; EVALUATION<br> &bull; Computerized <br> &bull; Manual </p> <p>TAXATION <br> &bull; Preparation <br> &bull; Planning <br> &bull; Research <br> &bull; Multistate <br> &bull;Representation before Internal Revenue Service <br> &bull;Representation before State Agencies </p> <p>BOOKKEEPING <br> &bull; Quickbooks <br> &nbsp; o Setup system, Maintenance &amp; Instruction <br> &nbsp; o Basic, Pro and Premier <br> &nbsp; o Construction Version <br> &nbsp; o Point of Sale Version <br> &nbsp; o Non-Profit Version <br> &bull; Payroll <br> &bull; Chart of Accounts </p> <p>BUSINESS CONSULTING<br> &bull; Start-up Companies <br> &nbsp; o Entity Selection <br> &nbsp; o Bookkeeping System <br> &bull; Small to Medium Size Businesses <br> &bull; Financial Performance Measures <br> &bull; Business Valuations </p> <p>SPECIAL SOLUTIONS<br> &bull; Estate Planning <br> &bull; Retirement Planning <br> &bull; Legal Support <br> &bull; Court Accountings <br> </p></td> <td rowspan="7"> <img src="images/index_09.jpg" width="40" height="689" alt=""></td> </tr> <tr> <td><a href="experience.html"><img src="images/index_10.jpg" alt="" name="experience" width="189" height="48" border="0" id="experience" onMouseOver="MM_swapImage('experience','','images/index_over_10.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td> </tr> <tr> <td> <img src="images/index_11.jpg" width="189" height="28" alt=""></td> </tr> <tr> <td> <!-------------------------------------------------------------------------------------------------------> <a href="default.htm" onMouseover="dropdownmenu(this, event, menu1, '165px')" onMouseout="delayhidemenu()"><img src="images/index_12.jpg" alt="" name="access" width="189" height="48" border="0" id="access" onMouseOver="MM_swapImage('access','','images/index_over_12.jpg',1)" onMouseOut="MM_swapImgRestore()"><br /> </a> <!-- Activate menu onclick instead <a href="default.htm" onClick="return dropdownmenu(this, event, menu1, '165px')" onMouseout="delayhidemenu()">Webmaster Links</a><br /> --> <!---------------------------------------------------------------------------------------------------------------------> </td> </tr> <tr> <td> <img src="images/index_13.jpg" width="189" height="30" alt=""></td> </tr> <tr> <!------------------------------------------------PRIVACY POLICY ROLLOVER------------------------------------------> <td> <a href="javascript:void(0)" onMouseover="ddrivetip('<table border=0 cellspacing=0 cellpadding=0><p align=justify><div align=justify><font face=arial color=#ffffff><strong>PRIVACY POLICY</strong><br><br>CPAs, like all providers of personal financial services, are now required by law to inform their clients of their policies regarding privacy of client information. CPAs have been and continue to be bound by professional standards of confidentiality that are even more stringent than those required by law. Therefore, I have always protected your right to privacy.<br><br><strong>Types of Nonpublic Personal Information I Collect</strong><br>I collect nonpublic personal information about you that is provided to me by you or obtained by me with your authorization.<br><br><strong>Parties to Whom I Disclose Information</strong><br>For current and former clients, I do not disclose any nonpublic personal information obtained in the course of my practice except as required or permitted by law. Permitted disclosures include, for instance, providing information to my employees, and in limited situations, to unrelated third parties who need to know that information to assist me in providing services to you. In all such situations, I stress the confidential nature of information being shared.<br><br><strong>Protecting the Confidentiality and Security of Current and Former Clients&#146; Information</strong><br>I retain records relating to professional services that I provide so that I am better able to assist you with your professional needs and, in some cases, to comply with professional guidelines. In order to guard your nonpublic personal information, I maintain physical, electronic, and procedural safeguards that comply with my professional standards.<br><br>Please call if you have any questions, because your privacy, my professional ethics, and the ability to provide you with quality financial services are very important to me.<br><br>Sincerely,<br><br>Francis D. Frost, CPA</font></p></tr></td></tr></table>',/*floating background color follows*/ '#181834', /*floating cell width follows*/ 900)"; onMouseout="hideddrivetip()"><img src="images/index_14.jpg" alt="" name="privacy" width="189" height="49" border="0" id="privacy" onMouseOver="MM_swapImage('privacy','','images/index_over_14.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td> <!-------------------------------------------END---PRIVACY POLICY ROLLOVER------------------------------------------> </tr> <tr> <td> <img src="images/index_15.jpg" width="189" height="455" alt=""></td> </tr> <tr> <td height="112" colspan="6" align="center" valign="top" bgcolor="#181834" class="style1"><span class="style5">Francis D. Frost (CPA)</span><br> PO Box 1123, Boerne, TX 78006<br> toll free: 888.285.3726 office: 830.249.3601 fax: 830.249.3112<br> <a href="mailto:francis@cpafrost.com" target="_blank">email Francis Frost<br> </a> <span class="style8">&copy; COPYRIGHT, 2008 FRANCIS D. FROST, CPA ALL RIGHTS RESERVED</span></td> </tr> </table> <!-- End ImageReady Slices --> <map name="envelope"> <area shape="rect" coords="920,109,976,147" href="mailto:francis@cpafrost.com" target="_blank" alt="email Francis Frost"> </map> </div> </body> </html>