<!--
function Open(Video)
	{
		var xMax, yMax, xOffset, yOffset;
		xMax = screen.width;
		yMax = screen.height;
		xOffset = (xMax - 644)/2;
		yOffset = (yMax - 525)/2;
		window.open('videos/affvideo.asp?vid='+Video,"",'width=644,height=525,,screenX='+xOffset+',screenY='+yOffset+',top='+yOffset+',left='+xOffset+',directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
	}
//-->
