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

function moveout(which)
{
	which.style.background='#EEEEEE'
}
function apri(url)
{
 var rnd = 'popUpWin'+Math.floor(Math.random()*100000000);
 var win = open(url,rnd);
}
function addToBookmark()
{
 var bookmarkurl="http://www.sfondi-foto.it/"
 var bookmarktitle="Sfondi-Foto.it: Sfondi e Foto da capogiro..."
 
 if (navigator.appName=="Microsoft Internet Explorer")
 {
  if (document.all)
   window.external.AddFavorite(bookmarkurl,bookmarktitle)
 }
 else
 {
  alert("Funzione non implementata con questo browser; se utilizzi Netscape, usa Ctrl+D")
 }
}
 