function popupGloss (page) {
window.open(page, 'photo', 'height=400, width=450, top=100, left=100, toolbar=yes, menubar=yes, location=yes, resizable=yes, scrollbars=yes, status=no');
}

function popupRefregl(page) {
window.open(page, 'photo', 'height=400, width=450, top=100, left=100, toolbar=yes, menubar=yes, location=yes, resizable=yes, scrollbars=yes, status=no');
}

function popupOrganisme(page) {
window.open(page, 'photo', 'height=400, width=450, top=100, left=100, toolbar=yes, menubar=yes, location=yes, resizable=yes, scrollbars=yes, status=no');
}

function popupBiblio(page) {
window.open(page, 'photo', 'height=400, width=450, top=100, left=100, toolbar=yes, menubar=yes, location=yes, resizable=yes, scrollbars=yes, status=no');
}

function popupDoc(page) {
window.open(page, 'photo', 'height=800, width=800, top=100, left=100, toolbar=yes, menubar=yes, location=yes, resizable=yes, scrollbars=yes, status=no');
}

function popupTab(page) {
window.open(page, 'photo', 'height=800, width=800, top=100, left=100, toolbar=yes, menubar=yes, location=yes, resizable=yes, scrollbars=yes, status=no');
}


function visibilite(thingId)
{
var targetElement;
targetElement = document.getElementById(thingId) ;
if (targetElement.style.display == "none")
{
targetElement.style.display = "" ;
} else {
targetElement.style.display = "none" ;
}
}

//********************************************


