function playVideoLowRes(url)
{
    window.open(url, 'popupwindow', 'width=520,height=350,scrollbars,resizable');
}

function playVideoHighRes(url)
{
    window.open(url, 'popupwindow', 'width=520,height=450,scrollbars,resizable');
}
