function popup(url, width, height)
{
name="";
settings=
"toolbar=no,location=no,directories=no,"+
"status=no,menubar=no,scrollbars=no,"+
"resizable=no,width="+width+",height="+height;

MyNewWindow=window.open("http://www.teatromio.it/new/"+url,name,settings);
MyNewWindow.document.write("<style type='text/css'><!--body {text-align:center;margin-top:0px;margin-left: 0px;margin-right: 0px;margin-bottom: 0px;}--></style><img border='0' src='", url,"'/>");
}
