Código HTML:
<script type="text/javascript"> function win1() { var win = new Window({id: "win1", className: "alphacube", title: "Últimas noticias", width:400, height:200, wiredDrag: true}); win.getContent().innerHTML = "Contenido<br>Contenido<br>Contenido<br>Contenido<br><a href='http://www.google.com.ar' onclick='Windows.getWindow(\"win3\").maximize()'>ver más</a>"; win.setDestroyOnClose(); win.setLocation(537, 190); win.show(); win.toFront(); } </script>
saludos.