
function colorub(rub){ /* POUR REALISATIONS et CONTACTS */
	document.getElementById('m'+rub+'').style.color = "#e2001a";
}

function colorubss(rub, ssrub) {
	document.getElementById('ssm'+rub+'').style.display = "block";
}


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>');
}

