 <!-- Queste funzioni sono contenute solo nel file composit ed aprono finestre autonome -->

function alice() {
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=550,height=500");
msg.location = "composit/alice/framebox.html"
}

function manuela() {
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=550,height=500");
msg.location = "composit/manuela/framebox.html"
}

function annarita() {
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=550,height=500");
msg.location = "composit/annarita/framebox.html"
}

function francesca() {
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=550,height=500");
msg.location = "composit/francesca/framebox.html"
}

function giorgia() {
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=550,height=500");
msg.location = "composit/giorgia/framebox.html"
}






function info() {
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=550,height=300");
msg.location = "composit/info.html"
}

function resp() {
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=550,height=300");
msg.location = "composit/responsabilita.html"
}