var museo3 = { src: '/site/DefaultSite/skins/stpauls/scripts/museo300.swf' };
var museo5 = { src: '/site/DefaultSite/skins/stpauls/scripts/museo500.swf' };
var museo7 = { src: '/site/DefaultSite/skins/stpauls/scripts/museo700.swf' };

sIFR.activate(museo3,museo5,museo7);

// sIFR.replace(museo7, {
//   wmode: 'transparent',
//   selector: '#nav li',
//   css: ['.sIFR-root  { color:#A6A6A6; font-size:22px; cursor:pointer; }',
//       'a { color:#A6A6A6; font-size:21px; cursor:pointer;  text-decoration:none; text-indent:25px; }',
//       'a:hover { color:#646464; }',
// 	  '.curr { color:#646464; }'
// 	  ]
// });

sIFR.replace(museo3, {
  selector: '#page_intro #contentLg h2,#page_intro .sidebarSm h2',
  wmode:'transparent',
  css: ['.sIFR-root { font-size:28px; color:#A6A6A6; line-height:28px; }',
	    '.txt_1{ color:#FC3838; }',
	    '.txt_2{ color:#A6A6A6; }',
		'.txt_3{ color:#D2D2D2; }'
	]
});
sIFR.replace(museo3, {
  selector: '#page_connect #contentLg h2,#page_connect .sidebarSm h2',
  wmode:'transparent',
  css: ['.sIFR-root { font-size:28px; color:#A6A6A6; line-height:28px; }',
	    '.txt_1{ color:#FFA000; }',
	    '.txt_2{ color:#A6A6A6; }',
		'.txt_3{ color:#D2D2D2; }'
	]
});
sIFR.replace(museo3, {
  selector: '#page_grow #contentLg h2,#page_grow .sidebarSm h2',
  wmode:'transparent',
  css: ['.sIFR-root { font-size:28px; color:#A6A6A6; line-height:28px; }',
	    '.txt_1{ color:#00c9e6; }',
	    '.txt_2{ color:#A6A6A6; }',
		'.txt_3{ color:#D2D2D2; }'
	]
});

sIFR.replace(museo3, {
  selector: '#page_intro #contentSm h2,#page_intro .sidebarLg h2',
  wmode:'transparent',
  css: ['.sIFR-root { font-size:28px; color:#A6A6A6; line-height:28px; }',
	    '.txt_1{ color:#FC3838; }',
	    '.txt_2{ color:#A6A6A6; }',
		'.txt_3{ color:#D2D2D2; }'
	]
});
sIFR.replace(museo3, {
  selector: '#page_connect #contentSm h2,#page_connect .sidebarLg h2',
  wmode:'transparent',
  css: ['.sIFR-root { font-size:28px; color:#A6A6A6; line-height:28px; }',
	    '.txt_1{ color:#FFA000; }',
	    '.txt_2{ color:#A6A6A6; }',
		'.txt_3{ color:#D2D2D2; }'
	]
});
sIFR.replace(museo3, {
  selector: '#page_grow #contentSm h2,#page_grow .sidebarLg h2',
  wmode:'transparent',
  css: ['.sIFR-root { font-size:28px; color:#A6A6A6; line-height:28px; }',
	    '.txt_1{ color:#00c9e6; }',
	    '.txt_2{ color:#A6A6A6; }',
		'.txt_3{ color:#D2D2D2; }'
	]
});
sIFR.replace(museo3, {
  selector: '#page_intro #contentPic h2,#page_intro .sidebarSm h2',
  wmode:'transparent',
  css: ['.sIFR-root { font-size:28px; color:#A6A6A6; line-height:28px; }',
	    '.txt_1{ color:#FC3838; }',
	    '.txt_2{ color:#A6A6A6; }',
		'.txt_3{ color:#D2D2D2; }'
	]
});

sIFR.replace(museo7, {
  selector: '#footer_data h4',
  wmode:'transparent',
  css: '.sIFR-root { font-size:19px; color:#FFFFFF; }'
});

sIFR.replace(museo7, {
  selector: '#news h3',
  wmode:'transparent',
  css: '.sIFR-root { font-size:19px; color:#FC3838; }'
});