function over_t1()
{
document.t1.src ="oggetti/t01b.gif"
}
function out_t1()
{
document.t1.src ="oggetti/t01a.gif"
}
function over_t2()
{
document.t2.src ="oggetti/t02b.gif"
}
function out_t2()
{
document.t2.src ="oggetti/t02a.gif"
}
function over_t3()
{
document.t3.src ="oggetti/t03b.gif"
}
function out_t3()
{
document.t3.src ="oggetti/t03a.gif"
}
function over_t4()
{
document.t4.src ="oggetti/t04b.gif"
}
function out_t4()
{
document.t4.src ="oggetti/t04a.gif"
}
function over_t5()
{
document.t5.src ="oggetti/t05b.gif"
}
function out_t5()
{
document.t5.src ="oggetti/t05a.gif"
}
function over_t6()
{
document.t6.src ="oggetti/t06b.gif"
}
function out_t6()
{
document.t6.src ="oggetti/t06a.gif"
}
function over_t7()
{
document.t7.src ="oggetti/t07b.gif"
}
function out_t7()
{
document.t7.src ="oggetti/t07a.gif"
}
function over_t8()
{
document.t8.src ="oggetti/t08b.gif"
}
function out_t8()
{
document.t8.src ="oggetti/t08a.gif"
}
function over_t9()
{
document.t9.src ="oggetti/t09b.gif"
}
function out_t9()
{
document.t9.src ="oggetti/t09a.gif"
}
function over_t12()
{
document.t12.src ="oggetti/t12b.gif"
}
function out_t12()
{
document.t12.src ="oggetti/t12a.gif"
}
function over_t13()
{
document.t13.src ="oggetti/t13b.gif"
}
function out_t13()
{
document.t13.src ="oggetti/t13a.gif"
}
function over_t14()
{
document.t14.src ="oggetti/t14b.gif"
}
function out_t14()
{
document.t14.src ="oggetti/t14a.gif"
}
function over_t15()
{
document.t15.src ="oggetti/t15b.gif"
}
function out_t15()
{
document.t15.src ="oggetti/t15a.gif"
}
function over_t16()
{
document.t16.src ="oggetti/t16b.gif"
}
function out_t16()
{
document.t16.src ="oggetti/t16a.gif"
}
function over_t17()
{
document.t17.src ="oggetti/t17b.gif"
}
function out_t17()
{
document.t17.src ="oggetti/t17a.gif"
}
function over_t18()
{
document.t18.src ="oggetti/t18b.gif"
}
function out_t18()
{
document.t18.src ="oggetti/t18a.gif"
}
function over_t19()
{
document.t19.src ="oggetti/t19b.gif"
}
function out_t19()
{
document.t19.src ="oggetti/t19a.gif"
}
function over_t20()
{
document.t20.src ="oggetti/t20b.gif"
}
function out_t20()
{
document.t20.src ="oggetti/t20a.gif"
}

function EmptyEmail() {
	objs = document.forms[0].elements;
	if (objs[0].value == "e-mail")
	{objs[0].value = "";}
}
function SetEmail() {
	objs = document.forms[0].elements;
	if (objs[0].value == "")
	{objs[0].value = "e-mail";}
}
function EmptyPassword() {
	objs = document.forms[0].elements;
	if (objs[1].value == "password")
	{objs[1].value = "";}
}
function SetPassword() {
	objs = document.forms[0].elements;
	if (objs[1].value == "")
	{objs[1].value = "password";}
}
function EmptyNewsletter() {
	objs = document.forms[1].elements;
	if (objs[0].value == "e-mail")
	{objs[0].value = "";}
}
function SetNewsletter() {
	objs = document.forms[1].elements;
	if (objs[0].value == "")
	{objs[0].value = "e-mail";}
}