function pop(lien){
	if( !popup ){
		var popup = window.open(lien,'new','toolbar=no,location=no,menubar=no');
		window.parent.focus();
	}
}