Code
<td valign="top" style="padding:0px 5px 0px 5px;">
<table border="0" cellpadding="15" cellspacing="0" width="100%" style="border:1px solid #CCCCCC;"><tr><td style="background:#F8F8F8;"><!-- <body> --><P>
<script type="text/javascript">
function GetCost() {
var pos = document.getElementById('posf');
var fll = document.getElementById('fll');
var age = document.getElementById('age');
var agv = age.value;
var flv = fll.value;
var pv = pos.value;
var res1 = ((flv*flv*flv*flv)/( ((100-flv)/flv)*(110-flv) ));
if (pv==="ЗАЩ") {res1 *=2;}
if (pv==="ПЗЩ") {res1 *=2.5;}
if (pv==="АП") {res1 *=3;}
if (pv==="НАП") {res1 *=3.5;}
if (agv<21) {res1 *=0.7;}
if (agv<25) {if (agv>20) {res1 *=0.9;}}
if (agv>29) {if (agv<33) {res1 *=0.5;}}
if (agv>32) {res1 *=0.2;}
if (res1> 150000000) { alert("Стоимость игрока 150 млн. $");}
else{
alert ("Стоимость игрока "+Math.round(res1/1000000)+" млн.$ (Точная цифра :"+Math.round(res1)+")");
}
}
</script>
<A href="http://212.26.252.178/"><IMG src="http://212.26.252.178/images/pic.png" width="150" width="150" height="50" border="0" alt="Турниры по FIFA 09, Трансферы"></A>
<SPAN style="color: #808080;"> </P><FORM>
<DIV class="formCaption">Позиция<STRONG class="Required"> (ГК,ЗАЩ,ПЗЩ,АП,НАП) - Писать ЗАГЛАВНЫМИ буквами</STRONG></DIV>
<DIV class="formBody"><INPUT id="posf" maxlength="3" name="posf" size="10" type="text"></DIV>
<DIV class="formCaption">Общий показатель<STRONG> ( Скилл )</STRONG></DIV>
<DIV class="formBody"><INPUT id="fll" maxlength="2" name="fll" size="10" type="text"></DIV>
<DIV class="formCaption">Возраст <STRONG>( возраст игрока , а не год его рождения )</STRONG></DIV>
<DIV class="formBody"><INPUT id="age" maxlength="2" name="age" size="10" type="text"></DIV>
<DIV class="formBody"><INPUT id="submit" onclick="GetCost();" name="form[submit]" type="button" value="Считать"></DIV>
</FORM> </SPAN><P></P>
<P> </P>