var puls = 0;
//var S2 = 0;
//var S3 = 0;
//var S4 = 1;

function change(id, status, pag, sez) {  

	var M1 = parseInt(document.getElementById("M_DNA").style.width);
	var M2 = parseInt(document.getElementById("M_PRODUCTS").style.width);
	var M3 = parseInt(document.getElementById("M_ARCHITECTURE").style.width);
	var M4 = parseInt(document.getElementById("M_NEWS").style.width);
	
//MENU DNA COLORAZIONE
if (NoHome==0){
	document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_0.gif)";	
	document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_0.gif)";
	document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_0.gif)";
	document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_0.gif)";
}

if (id=="M_DNA" && puls == 1){	
	if (M1 > 25){
		if (NoHome==1){	
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_0.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";
		
		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_W_W.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_W1_W.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W1_W.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W1_W.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W1_W.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W1_W.gif)";		
		} else {	
		document.getElementById("address_delineo").style.color="#4d4948";
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_W.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_W1.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W1.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W1.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W1.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W1.gif)";
		}
	} else if (M1 < 25 && status == 0){	
		if (NoHome==1){	
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";
		
		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_WW.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_WW.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_WW.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_WW.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_WW.gif)";
		} else {
		document.getElementById("address_delineo").style.color="#4d4948";	
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0.gif)";			
		}
	} else if (M1 < 25 && status == 1){
		if (NoHome==1){	
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_0.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";
		
		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_W_W.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_W1_W.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W1_W.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W1_W.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W1_W.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W1_W.gif)";	
		} else {
		document.getElementById("address_delineo").style.color="#4d4948";	
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_W.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_W1.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W1.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W1.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W1.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W1.gif)";				
		}
	} 
}
//MENU PRODUCTS COLORAZIONE
if (id=="M_PRODUCTS" && puls==2){	
	if (M2 > 25){
		if (NoHome==1){
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_0.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";

		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_W2_W.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W2_W.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W2_W.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W2_W.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W2_W.gif)";			
		} else {
		document.getElementById("address_delineo").style.color="#4d4948";
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_W2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W2.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W2.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W2.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W2.gif)";
		}
	} else if (M2 < 25 && status == 0){	
		if (NoHome==1){
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";

		document.getElementById("address_delineo").style.color="white";

		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_WW.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_WW.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_WW.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_WW.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_WW.gif)";			
		} else {
		document.getElementById("address_delineo").style.color="#4d4948";	
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0.gif)";
		}
	} else if (M2 < 25 && status == 1){
		if (NoHome==1){
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_0.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";

		document.getElementById("address_delineo").style.color="white";

		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_W2_W.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W2_W.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W2_W.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W2_W.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W2_W.gif)";			
		} else {
		document.getElementById("address_delineo").style.color="#4d4948";
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_W2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W2.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W2.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W2.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W2.gif)";	
		}
	}
}
//MENU ARCHITECTURE COLORAZIONE
if (id=="M_ARCHITECTURE" && puls==3){
	if (M3 > 25){
		if (NoHome==1){
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_0.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";

		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_WW.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W3_W.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W3_W.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W3_W.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W3_W.gif)";		
		} else {
		document.getElementById("address_delineo").style.color="#4d4948";	
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W3.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W3.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W3.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W3.gif)";
		}
	} else if (M3 < 25 && status == 0){
		if (NoHome==1){
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";

		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_WW.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_WW.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_WW.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_WW.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_WW.gif)";				
		} else {	
		document.getElementById("address_delineo").style.color="#4d4948";
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0.gif)";
		}
	} else if (M3 < 25 && status == 1){	
		if (NoHome==1){
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_0.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";

		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_WW.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W3_W.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W3_W.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W3_W.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W3_W.gif)";			
		} else {	
		document.getElementById("address_delineo").style.color="#4d4948";		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_W3.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W3.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W3.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W3.gif)";	
		}
	}
} 
//MENU NEWS COLORAZIONE
if (id=="M_NEWS"&& puls==4){
	if (M4 > 25){
		if (NoHome==1){
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_0.gif)";

		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_WW.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_WW.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W4_W.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W4_W.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W4_W.gif)";		
		} else {	
		document.getElementById("address_delineo").style.color="#4d4948";
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W4.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W4.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W4.gif)";
		}
	} else if (M4 < 25 && status == 0){
		if (NoHome==1){
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_1.gif)";

		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_WW.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_WW.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_WW.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_WW.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_WW.gif)";				
		} else {	
		document.getElementById("address_delineo").style.color="#4d4948";
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0.gif)";
		}
	} else if (M4 < 25 && status == 1){	
		if (NoHome==1){
		document.getElementById("M_DNA_LABEL").style.backgroundImage = "url(../images/menu/M_dna_1.gif)";	
		document.getElementById("M_PRODUCTS_LABEL").style.backgroundImage = "url(../images/menu/M_projects_1.gif)";
		document.getElementById("M_ARCHITECTURE_LABEL").style.backgroundImage = "url(../images/menu/M_communication_1.gif)";
		document.getElementById("M_NEWS_LABEL").style.backgroundImage = "url(../images/menu/M_news_0.gif)";

		document.getElementById("address_delineo").style.color="white";
		
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1_WW.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2_WW.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3_WW.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W4_W.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W4_W.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W4_W.gif)";			
		} else {
		document.getElementById("address_delineo").style.color="#4d4948";			
		document.getElementById("M_DNA").style.backgroundImage = "url(../images/menu/bg_M1.gif)";
		document.getElementById("M_PRODUCTS").style.backgroundImage = "url(../images/menu/bg_M2.gif)";
		document.getElementById("M_ARCHITECTURE").style.backgroundImage = "url(../images/menu/bg_M3.gif)";
		document.getElementById("M_NEWS").style.backgroundImage = "url(../images/menu/bg_M4_W4.gif)";
		document.getElementById("M_ADDRESS").style.backgroundImage = "url(../images/menu/bg_M0_W4.gif)";
		document.getElementById("M_RIGHT_DELINEO").style.backgroundImage = "url(../images/menu/bg_M0_W4.gif)";	
		}
	}
} 

}
