function popupsforce (iduser,actiune) {
	document.getElementById('changed' + iduser).innerHTML='<img src="images/sfadded.gif" alt="Saleforce"  border="0"';
	window.open("includes/sfinsert.php?id=" + iduser + "&actiune=" + actiune ,"Preview", "toolbar=0,top=" + (screen.height/2 - 100/2) + ", left=" + (screen.width/2 - 220/2) + ", menubar=0,scrollbars=0,resizable=yes,copyhistory=0,width=220,height=100")
}