function large_episode(url) {
	episode_pop(url,"400","316");
}

function medium_episode(url) {
	episode_pop(url,"320","256");
}

function small_episode(url) {
	episode_pop(url,"240","196");
}

function episode_pop(url,width,height) {
	window.open(url,"","width="+width+", height="+height+", location=no, menubar=no, status=yes, toolbar=no, scrollbars=no, resizable=yes");
}

function detail_pop(url) {
	window.open(url,"","width=650, height=400, location=no, menubar=no, status=yes, toolbar=no, scrollbars=yes, resizable=yes");
}

function urlPop(url) {
	window.open(url,"","width=650, height=400, location=yes, menubar=yes, status=yes, toolbar=yes, scrollbars=yes, resizable=yes");
}

function alertUser(url,type) {
	if (type == 1) {
		alert("Attention!\nYou are now leaving the credit union web site and linking to an alternate site not operated by ATFCU.\n- ATFCU is not responsible for the content of the alternate site.\n- ATFCU does not represent either the third party or the member if the two enter into a transaction.\n- Privacy and security policies may differ from those practiced by ATFCU.");
	}
	if (type == 2) {
		alert("Attention!\nYou are being redirected to a third party site that is a preferred business partner of Austin Telco. In order to provide you with superb financial services, you may be asked to provide certain information regarding your relationship with ATFCU.");
	}
		urlPop(url);
	}
	
function mySubmit() {
	setTimeout('document.FormX.reset()',1000);
	return false;
}
