var synopsis_angel=new Array();
var title_angel=new Array();

function angelInfo(episode)
{
	return overlib(synopsis_angel[episode],CAPTION,title_angel[episode],FGCOLOR,"white",BGCOLOR,"black",CAPCOLOR,"#e89800",WIDTH,300,VAUTO,HAUTO);
}

var synopsis_buffy=new Array();
var title_buffy=new Array();

function buffyInfo(episode)
{
	return overlib(synopsis_buffy[episode],CAPTION,title_buffy[episode],FGCOLOR,"white",BGCOLOR,"black",CAPCOLOR,"#e89800",WIDTH,300,VAUTO,HAUTO);
}

var synopsis_xfiles=new Array();
var title_xfiles=new Array();

function xfilesInfo(episode)
{
	return overlib(synopsis_xfiles[episode],CAPTION,title_xfiles[episode],FGCOLOR,"white",BGCOLOR,"black",CAPCOLOR,"#e89800",WIDTH,300,VAUTO,HAUTO);
}

var synopsis_charmed=new Array();
var title_charmed=new Array();

function charmedInfo(episode)
{
	return overlib(synopsis_charmed[episode],CAPTION,title_charmed[episode],FGCOLOR,"white",BGCOLOR,"black",CAPCOLOR,"#e89800",WIDTH,300,VAUTO,HAUTO);
}

var synopsis_roswell=new Array();
var title_roswell=new Array();

function roswellInfo(episode)
{
	return overlib(synopsis_roswell[episode],CAPTION,title_roswell[episode],FGCOLOR,"white",BGCOLOR,"black",CAPCOLOR,"#e89800",WIDTH,300,VAUTO);
}

function castInfo(name,img,width,height)
{
	return overlib("<img src=\"cast/"+img+"\">",CAPTION,name,FGCOLOR,"white",BGCOLOR,"black",CAPCOLOR,"#e89800",WIDTH,width,HEIGHT,height,VAUTO);
}

var synopsis_sabrina=new Array();
var title_sabrina=new Array();

function sabrinaInfo(episode)
{
	return overlib(synopsis_sabrina[episode],CAPTION,title_sabrina[episode],FGCOLOR,"white",BGCOLOR,"black",CAPCOLOR,"#e89800",WIDTH,300,VAUTO);
}
