
function chen(poradi){
 if (poradi==1)  {
  a.value="Pagina principale"
  a.style.height=18
  a.style.width=90
 }

if (poradi==2)  {
b.value="Informazioni fondamentali dŽItalia"
b.style.height=18
b.style.width=165
}
if (poradi==3)  {
c.value="Itinerario italiano"
c.style.height=18
c.style.width=90
}
if (poradi==4)  {
d.value="Pedaggio alla autostrada"
d.style.height=18
d.style.width=130
}
if (poradi==5)  {
e.value="Camere di web"
e.style.height=18
e.style.width=80
}
if (poradi==6)  {
f.value="Previsione meteorologica"
f.style.height=18
f.style.width=130
}
if (poradi==7)  {
g.value="Cucina italiana"
g.style.height=18
g.style.width=80
}
if (poradi==8)  {
h.value="Rinvii interessanti"
h.style.height=18
h.style.width=95
}
}
function dis()
{
a.value=""
a.style.height=0
a.style.width=0

b.value=""
b.style.height=0
b.style.width=0

c.value=""
c.style.height=0
c.style.width=0

d.value=""
d.style.height=0
d.style.width=0

e.value=""
e.style.height=0
e.style.width=0

f.value=""
f.style.height=0
f.style.width=0

g.value=""
g.style.height=0
g.style.width=0

h.value=""
h.style.height=0
h.style.width=0
}
