// JavaScript Document

function credits() {
  var n = open('/citta/popup/credits.html','credits','width=270,height=280,status=no,menubar=no,scrollbars=no,resizable=no');
}

function info() {
  var n = open('/citta/popup/info.html','credits','width=270,height=280,status=no,menubar=no,scrollbars=no,resizable=no');
}

function foto(pag) {
	this.name = "myWindow"
	pag = "../zoom/"+pag+".html"
	myRemote = open(pag, "Foto", "height=430,width=450,alwaysLowered=0,alwaysRaised=1,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=1,status=no,titlebar=1,toolbar=0,z-lock=0")
}