
function doPop(ael) {
	var w = window.open(ael.href, "video", "scrollbars=no,width=800,height=500");
	w.focus();
	return false;
}
