/*++++++++++++++++++++++++++++++++++++++++++++++++++++
MUSIC EXAMPLES [start]
+++++++++++++++++++++++++++++++++++++++++++++++++++*/

function winOp_musex(musexFile) {
    //alert (musexFile);
    musexWin = window.open(musexFile, "MusicExample", "width=300,height=120,top=50,left=50,dependent=yes,menubar=no,resizable=yes,location=no,scrollbars=no,status=no,toolbar=no");
    musexWin.focus();
//    document.getElementById('musex_IFRAME').src = path;
    
    return false;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++
MUSIC EXAMPLES [stop]
+++++++++++++++++++++++++++++++++++++++++++++++++++*/
