<html>
<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Pagina di prova per il menù testuale</title>
<script>
var obj_click=null;
function Gestione_Testuale(modalita,rifferimento){
if(modalita==1){
if(rifferimento.style.color!="silver"){
rifferimento.style.color="white";
}// if
}// if
if(modalita==2){
if(obj_click!=null){
obj_click.style.color="red";
this.style.color="silver";
obj_click="this";
}// if
}// if
if(modalita==3){
if(this.style.color!="silver"){
this.style.color="red";
}// if
}// if
}// Gestione_Testuale
</script>
</head>
<body>
<div align="center">
<center>
<table border="1">
<tr>
<td width="33%" onmouseover='Gestione_Testuale(1,this)' onClick='Gestione_Testuale(2,this)' onmouseout='Gestione_Testuale(3,this)'>* prova 1 *</td>
<td width="34%" onmouseover='Gestione_Testuale(1,this)' onClick='Gestione_Testuale(2,this)' onmouseout='Gestione_Testuale(3,this)'>* prova 2 *</td>
<td width="33%" onmouseover='Gestione_Testuale(1,this)' onClick='Gestione_Testuale(2,this)' onmouseout='Gestione_Testuale(3,this)'>* prova 3 *</td>
</tr>
</table>
</center>
</div>
</body>
</html>