function vediMappa(hor, vert, name)
{
		detailWin = window.open("winMap.html",name,"scrollbars=no,resizable=no,width="+hor+",height="+vert+",status=no,location=no,toolbar=no,left=0,top=0,screenX=0,screenY=0,hotkeys=no");
}