﻿// <!-- height 244
function showpodcasts(href)
{
    var openargs = 'width=250,height=380';
    window.open(href, 'podcasts',  openargs);
    return false;
}

function showvideo(href)
{
    var openargs = 'width=450,height=550';
    window.open(href, 'videoplayer',  openargs);
    return false;
}
// -->
