function medialaunch(mediatype,filelocation,mtitle) {

 windowurl = 'http://www.cbc.ca/toronto/medialauncher/mediawindow.html' + '?mediatype=' + escape(mediatype) + '&filelocation=' + filelocation + '&title=' + escape(mtitle);

 OpenWindow=window.open(windowurl,'mediawindow','height=460,width=340,toolbar=no,scrollbars=no,menubar=no, status=true');


}
