<!--
function goTop()
{
window.open('http://www.top50natation.net/entree.php?id=1UHPZ9',null,'menubar=yes, toolbar=yes, resizable=yes, scrollbars=yes, location=yes');
}

function dispdate () 
{
var curdate = new Date();
var thedate = new Date(document.lastModified);
var prg = navigator.appName;
var ver = navigator.appVersion;
var month = thedate.getMonth() + 1;
if (thedate.getMonth() == 0) (month = " January ");
if (thedate.getMonth() == 1) (month = " February ")
if (thedate.getMonth() == 2) (month = " March ");
if (thedate.getMonth() == 3) (month = " April ");
if (thedate.getMonth() == 4) (month = " May ");
if (thedate.getMonth() == 5) (month = " June ");
if (thedate.getMonth() == 6) (month = " July ");
if (thedate.getMonth() == 7) (month = " August ");
if (thedate.getMonth() == 8) (month = " September ");
if (thedate.getMonth() == 9) (month = " October ");
if (thedate.getMonth() == 10) (month = " November ");
if (thedate.getMonth() == 11) (month = " December ");
if (curdate.getMonth() == 0) (month = " January ");
if (curdate.getMonth() == 1) (month = " February ")
if (curdate.getMonth() == 2) (month = " March ");
if (curdate.getMonth() == 3) (month = " April ");
if (curdate.getMonth() == 4) (month = " May ");
if (curdate.getMonth() == 5) (month = " June ");
if (curdate.getMonth() == 6) (month = " July ");
if (curdate.getMonth() == 7) (month = " August ");
if (curdate.getMonth() == 8) (month = " September ");
if (curdate.getMonth() == 9) (month = " October ");
if (curdate.getMonth() == 10) (month = " November ");
if (curdate.getMonth() == 11) (month = " December ");
document.write ('<P>Todays date : ' + month + ' ' + curdate.getDate()
     + ', 19' + curdate.getYear() );
}

function calcule ( rep )
{
var tmp1 = 0;
   
if (rep.MIN.value == "") (rep.MIN.value = "0");
if (rep.SEC.value == "") (rep.SEC.value = "0");
if (rep.CNT.value == "") (rep.CNT.value = "0");

var MM = parseInt(rep.MIN.value,10) ;
var SS = parseInt(rep.SEC.value,10) ;
var CC = parseInt(rep.CNT.value,10) ;
var MT = parseFloat (rep.STYLE.options[rep.STYLE.selectedIndex].value);
tmp1 = MT / ( (MM * 60) + SS + (CC / 100) );
rep.LEN.value = Math.round (1000 * (tmp1 * tmp1 * tmp1)) ;
return (false);
}

// -->

