﻿// funzioni per pop-up foto
function PopupPic(sPicURL) { 
	window.open(sPicURL, "", "resizable=0, HEIGHT=200, WIDTH=200");
}
function openPopup(strOpen) {
    open(strOpen, "upload", "status=1, width=300, height=250, top=100, left=300");
}
