function preventleftclick()
{
	if (event.button==1){
	alert("Please right click this link to download the footage.");
	}
}