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

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

function showAdv() {
google_ad_client = "pub-9796630013463361";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_channel ="6364441373";
google_ad_type = "text";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "FF6666";
google_color_url = "FF6666";
google_color_text = "FF6666";
document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>');
}

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