<!-- //
function popVideo(v, nc) { // pass in the video and number of clips
	url= "video.php?v="+v+"&nc="+nc;
	pop = window.open(url,'video','width=390,height=490,left=150,top=20,personal=no,toolbar=no,menubar=no,scrollbars=no,location=no,status=no,resizable=no,directories=no');
	}
// -->
