<!-- TITLE: Payment Plans -->
<p class=pagetitle>Payment Plans</p>
You are going to become our member.
Please select payment plan matching your needs<br />
<br />
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : pp -->
<hr size=1 />
<a href="index.php?page=reg&hw_pay_plan=##pp_id##"><b>##pp_name##</b></a>
<!-- IF ##pp_url## -->
<a href="javascript:OpenPreview('##pp_url##')" class=txt8>View Sample</a>
<!-- ENDIF -->
<br />
<font class=txt8>
<b>Expires:</b>
<!-- IF ##pp_exp_days## == 9999 -->
never
<!-- ELSE -->
in ##pp_exp_days## days
<!-- ENDIF -->
<b>Fee:</b>
<!-- IF ##IS_FREE## -->
<strike>##CURR_SIGN####pp_fee##</strike> <font color=FF0000>Free within your allowance</font>
<!-- ELSE -->
##CURR_SIGN####pp_fee##
<!-- ENDIF -->
<br />
<b>Description:</b> ##pp_descr##</font>
<!-- /TPL_CELL : pp -->
<!-- /TPL_INSERT : row -->