
                function CS9()
                {
                    var CST = document.getElementById('CL015');
                    CST.style.backgroundColor='#ff0000';
                    return true;
                }
                

                function CTS00(wpx, hpx)
                {
                    var table00 = document.getElementById('imgCCOC');
                    var table01 = document.getElementById('imgCCOMO');
                    var table02 = document.getElementById('imgCTRLSZE');
                    
                    table00.setAttribute('width', wpx);
                    table00.setAttribute('height', hpx);
                    
                    table01.setAttribute('width', wpx);
                    table01.setAttribute('height', hpx);
                    
                    table02.setAttribute('width', wpx);
                    table02.setAttribute('height', hpx);
                }


                function deltaCBG(id, color)
                {
                    document.getElementById(id).style.background = color;
                }


                function CTRLL()
                {

                    var ctrlT00 = document.getElementById('imgCCOC');
                    var ctrlT01 = document.getElementById('imgCCOMO');
                    var ctrlT02 = document.getElementById('imgCTRLSZE');

                    if (ctrlT00.getAttribute('width') <= 80)
                    {
                        ctrlT00.setAttribute('width', 410);
                        ctrlT01.setAttribute('width', 410);
                        ctrlT02.setAttribute('width', 410);
                    }
                
                        
                    else if (ctrlT00.getAttribute('width') > 80)
                    {
                        ctrlT00.setAttribute('width', 80);
                        ctrlT01.setAttribute('width', 80);
                        ctrlT02.setAttribute('width', 80);
                    }
    
                    else
                    {
                    }
                
                    
                }
                

      
