|
var win = new Window({className:'spread', title: ' ', top:95, left:loc, width:700, height:550, url: 'contents/aisatsu.html'})
win.show();
|
var win = new Window({className:'spread', title: ' ', top:95, left:loc, width:700, height:550, url: 'contents/enkaku.html'})
win.show();
|