function comptoir_solognot() {
if (document.all)
var xMax = screen.width, yMax = screen.height;
else
if (document.layers)
var xMax = window.outerWidth, yMax = window.outerHeight;
else
var xMax = 1024, yMax=768;
var xOffset = (xMax - 350)/2, yOffset = (yMax - 500)/2;
window.open('actualites_comptoir_solognot.php','actualites',
'width=930,height=420,scrollbars=yes,resizable=yes,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
}

function mentions_legales() {
if (document.all)
var xMax = screen.width, yMax = screen.height;
else
if (document.layers)
var xMax = window.outerWidth, yMax = window.outerHeight;
else
var xMax = 1024, yMax=768;
var xOffset = (xMax - 350)/2, yOffset = (yMax - 500)/2;
window.open('comptoir-solognot-mentions-legales.html','mentions',
'width=700,height=420,scrollbars=yes,resizable=yes,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+'');
}