function openwin(lien,w,h)
{
var chaine='width=' + w + ',height=' + h +',toolbar=0,resizable=no,location=0,menubar=0';
window.open(lien,null,chaine);
}
