<!-- BEGIN
function popup(pagina,nome,width,height,left,top) {
settings=
"location=no,scrollbars=no,menubar=no,toolbar=no,resizable=yes,"+
"width="+width+",height="+height+",left="+left+",top="+top+"";
newwindow=window.open	(pagina,nome,settings);			
newwindow.creator=self;
}
// end -->
