// JavaScript Document

function popup(site) {
window.open( site, "incontournables", "status = 1,scrollbars = 1, resizable = 0 ,width = 804, height =700 top = 0 ,left = 0" );
}

function popup2(site) {
window.open( site, "incontournables", "status = 1,scrollbars = 1, resizable = 0 ,width = 1015, height =700 top = 0 ,left = 0" );
}