
  var stile = "top=10, left=10, width=450, height=400, status=no, menubar=no, toolbar=no scrollbar=yes";
     function Popup(apri) {
        window.open(apri, "", stile);
     }


function movein(which,html){
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}

function addbookmark(){
	var bookmarkurl="http://www.Languagehouse.it"
    var bookmarktitle="Languagehouse.it"
        if (document.all)
           window.external.AddFavorite(bookmarkurl,bookmarktitle)
}




