function Photo(page) {
var OpenWin = window.open("", "CtrlWindow", "screenX=0,screenY=0,left=0,top=0,toolbar=no,location=no,status=yes,width=493,height=580,scrollbars=yes");
OpenWin.location = "http://www.filmup.com/personaggi/p.php?PersPath=" + PersPath + "&page=" + page + "&ActorName=" + ActorName;
}
