function videoPagePopup(page) {
	var baseURL = document.getElementsByTagName('base')[0].href;
	window.open(baseURL + '/themes/caron/flash/VideoCallouts/' + page,'Video','width=653,height=430,scrollbars=no,location=0');
}