function linkjs(indirizzo,target){
  www = "http://www.";
  window.open(www+indirizzo,target);
}