function obre_pop(nom,ample,alt){
	opcions='width='+ample+', height='+alt+', toolbar=NO, scrollbars=YES';
	window.open(nom,'',opcions);
}
