// JavaScript Document
function videoPop(id){
	window.open('library/video.php?id='+id,'my','width=480,height=380');
}