function plus(divID){
        var obj = document.getElementById(divID);
        obj.style.display = 'block';
}

function minus(divID){
        var obj = document.getElementById(divID);
        obj.style.display = 'none';
}

/*
var headline1 = {
      src: 'font/helvetica.swf'
      
    };

var headline2 = {
      src: 'font/helvetica.swf'
      
    };

var headline3 = {
      src: 'font/helvetica.swf'
      
    };

var headline4 = {
      src: 'font/helvetica.swf'
      
    };

var headline5 = {
      src: 'font/helvetica.swf'
      
    };

var headline6 = {
      src: 'font/helvetica.swf'
      
    };

    sIFR.activate(headline1);
    sIFR.activate(headline2);
    sIFR.activate(headline3);
    sIFR.activate(headline4);
    sIFR.activate(headline5);
    sIFR.activate(headline6);

    sIFR.replace(headline1, {
      selector: 'h1'
      ,css: [
        '.sIFR-root {color:#333333;text-transform:uppercase;}'
      ],
    wmode: 'transparent'
    });
  
	sIFR.replace(headline2, {
      selector: 'h2'
      ,css: [
        '.sIFR-root {color:#AD1C1F;text-transform:uppercase;}'
      ],
    wmode: 'transparent'
    });

    sIFR.replace(headline3, {
      selector: 'h3'
      ,css: [
        '.sIFR-root {color:#333333;}',
        '.sIFR-root a{font-size:18pt;color:#333333;text-decoration:none;}',
        '.sIFR-root a:hover{font-size:18pt;color:#AD1C1F;}',
        '.sIFR-root a:active{font-size:18pt;color:#AD1C1F;'
      ],
    wmode: 'transparent'
    });

    sIFR.replace(headline4, {
      selector: 'h4'
      ,css: [
        '.sIFR-root {color:#AD1C1F;}',
        '.sIFR-root a{font-size:18pt;color:#AD1C1F;text-decoration:none;}',
        '.sIFR-root a:hover{font-size:18pt;color:#333333;}',
        '.sIFR-root a:active{font-size:18pt;color:#333333;}'
      ],
    wmode: 'transparent'
    });

    sIFR.replace(headline5, {
      selector: 'h5'
      ,css: [
        '.sIFR-root {color:#333333;}',
        '.sIFR-root a{font-size:15pt;color:#333333;text-decoration:none;}',
        '.sIFR-root a:hover{font-size:15pt;color:#333333;text-decoration:underline;}',
        '.sIFR-root a:active{font-size:15pt;color:#333333;text-decoration:underline;}'
      ],
    wmode: 'transparent'
    });

    sIFR.replace(headline6, {
      selector: 'h6'
      ,css: [
        '.sIFR-root {color:#AD1C1F;}',
        '.sIFR-root a{font-size:15pt;color:#AD1C1F;text-decoration:underline;}',
        '.sIFR-root a:hover{font-size:15pt;color:#333333;text-decoration:underline;}',
        '.sIFR-root a:active{font-size:15pt;color:#333333;text-decoration:underline;}'
      ],
    wmode: 'transparent'
    });
*/
