function addVideo()
{
	//if(!validate_catpcha()){return false;}
//	var result = true;
	if($('ttitle').value == ''){alert('Please, enter the title');return false;}
//	if($('tdescription').value.length < 500){alert('The article must be longer than 500 characters');return false;}
	if($('turing').value == ''){alert('Incorrect Code');reloadCaptcha();return false;}
	return true;
}

function editVideo()
{
	//if(!validate_catpcha()){return false;}
//	var result = true;
	if($('ttitle').value == ''){alert('Please, enter the title');return false;}
//	if($('tdescription').value.length < 500){alert('The article must be longer than 500 characters');return false;}
	if($('turing').value == ''){alert('Incorrect Code');reloadCaptcha();return false;}
	return true;
}
/*
function editVideoInfo	()
{
	var result = true;
	if($('turing').value == ''){alert('Incorrect Code');reloadCaptcha();result = false;}
	if(!$('ttitle').value != ''){result = false;}
	return result;
}
*/
