function coloca () {
    //posx('logo2id',650);
    ver('logo1id');
    //ver('logo2id');
    menuArray = new Object();
    menuArray = new Array('port','accx','publ','revi','conv','mani','enla');
    menuArrayX = new Object();
    menuArrayX = new Array(66,160,105,91,106,90,133);
    sepaArray = new Object();
    sepaArray = new Array('sep1','sep2','sep3','sep4','sep5','sep6','sep7','sep8');
    sepaArrayX = new Array(66,160,105,91,106,90,133,100);

    //ver('fondo1id');
    x=30;
    y=85;
    for (i=0;i<menuArray.length;i++) {
        elemento = menuArray[i] + "id";
        posx(elemento,x);
        posy(elemento,y);
        ver(elemento);
        x += menuArrayX[i];
        x += 0;
    }
/*
    x=20;
    y=90;
    for (i=0;i<sepaArray.length;i++) {
        elemento = sepaArray[i] + "id";
        posx(elemento,x);
        posy(elemento,y);
        //ver(elemento);
        x += sepaArrayX[i];
        x += 0;

    }
*/
/*
    posx('linea1id',19);
    posy('linea1id',69);
    ver('linea1id');
    posx('linea2id',20);
    posy('linea2id',100);
    ver('linea2id');
*/
/*    posx('linea3id',20);
    posy('linea3id',110);
    ver('linea3id');
*/

    //posx('linea4id',85);
    //posy('linea4id',110);
    //ver('linea4id');

}
function colocaRevi () {
    inicio();
    menuArrayRevi = new Object();
    menuArrayRevi = new Array('cpe98','cpe99','cpe00','cpe01','cpe02','cpe03','cpe04','cpe05','cpe06','cpe07','cpe08','cpe09');
    menuArrayReviX = new Object();
    menuArrayReviX = new Array(52,52,52,52,52,52,52,52,52,52,52,52);

    x=60;
   // x=355;
    y=115;
    for (i=0;i<menuArrayRevi.length;i++) {

		if (i==20) { y=140; x=30; }
        elemento = menuArrayRevi[i] + "id";
        posx(elemento,x);
        posy(elemento,y);
        ver(elemento);
        x += menuArrayReviX[i];
 //       x += 0;
//		y += 20;
    }
    posy('linea4id',134);
    ver('linea4id');
    posy('linea5id',159);
    ver('linea5id');
	
}
function colocaRevi_copia () {
    inicio();
    menuArrayRevi = new Object();
    menuArrayRevi = new Array('cpe98','cpe99','cpe00','cpe01','cpe02','cpe03','cpe04','cpe05');
    menuArrayReviX = new Object();
    menuArrayReviX = new Array(104,104,104,88,88,104,104,51);

    x=30;
    y=115;
    for (i=0;i<menuArrayRevi.length;i++) {
        elemento = menuArrayRevi[i] + "id";
        posx(elemento,x);
        posy(elemento,y);
        ver(elemento);
        x += menuArrayReviX[i];
        x += 0;
    }
    posy('linea4id',134);
    ver('linea4id');
}
function sel () {
    ncomun=arguments[0];
    idcapa=arguments[0] + "id";
    idimagen = arguments[0] + "imgid";
    vermetodo(idcapa);
    verpath(idimagen);
    newimg=imagenpath.substring(0,imagenpath.lastIndexOf("/")) + "/" + ncomun + "si.gif";
    eval (metodo + "document.images['" + idimagen + "'].src = \"" + newimg + "\"");
}
function desSel () {
    ncomun=arguments[0];
    idcapa=arguments[0] + "id";
    idimagen = arguments[0] + "imgid";
    vermetodo(idcapa);
    verpath(idimagen);
    newimg=imagenpath.substring(0,imagenpath.lastIndexOf("/")) + "/" + ncomun + "no.gif";
    eval (metodo + "document.images['" + idimagen + "'].src = \"" + newimg + "\"");
}

