var pageheaders = {
  src: '/images/pageheaders.swf'
};
var menuheaders = {
	src: '/images/menuheaders.swf'
}

sIFR.prefetch(pageheaders);
sIFR.activate(pageheaders); // From revision 209 and onwards
sIFR.prefetch(menuheaders);
sIFR.activate(menuheaders); // From revision 209 and onwards

sIFR.replace(pageheaders, {
  selector: 'h1'
  ,css: [
      '.sIFR-root {color:#FFFFFF;background:transparent;font-size:15px;font-weight:normal; vertical-align:middle; margin:0px; padding:0px; height:31px;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});

sIFR.replace(pageheaders, {
  selector: '.Morpheus-PageTitle'
  ,css: [
      '.sIFR-root {color:#FFFFFF;background:transparent;font-size:15px;font-weight:bold; height:31px;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});

