
function colorub(rub){ /* POUR REALISATIONS et CONTACTS */
	document.getElementById('m'+rub+'').style.color = "#e2001a";
}

function colorubss(rub,ssrub){
	/*document.getElementById('m'+rub+'').style.color = "#e2001a";*/
	document.getElementById('ssm'+rub+'').style.display = "block";
	
	/*if (rub>=6){
	document.getElementById('m'+rub+'').style.color = "#FFFFFF";
	}
	
	if (ssrub != ""){
		document.getElementById('ssm'+rub+ssrub+'').style.color = "#e2001a";
	}*/
}


function displayFlash(swf, hauteur, largeur, color, alternatif)
{
	document.write('<object type="application/x-shockwave-flash" data="'+swf+'" width="'+hauteur+'" height="'+largeur+'">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="'+swf+'" />');
	document.write('<param name="quality" value="hight" />');
	document.write('<param name="bgcolor" value="#'+color+'" />');	
	document.write(alternatif);
	document.write('</object>');
}
