var blnOk=true;

function Chargement() {
	
	//sous menu company
	if(blnOk) {
		with(document.getElementById("smenu"+1).style) {
        position="absolute";
        top="68px";
        left="445px";
        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="593px";
        width="110px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }
	//sous menu products
	if(blnOk) {
		with(document.getElementById("smenu"+3).style) {
        position="absolute";
        top="68px";
        left="692px";
        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="768px";
        width="110px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }
    
   //rubrique products 1
	if(blnOk) {
		with(document.getElementById("rubrique"+1).style) {
        position="absolute";
        top="82px";
        left="429px";
        width="130px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }
	//rubrique products 2
	if(blnOk) {
		with(document.getElementById("rubrique"+2).style) {
        position="absolute";
        top="96px";
        left="429px";
        width="80px";
        height="1.2em";
        margin="0";
        padding="0";
        zIndex="2";
      }
    }

}