songplaywindow.document.writeln("<html><title>播放器</title><style type=text/css>body{font-family:宋体;font-size:9pt;background-color:buttonface;border-bottom:medium none;border-left:medium none;border-right:medium none;border-top:medium none;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px}</style><body leftMargin=0 topMargin=0 marginheight=0 marginwidth=0>");
  songplaywindow.document.writeln("<embed src=\"" + url + "\" width=100% height=100% nojava='true' autostart='True'></embed>");
  songplaywindow.document.writeln("<div id='Layer1' style='position:absolute; left:-800px; top:-800px; width:0px; height:0px; z-index:1'><input type=button name=btc value='关闭(Q)' accesskey='q' onClick='top.window.close();'></div>");
  songplaywindow.document.writeln("</body></html>");