/**
 * @author randy johnson
 */
	function popupVideo(movie)
		{
		window.open('/movies/player.php?m='+movie,
						'player',
						'width=645,height=500,toolbar=0,resizable=0,status=0,location=0,directories=0,scrollbars=0,menubar=0');
		}
