// JavaScript Document
function abrirvideo(URL){
	open(URL,'videoFrame');
}