/* Se usa en el metodo onkeyup() */
function mayusculas(obj){
		/*obj.value = obj.value.toUpperCase(); */
}

function inicio()
{
    //alert(document.getElementById("tb5").offsetHeight);
}

function play()
{
	document.getElementById("ntc").start();
}

function stop()
{
	document.getElementById("ntc").stop();
}
