|
var win = new Window(Application.getNewId(),{className:"alphacube",title:"stats",top:70,left:100,width:510,height:304,resizable:true,url:"stats.html",showEffectOptions: {duration:3}})
win.showCenter(true);
var win = new Window(Application.getNewId(),{className:"alphacube",title:"descargas",top:70,left:100,width:510,height:304,resizable:true,url:"downloads.html",showEffectOptions: {duration:3}})
win.showCenter(true);
var win = new Window(Application.getNewId(),{className:"alphacube",title:"enlaces",top:70,left:100,width:710,height:504,resizable:true,url:"enlaces.html",showEffectOptions: {duration:3}})
win.showCenter(true);
var win = new Window(Application.getNewId(),{className:"alphacube",title:"noticias",top:70,left:100,width:510,height:304,resizable:true,url:"noticias.html",showEffectOptions: {duration:3}})
win.showCenter(true);
|