
function popUp(URL,larghezza,altezza)
{
	window.open(URL,'', 'top=100,left=200,width='+larghezza+',height='+altezza+',scrollbars=no');
}

