<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script language="javascript" >
function ver(a)
{
a.value='ver';
}
</script>
<meta http-equiv="Content-Type" content="text/css; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<div id="mostrar" style ="visibility:visible">que onda</div>
<input type="button" name="azul" value = "no ver" onclick="ver(azul)" >
</body>
</html>