<!--
function movein(which,html){
which.style.color='#009999'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}

function moveout(which){
which.style.color='#009999'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML='&nbsp;'
else
boxdescription.innerHTML='&nbsp;'
}
if (top.location != self.location) { 
top.location = self.location.href 
}

//-->