// JavaScript Document
<!--
function popup01immagine() {
	var winl = (screen.width - 280) / 2;
	var wint = (screen.height - 360) / 2;
window.open('http://www.twt.it/credits_twt/html/layout_01.htm','nutellamain','width=280,height=360,toolbar=no,scollbars=no,menubar=no,resizable=no,top='+wint+',left='+winl+'') ;
}
function popup01flash() {
	var winl = (screen.width - 280) / 2;
	var wint = (screen.height - 360) / 2;
window.open('http://www.twt.it/credits_twt/html/layout_01.htm','nutellamain','width=280,height=360,toolbar=no,scollbars=no,menubar=no,resizable=no,top='+wint+',left='+winl+'') ;
}
//-->

