<!--
function countAck() {
var slottime=0,ackvalue=0,acttime=0;
var dist=document.calc.dist.value;

slottime=9+(dist/300)+((dist%300)?1:0);
acttime = slottime*2+3;
ackvalue = 21 + dist/ 150;

ackvalue=Math.ceil(ackvalue);
acttime=Math.ceil(acttime);
document.calc.ackv.value=ackvalue;
document.calc.ackt.value=acttime;
}


if(navigator.appName.indexOf("Microsoft")==0)
document.write("<STYLE><!--.pointer { cursor:hand};--\></STYLE>")
if(navigator.appName.indexOf("Netscape")==0)
document.write("<STYLE><!--.pointer { cursor:pointer};--\></STYLE>")
//-->


