function openVideo(file)
{
	window.open('watch-video.php?file='+file,'','menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=400, height=333');
}

function openYoutube(videoID)
{
	window.open('watch-youtube.php?youtube_id='+videoID,'','menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=400, height=333');
}
