var blnOk=true;

function Chargement() {
	
	//sous menu compagnie
	if(blnOk) {
		with(document.getElementById("smenu"+1).style) {
        position="absolute";
        top="68px";
        left="440px";
        width="90px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }
	//sous menu technologies
	if(blnOk) {
		with(document.getElementById("smenu"+2).style) {
        position="absolute";
        top="68px";
        left="612px";
        width="90px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }
	//sous menu produits
	if(blnOk) {
		with(document.getElementById("smenu"+3).style) {
        position="absolute";
        top="68px";
        left="700px";
        width="140px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }
	//sous menu services
	if(blnOk) {
		with(document.getElementById("smenu"+4).style) {
        position="absolute";
        top="68px";
        left="765px";
        width="140px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }
    
   //rubrique produits 1
	if(blnOk) {
		with(document.getElementById("rubrique"+1).style) {
        position="absolute";
        top="68px";
        left="437px";
        width="90px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }
	//rubrique produits 2
	if(blnOk) {
		with(document.getElementById("rubrique"+2).style) {
        position="absolute";
        top="82px";
        left="437px";
        width="80px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }

}