var win = new Window({className: "spread", title: "Enlaces",
top:70, left:100, width:1000, height:700,
url: "enlaces.htm", showEffectOptions: {duration:1.5}})
win.show();
var win = new Window({className: "spread", title: "Instalaciones",
top:70, left:100, width:800, height:600,
url: "instalaciones/", showEffectOptions: {duration:1.5}})
win.show();
var win = new Window({className: "spread", title: "Increíble Mapa",
top:300, left:150, width:800, height:600,
url: "inventario/index.htm", showEffectOptions: {duration:1.5}})
win.show();