function clic(titre,item,image)
         {
           parent.titre.location.href='titre.php?page='+titre+' ';
           parent.sst.location.href='left.php?page='+item+' ';
           parent.image.location.href='image.php?page='+image+' ';
         }

