// Routine to open a small MP3 player windowfunction window1(page) {this.open(page, "theme", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=400,height=100");}