function viewrecording()
{
    var WinOpt =
        "toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=1,width=500,height=450";

    var strURL =
        "https://expand.webex.com:443/tc0402l/trainingcenter/record/downloadViewAction.do?recordId=33268917&siteurl=expand&actionType=view&setted=100";



    window.open(strURL, "PlayRecording", WinOpt);
}

function MM_callJS(jsStr)
{
    return eval(jsStr)
}
