﻿// <!--
function showpodcasts(href)
{
    var openargs = 'width=250,height=265'
    window.open(href, 'podcasts',  openargs);
    return false;
}
// -->

// <!--
function showvideo(href)
{
    var openargs = 'width=300,height=465'
    window.open(href, 'video',  openargs);
    return false;
}
// -->
