path = location.pathnamecar = path.indexOf('.nsf/')+4//APRE IL DOCUMENTO SELEZIONATO NELLA VISTAfunction openDocPopup( id , _width, _height , view ){	if (!view){		view = '0'	}	url='http://' + location.host + path.substring(0,car) + '/' + view + '/' + id + '?openDocument'	window.open(url, id, 'titlebar=no, toolbar=no, menubar=no, scrollbars= no, resizable=no, width=' + _width + ', height=' + _height + ', top=0, left=320');}
