    var myriad = {
      	src: '/_src/swf/myriad.swf'
      	,ratios: [8, 1.43, 11, 1.38, 13, 1.33, 17, 1.32, 21, 1.3, 22, 1.29, 30, 1.28, 35, 1.27, 51, 1.26, 77, 1.25, 78, 1.24, 80, 1.25, 82, 1.24, 84, 1.25, 86, 1.24, 87, 1.25, 1.24]
 		,css: [
        'a { text-decoration: none; }'
        ,'a:link,a:visited { color: #999999; }'
        ,'a:hover,a:active,a:focus { color: #000000; }'
      ]
    };

    sIFR.activate(myriad);
	/*
    sIFR.replace(myriad, {
      selector: 'div.nv'
	  ,transparent:false
	  ,offsetLeft:3, offsetTop:-4
      ,css: [
        '.sIFR-root { text-align:right; font-size:14px; background-color: #ffffff; }'
        ,'a { text-decoration: none; }'
        ,'a:link,a:visited { color: #999999; }'
        ,'a:hover,a:active,a:focus { color: #000000; }'
      ]
    });

    sIFR.replace(myriad, {
      selector: 'div.nv-a'
	  ,transparent:false
	  ,offsetLeft:3, offsetTop:-4
      ,css: [
        '.sIFR-root { text-align:right; font-size:14px; background-color: #ffffff; }'
        ,'a { text-decoration: none; }'
        ,'a:link,a:visited { color: #000000; }'
        ,'a:hover,a:active,a:focus { color: #000000; }'
      ]
    });
	
	sIFR.replace(myriad, {
      selector: 'div.nv2'
	  ,transparent:false
	  ,offsetLeft:3, offsetTop:-4
      ,css: [
        '.sIFR-root { text-align:center; font-size:14px; background-color: #ffffff; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #999999; }'
        ,'a:hover { color: #000000; }'
      ]
    });

	sIFR.replace(myriad, {
      selector: 'div.nv2-a'
	  ,transparent:false
	  ,offsetLeft:3, offsetTop:-4
      ,css: [
        '.sIFR-root { text-align:center; font-size:14px; background-color: #ffffff; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
      ]
    });
	*/

	sIFR.replace(myriad, {
      selector: 'div.nv3'
	  ,transparent:false
	  ,offsetLeft:0, offsetTop:-4
      ,css: [
        '.sIFR-root { font-size:14px; color:#000000; background-color: #ffffff; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #999999; }'
        ,'a:hover { color: #000000; }'
      ]
    });

	sIFR.replace(myriad, {
      selector: 'div.nv3pdf'
	  ,transparent:false
	  ,offsetLeft:0, offsetTop:-4
      ,css: [
        '.sIFR-root { font-size:14px; background-color: #ffffff; color:#000000; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; }'
      ]
    });

	sIFR.replace(myriad, {
      selector: 'h1.ttl'
	  ,transparent:false
	  ,offsetLeft:0, offsetTop:-4
	  ,css: [
        '.sIFR-root { font-size:14px; background-color: #ffffff; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #999999; }'
        ,'a:hover { color: #000000; }'
      ]
    });