function medialaunch(mediatype,filelocation,mtitle) {





 windowurl = '/medialauncher/mediawindow.html' + '?mediatype=' + mediatype + '&filelocation=' + filelocation + '&title=' + escape(mtitle);



 OpenWindow=window.open(windowurl,'mediawindow','height=460,width=340,toolbar=no,scrollbars=no,menubar=no, status=true');









}