function popup(lien, w, h, scroll){
	if(window.focus){
		newwindow=window.open(lien, '', 'width='+w+', height='+h+', resizable=yes,scrollbars=yes, menubar=yes, status=yes, titlebar=yes, toolbar=yes');
		if(window.focus){newwindow.focus()}
	}
}