
 
function Popup(apri, width, height) {
	var stile = "top=20, left=20, width=" 
		+ width 
		+ " , height=" 
		+ height 
		+ ", status=no, menubar=no, toolbar=no, scrollbar=no";
	window.open(apri, "", stile);
}


 

     
function apriGalleria(galleryTypeName, pathGalleria)
{
  window.open('/system/workplace/galleries/gallery_fs.jsp?gallerytypename='+galleryTypeName+
     '&dialogmode=view&gallerypath=' + 
     pathGalleria, 
     galleryTypeName,
     'width=650, height=700, resizable=yes, top=100, left=270, status=yes');
}
