      function NewPlayer() {
               var URL="http://www.ktyd.com/starter.php"
               var windowName = "Stream";
               var features =
             'width=340' +
             ',height=440' +
             ',location=0' +
             ',menubar=0'+
             ',scrollbars=0'+
             ',status=0'+
             ',toolbar=0'+
             ',Resizable=0'
         window.open (URL, windowName, features);
}
