var time='500';
function startTimeout()
{ 
timeout=window.setTimeout("window.location.assign('index.php?modello=chi');",time);
return timeout;
}


