/* freeav js tools */

function textboxClick( e ){
  if( !e.beenclicked ){
    e.beenclicked = true;
    e.value = "";
    e.style.color = "#000";
  }
}

function changeLang ( dest ) {
  window.location.href = 'http://www.' + dest;
}