function popUpLink(urlPop) {
	l = (screen.width-440)/2;
	t = (screen.height-380)/2;
  newWin = window.open(urlPop,"nuovafinestr");
}