function tamanio(args) {
	//window.alert(args)
	//parent.document.getElementById('prueba').height=args;
  if (args == "0") {
    //document.getElementById("objBotonera").height = 23;
    document.getElementById("botonera").style.height = '23px';
  } else {
    document.getElementById("botonera").style.height = '263px';
  }
	
  
}
