
function popvideo(id) {
	window.open('includes/video.asp?id='+id,'_blank','width=700,height=400,screenX=50,left=50,screenY=50,top=50');
}
