<!--This is the script that opens the new window with no controls to to display the page refereced between the () when called.  Its intended for presenting streaming media with dialogue to the left of the media player.  Sourcepage is merely a temporary variable that is established on the originating html page with the url between the ()-->



function
mediabox(sourcepage) {
window.open(sourcepage,'_blank','height=335,width=750,status=no,toolbar=no,menubar=no,location=no,left=0,top=10,screenX=0,screenY=10');
}
