// Idea by:  Nic Wolfe
// This script and many more are available free online at
// The JavaScript Source!! http://javascript.internet.com
function popUpMediaPlayer(URL) {
  page_media_player = window.open(URL, 'page_media_player', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=200,height=200,left=0,top=0');
}
