function videgopopup()
{
	mywindow = window.open ('http://www.cbcwebcampus.com/vidego.htm', 'vidego', 'status = 1, height = 650, width = 966, resizable = 0');
}
function ondemandpopup(url)
{
	mywindow = window.open (url, 'vidego', 'status = 1, height = 480, width = 480, resizable = 1');
}
function seriespopup(url)
{
	mywindow = window.open (url, 'vidego', 'status = 1, height = 360, width = 640, resizable = 1');
}
function memberpopup()
{
	mywindow = window.open ('http://mediasuite.316networks.com/player.php?p=d31513k5', 'vidego', 'status = 1, height = 360, width = 720, resizable = 1');
}
function submitvidpop(url)
{
	mywindow = window.open (url, 'vidego', 'status = 1, height = 515, width = 515, resizable = 1');
}
function youversionview(url)
{
	mywindow = window.open (url, 'youversion', 'status = 1, height = 438, width = 418, resizable = 0, scrollbars=1');
}
function notes(id)
{
	mywindow = window.open ('notes.php?id='+id, 'notes', 'status = 1, height = 400, width = 400, resizable = 0, scrollbars=1');
}
function detail(id)
{
	mywindow = window.open ('detailview.php?id='+id, 'Detail View', 'status = 1, height = 400, width = 400, resizable = 0, scrollbars=1');
}
