function maximizeWindow() {
 if (parseInt(navigator.appVersion)>3) {
  if (navigator.appName=="Netscape") {
   if (top.screenX>0 || top.screenY>0) top.moveTo(0,0);
   if (top.outerWidth < screen.availWidth)
      top.outerWidth=screen.availWidth;
   if (top.outerHeight < screen.availHeight) 
      top.outerHeight=screen.availHeight;
  }
  else {
   top.moveTo(-4,-4);
   top.resizeTo(screen.availWidth+8,screen.availHeight+8);
  }
 }
}


function openNewWindow(URLtoOpen, ample, alt) { 
	var features = 'height=' +alt+ ',width=' +ample+ ',toolbar=no,scrollbars=yes,resizable=yes';
  newWindow=window.open(URLtoOpen, 'finestra', features);
}

function change(html){
	var contingut= '<u>Habilidad de pensamiento:</u><br>' +html;
  description.innerHTML=contingut
}

function changep(html){
	var contingut= '<u>Compet&ecirc;ncia:</u><br>' +html;
  description.innerHTML=contingut
}

function changed(html){
	var contingut= '<u>F&auml;higkeiten:</u><br>' +html;
  description.innerHTML=contingut
}

function changec(html){
	var contingut= '<u>Habilitat de pensament:</u><br>' +html;
  description.innerHTML=contingut
}

function changen(html){
	var contingut= '<u>Skill:</u><br>' +html;
  description.innerHTML=contingut
}

function reset(html){
  description.innerHTML=html
}