/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/
var museo500 = { src: '/templates/sifr3/museo500.swf' };
var museo700 = { src: '/templates/sifr3/museo700.swf' };
sIFR.activate(museo700,museo500);
sIFR.replace(museo700, { selector: '.standard h1', wmode: 'transparent', css: '.sIFR-root { color: #ADDF00; text-transform: uppercase; display: block; }' });
sIFR.replace(museo700, { selector: '.matrix h1', wmode: 'transparent', forceSingleLine:true, css: '.sIFR-root { color: #ADDF00; text-transform: uppercase; display: block; }' });
sIFR.replace(museo500, { selector: '.standard h2', wmode: 'transparent', 
			 	css: [ '.sIFR-root { color: #ADDF00; text-transform: uppercase; leading: -5; }','a { text-decoration: none; }' ,'a:link { color: #ADDF00; }','a:visited { color: #ADDF00; }','a:active { color: #ADDF00; }','a:hover { color: #ADDF00; }' ]
});
sIFR.replace(museo500, { selector: '.matrix h2', wmode: 'transparent', forceSingleLine:true, css: '.sIFR-root { color: #ADDF00; text-transform: uppercase; leading: -5; }' });
sIFR.replace(museo700, { 
			 selector: '.navrepl', 
			 wmode: 'transparent', 
			 css: [ '.sIFR-root { color: #BFBEBE; }','a { text-decoration: none; color: #BFBEBE; }' ,'a:link { color: #BFBEBE; }','a:visited { color: #BFBEBE; }','a:active { color: #BFBEBE; }','a:hover { color: #ADDF00; }' ] 
			 });
sIFR.replace(museo700, { 
			 selector: '.navreplact', 
			 wmode: 'transparent', 
			 css: [ '.sIFR-root { color: #ADDF00; }','a { text-decoration: none; color: #ADDF00; }' ,'a:link { color: #ADDF00; }','a:visited { color: #ADDF00; }','a:active { color: #ADDF00; }','a:hover { color: #ADDF00; }' ] 
			 });

sIFR.replace(museo500, { 
			 selector: '.langrepl', 
			 wmode: 'transparent',
			 css: [ '.sIFR-root { color: #BFBEBE; display: inline; }','a { text-decoration: none; color: #BFBEBE; }' ,'a:link { color: #BFBEBE; }','a:visited { color: #BFBEBE; }','a:active { color: #BFBEBE; }','a:hover { color: #ADDF00; }' ] 
			 });
sIFR.replace(museo500, { 
			 selector: '.langreplact', 
			 wmode: 'transparent', 
			 css: [ '.sIFR-root { color: #ADDF00; display: inline; }','a { text-decoration: none; color: #ADDF00; }' ,'a:link { color: #ADDF00; }','a:visited { color: #ADDF00; }','a:active { color: #ADDF00; }','a:hover { color: #ADDF00; }' ] 
			 });
