

 function LaunchPlayer1(high) 
 { 
     var width = 320;
     var left = (screen.width/2) - (width/2);
     var height = 300;
     var top = (screen.height/2) - (height/2);
     var features = "";
     features = features + "directories=no,";
     features = features + "height=" + height + ",";
     features = features + "location=no,";
     features = features + "menubar=no,";
     features = features + "resizable=no,";
     features = features + "scrollbars=no,";
     features = features + "toolbar=no,";
     features = features + "width=" + width + ",";
     features = features + "fullscreen=no,";
     features = features + "status=no,";
     //IE Specific features = features + 'left=' + left + ',';
     features = features + "top=" + top;
     
     //window.open("http://www.mypopupplayer.com/popup.aspx?ID=" + station_code, "_new", features);

		window.open("http://www.wngm1230.com/stream/high.html", "_new", features);

     return false;
 }


function LaunchPlayer2(low) 
 { 
     var width = 320;
     var left = (screen.width/2) - (width/2);
     var height = 300;
     var top = (screen.height/2) - (height/2);
     var features = "";
     features = features + "directories=no,";
     features = features + "height=" + height + ",";
     features = features + "location=no,";
     features = features + "menubar=no,";
     features = features + "resizable=no,";
     features = features + "scrollbars=no,";
     features = features + "toolbar=no,";
     features = features + "width=" + width + ",";
     features = features + "fullscreen=no,";
     features = features + "status=no,";
     //IE Specific features = features + 'left=' + left + ',';
     features = features + "top=" + top;
     
     //window.open("http://www.mypopupplayer.com/popup.aspx?ID=" + station_code, "_new", features);
     

		window.open("http://www.wngm1230.com/stream/low.html", "_new", features);

     return false;
 }
