function pop_it(page) {
	//alert("yo")
	var bbcwin = new bbcjs.win.Window(page, 720, 540);
	bbcwin.features.top = 10;
	bbcwin.features.left = 10;
	bbcwin.features.scrollbars = "no";
	bbcwin.open();
	//Width=720,Height=540,resizable=yes,status=yes,menubar=no,toolbar=no,scrollbars=no,top=10,left=10
}

function full_details() {
	document.location.href = '/languages/spanish/mividaloca/full_details.shtml';
}

function featured_episode() {
	pop_it('/languages/spanish/mividaloca/ep01.shtml');
}