    function openUpCat(){
        
    		var w = window.open('mainAppCat.html', 'DobleImatge', 'toolbar=0,location=0,top=0,left=0,width=1018,height=660,directories=0,status=0,menuBar=0,scrollBars=no,resizable=0,fullscreen=0');
        w.moveTo(0,0);
        w.resizeTo(screen.availWidth, screen.availHeight);
        window.location = "indexwovideo.html";
          
    }
    function openUpCas(){
    		var w = window.open('mainAppCas.html', 'DobleImatge', 'toolbar=0,location=0,top=0,left=0,width=1018,height=660,directories=0,status=0,menuBar=0,scrollBars=no,resizable=0,fullscreen=0');
        w.moveTo(0,0);
        w.resizeTo(screen.availWidth, screen.availHeight);
        window.location = "indexwovideo.html";  
    }

    function openMapD(){
    		var w = window.open('map.html', 'DobleImatgeMap', 'toolbar=0,location=0,top=0,left=0,width=450,height=450,directories=0,status=0,menuBar=0,scrollBars=no,resizable=0,fullscreen=0');
        w.moveTo((screen.availWidth - 450)/2,(screen.availHeight - 450)/2);
        w.resizeTo(450, 450);
    }
    function openMapE(){
    		var w = window.open('map2.html', 'DobleImatgeMap', 'toolbar=0,location=0,top=0,left=0,width=450,height=450,directories=0,status=0,menuBar=0,scrollBars=no,resizable=0,fullscreen=0');
        w.moveTo((screen.availWidth - 450)/2,(screen.availHeight - 450)/2);
        w.resizeTo(450, 450);
    }
