<HTML>
<HEAD>
<!-- Stock Option Proceeds Calculator
     stockopt.html
     By Mike Calabrese
     http://www.mikecalabrese.com
     03-13-2000 -->
<TITLE>Stock Option Proceeds Calculator</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#008000" VLINK="#804000">
<CENTER>
<TABLE WIDTH="600" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD><CENTER>
<H3>
Stock Option Proceeds Calculator
</H3>
</CENTER>
<P>
This application is designed to calculate the net proceeds from the sale
of stock options. &nbsp;Simply fill in the applicable fields, click on the
Calculate Proceeds button and you will be presented with a summary of your
stock value, deductions and net proceeds. The only required fields are 
the number of shares, the name or symbol of the stock and the current 
selling price.
<P ALIGN="Center">
<A HREF="./stockhelp.html">
Frequently Asked Questions</A>
<P>
<I><SMALL>Disclaimer: &nbsp;This program is for informational purposes only.
&nbsp;The author is not responsible for errors, ommissions, loss of income
or anything else that may result from the use of this program.</SMALL></I>
<FORM METHOD="POST" ACTION="http://www.yourdomain.com/cgi-bin/stockopt/stockopt.pl">
<B>Stock Information:</B>
<P>
Number of Shares: 
<INPUT TYPE="text" NAME="numshares" SIZE="10"> &nbsp;Name or Symbol of Stock:
<INPUT TYPE="text" NAME="stockname"> <BR>
Current Selling Price <SMALL>(Use whole numbers and/or decimals)</SMALL>:
<INPUT TYPE="text" NAME="curprice">
<P>
<B>Less Grant Price(s):</B>
<P>
Grant Date <SMALL>(mm-yyyy)</SMALL>:
<INPUT TYPE="text" NAME="grantdate1" SIZE="7"> # Shares:
<INPUT TYPE="text" NAME="grantshares1" SIZE="7"> Grant Price:
<INPUT TYPE="text" NAME="grantprice1" SIZE="10"><BR>
Grant Date <SMALL>(mm-yyyy)</SMALL>:
<INPUT TYPE="text" NAME="grantdate2" SIZE="7"> # Shares:
<INPUT TYPE="text" NAME="grantshares2" SIZE="7"> Grant Price:
<INPUT TYPE="text" NAME="grantprice2" SIZE="10"><BR>
Grant Date <SMALL>(mm-yyyy)</SMALL>:
<INPUT TYPE="text" NAME="grantdate3" SIZE="7"> # Shares:
<INPUT TYPE="text" NAME="grantshares3" SIZE="7"> Grant Price:
<INPUT TYPE="text" NAME="grantprice3" SIZE="10"><BR>
Grant Date <SMALL>(mm-yyyy)</SMALL>:
<INPUT TYPE="text" NAME="grantdate4" SIZE="7"> # Shares:
<INPUT TYPE="text" NAME="grantshares4" SIZE="7"> Grant Price:
<INPUT TYPE="text" NAME="grantprice4" SIZE="10"><BR>
Grant Date <SMALL>(mm-yyyy)</SMALL>:
<INPUT TYPE="text" NAME="grantdate5" SIZE="7"> # Shares:
<INPUT TYPE="text" NAME="grantshares5" SIZE="7"> Grant Price:
<INPUT TYPE="text" NAME="grantprice5" SIZE="10"><BR>
Grant Date <SMALL>(mm-yyyy)</SMALL>:
<INPUT TYPE="text" NAME="grantdate6" SIZE="7"> # Shares:
<INPUT TYPE="text" NAME="grantshares6" SIZE="7"> Grant Price:
<INPUT TYPE="text" NAME="grantprice6" SIZE="10"><BR>
Grant Date <SMALL>(mm-yyyy)</SMALL>:
<INPUT TYPE="text" NAME="grantdate7" SIZE="7"> # Shares:
<INPUT TYPE="text" NAME="grantshares7" SIZE="7"> Grant Price:
<INPUT TYPE="text" NAME="grantprice7" SIZE="10">
<P>
<B>Less Federal Taxes:</B>
<P>
Enter a tax percentage and/or an amount to withhold for federal taxes 
up front:<BR>
% to be Withheld: 
<INPUT TYPE="text" NAME="fedtaxprcnt" SIZE="10"> Amount to be Withheld:
<INPUT TYPE="text" SIZE="10" NAME="fedtaxamt">
<P>
<B>Less State Taxes:</B>
<P>
Enter a tax percentage and/or an amount to withhold for state taxes 
up front:<BR>
% to be Withheld:
<INPUT TYPE="text" NAME="statetaxprcnt" SIZE="10"> Amount to be Withheld:
<INPUT TYPE="text" SIZE="10" NAME="statetaxamt">
<P><B>Less FICA:</B>
<P>
Enter a tax percentage and/or an amount to withhold for FICA up front:<BR>
% to be Withheld:
<INPUT TYPE="text" NAME="ficaprcnt" SIZE="10"> Amount to be Withheld:
<INPUT TYPE="text" SIZE="10" NAME="ficaamt">
<P><B>Less Medicare:</B>
<P>
Enter a tax percentage and/or an amount to withhold for Medicare up front:<BR>
% to be Withheld:
<INPUT TYPE="text" NAME="medcareprcnt" SIZE="10"> Amount to be Withheld:
<INPUT TYPE="text" SIZE="10" NAME="medcareamt">
<P>
<B>Less Commissions:</B>
<P>
Enter a percentage and/or an amount to be taken out for brokerage 
commissions:<BR>
% Commission:
<INPUT TYPE="text" NAME="comprcnt" SIZE="10"> Amount of Commission:
<INPUT TYPE="text" NAME="comamt" SIZE="10">
<P>
<B>Less Other Deductions:</B>
<P>
Enter the Amount of Total Other Deductions Here:
<INPUT TYPE="text" NAME="otherdeduct" SIZE="10">
<P>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; 
<INPUT TYPE=submit VALUE="Calculate Proceeds"> * 
<INPUT TYPE=reset><BR>
</FORM>
</TD>
</TR>
</TABLE>
</CENTER>
<P ALIGN=Center>
<SMALL>This script by: 
<A HREF="http://www.mikecalabrese.com">
Mike Calabrese</A>
</SMALL>
<P>
</BODY></HTML>