function movein(which,html)
{
	which.style.background='red'
}

function moveout(which)
{
	which.style.background='#EEEEEE'
}

function printAuthor() {
   document.write('Copyright Inar'+'Tek Srl '+'- P.Iva: 0374'+'2010'+'964');
}
