var aVideos = new Array();
var aTitles = new Array();
var xmlDoc;

function CheckWindow(URL)
{
	if (parent == self)
		window.location.href = "http://www.letitbereal.com";

	return;
}

function PlayVideo(id)
{
	var popupWin = window.open('flash/VideoPlayer.php?id=' + id, 'Captyn Zodiak Videos' ,'width = ' + window.screen.availWidth + ', height = ' + window.screen.availHeight + ', top = 0, left = 0, scrollbars = yes')
	if(popupWin != null)
		popupWin.focus();
}