var url="01.htm"; var win; function init() { window.close() win=window.open(url,'SANTILLANA','fullscreen=1'); win.focus() }