/** InitiateMail.php ---------------------------------------------------------------------------- **/ var boutique = 'naomi-watt'; var groupe = 'only'; function openPopup( url, name, w, h ) { name = window.open(url, name,'width='+w+',height='+h+',left=100,top=100,toolbar=no,menubar=no,status=no,resizable=no,scrollbars=yes'); } function openMailer( ) { openPopup( 'http://mailgrabber.click-call.com/mailxpress/index.php?groupe=' + groupe + '&boutid=' + boutique, 'mailgrabber_client', 600, 500 ); }