<!--

function PlayVideo(href) {
	var VideoWin = window.open(href, 'Video', 'width=300,height=200,scrollbars=no,resizable=yes,status=no');
	if (VideoWin.opener == null) VideoWin.opener = window;
	window.focus();
	}
function PlayMacVideoSm(href) {
	var VideoWin = window.open(href, 'Video', 'width=325,height=260,scrollbars=no,resizable=yes,status=no');
	if (VideoWin.opener == null) VideoWin.opener = window;
	}
function PlayMacVideoLg(href) {
	var VideoWin = window.open(href, 'Video', 'width=485,height=385,scrollbars=no,resizable=yes,status=no');
	if (VideoWin.opener == null) VideoWin.opener = window;
	}

//-->
