// JavaScript Document
var apex_new = {
	src: '/inc/apex_new_book.swf'
};

sIFR.activate(apex_new);

sIFR.replace(apex_new, {
	selector: 'h1'
	, css: [
          '.sIFR-root { color: #386496;}'
          , '.strong { color: #ff00ff;}'
                 // , 'STRONG { color: #ff00ff;}'
          , 'a { text-decoration: none; }'
          , 'a:link { color: #386496; }'
          , 'a:hover { color: #2e2e2e; }'
        ]
	, wmode: 'transparent'
	, thickness: 50
  , sharpness: 10
})

sIFR.replace(apex_new, {
	selector: 'h2'
	, css: [
          '.sIFR-root { color: #334a69;}'
          , '.white { color: #fff;}'
                 // , 'STRONG { color: #ff00ff;}'
          , 'a { text-decoration: none; }'
          , 'a:link { color: #2e2e2e; }'
          , 'a:hover { color: #2e2e2e; }'
        ]
	, wmode: 'transparent'
	, thickness: 50
  , sharpness: 10

})


sIFR.replace(apex_new, {
	selector: 'h3'
	, css: [
          '.sIFR-root { color: #386496;}'
          , '.strong { color: #ff00ff;}'
                 // , 'STRONG { color: #ff00ff;}'
          , 'a { text-decoration: none; color: #386496 }'
          , 'a:link { color: #386496; }'
					, 'a:visited { color: #386496; }'
          , 'a:hover { color: #ccc; }'
					, 'a:active { color: #ccc; }'
        ]
	, wmode: 'transparent'
	, thickness: 50
  , sharpness: 10
})

sIFR.replace(apex_new, {
	selector: 'h4.switch'
	, css: [
          '.sIFR-root { color: #999;}'
          , '.strong { color: #ff00ff;}'
                 // , 'STRONG { color: #ff00ff;}'
          , 'a { text-decoration: none; color: #999 }'
          , 'a:link { color: #999; }'
					, 'a:visited { color: #999; }'
          , 'a:hover { color: #999; }'
					, 'a:active { color: #999; }'
        ]
	, wmode: 'transparent'
	, thickness: 50
  , sharpness: 10
})
