function winOpen(act,idprog){
	window.open('comments/pages/popup.php?act='+act+'&idprog='+idprog,'','width=500px,height=400px,menubar=no,location=no,resizable=no,scrollbars=yes,status=no');
	
}