// JavaScript Document
function showForm(strpage) 
{
popup = window.open(strpage,"mywin","location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=20,top=5,width=400,height=450");
}
// JavaScript Document

function showPopup(strpage) 
{
popup = window.open(strpage,"mywin","location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=20,top=5,width=600,height=450");
}

function showAudioPlayer(strpage) 
{
popup = window.open(strpage,"mywin","location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=20,top=5,width=700,height=500");
}
function launchVidegoPlayer(mediaID) 
{
    playerwin = window.open("http://vidego.multicastmedia.com/player.php?v=" + mediaID, "newwindow", "height=600,width=600", "toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no")
}
function launchVidegoPlayer2(mediaID) 
{
    playerwin = window.open("http://vidego.multicastmedia.com/player.php?v=" + mediaID, "newwindow", "height=530,width=352", "toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no")
}
function showSignUp(strpage) 
{
popup = window.open(strpage,"mywin","location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes,left=20,top=5,width=500,height=450");
}