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