var texteMenu=new Array;
texteMenu[1]="<font style='font: 12px arial;color:#FF9900;display: inline;'>INTERNET - SOUS-TRAITANCE INTERNET</font>";
texteMenu[2]="<font style='font: 12px arial;color:#FF9900;display: inline;'>HEBERGEMENT SITE INTERNET - COURRIER ELECTRONIQUE</font>";
texteMenu[3]="<font style='font: 12px arial;color:#FF9900;display: inline;'>REFERENCEMENT</font>";
texteMenu[4]="<font style='font: 12px arial;color:#FF9900;display: inline;'>LINUX</font>";
texteMenu[5]="<font style='font: 12px arial;color:#FF9900;display: inline;'>QUELQUES REFERENCES</font>";

function changeMessage(num){
	document.getElementById("divmessage").innerHTML=texteMenu[num];
}						 
						 