top.document.title="Supplay interim, votre entreprise de travail temporaire pour trouver un emploi interimaire.";

function pop_up2( url, largeur, hauteur, options, scroll ) {
	if( scroll != '0' ) scrollbar = 'yes'; else scrollbar = 'no';
        if( options == '' )     options = 'toolbar=no,location=top,status=no,menubar=no,top='+((screen.height-hauteur)/2)+',left='+((screen.width-largeur)/2)+',resizable=yes,scrollbars='+scrollbar;

        var fenetre = window.open( url, 'pop_up', 'width= ' + largeur + ', height= ' + hauteur + ',' + options );
        fenetre.focus();
}
