function ApriVideo()
{
	var t, l, h, w, nScroll;
	var xPopup;

	h = 320; w = 560; nScroll=0;

	t = (screen.height - h) / 2;
	l = (screen.width - w) / 2;

	xPopup = window.open ("Video.htm", "Video", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + w + ",height=" + h + ",left=" + l + ",top=" + t)
	xPopup.focus();
}


function ApriVideoPagInt()
{
	var t, l, h, w, nScroll;
	var xPopup;

	h = 320; w = 560; nScroll=0;

	t = (screen.height - h) / 2;
	l = (screen.width - w) / 2;

	xPopup = window.open ("../Video.htm", "Video", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=" + w + ",height=" + h + ",left=" + l + ",top=" + t)
	xPopup.focus();
}
