function Invitation() {
var winl = (screen.width - 450) / 2;
var wint = (screen.height - 450) / 2;
mypage ='http://groupe-exp.com/JBRSalons/FormConnection.asp' ;
winprops = 'height='+450+',width='+450+',top='+wint+',left='+winl+',scrollbars=yes,resizable'
win = window.open(mypage, 'jobrencontres', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function Provisoire(dateprev) {
var nl = (screen.width - 250) / 2;
var nt = (screen.height - 250) / 2;
winprops = "height="+250+",width="+250+",top="+nt+",left="+nl+",scrollbars=yes,resizable"
w = window.open("", 'popup', winprops)
if (parseInt(navigator.appVersion) >= 4) { w.window.focus(); }
w.document.write ("<html><body><table cellpadding=0 cellspacing=0 align='center' style='background: url(../img/fond-popup.jpg) no-repeat'><tr><td align='center' style='FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center;line-height: 2em;'>Retrouvez la<br><b>liste complète des entreprises</b><br>ainsi que votre<br><b>invitation gratuite</b> à ce salon<br>à partir du<br><span style='color:#FF0000;font-weight:bold;'>"+dateprev+"</span><br><br><a href='javascript:window.close();'>Fermer</a><br><br></td></tr></table></body</html>");
}
