function titre()
{
 var h = "CURITIBA: IDEAL CITY ?";
 document.write(h);
}
function nbre()
{
 var h = 35;
 document.write(h);
}
//--> 