var aaux_regular = {
  src: 'swf/aaux_regular.swf'
};

sIFR.activate(aaux_regular);

sIFR.replace(aaux_regular, {
	selector: 'h1',
	wmode: 'transparent',
	css: [
        '.sIFR-root { color:#ffffff; letter-spacing:0.1; font-size: 12px;}',
		'.h_nav_item_separator { position:relative; float:right; color:#81bc3d; letter-spacing:9; width: 30px; height:10px;}',
        'a {color: #ffffff; text-decoration: none;}',
        'a:hover {color: #e0ff00;}'
    ],
	forceSingleLine: true
});

var aaux_black = {
  src: 'swf/aaux_black.swf'
};

sIFR.activate(aaux_black);

sIFR.replace(aaux_black, {
	selector: 'h2',
	wmode: 'transparent',
	tuneHeight: '-4',
	css: [
        '.sIFR-root { color:#6d785e; background-color: #cdcfc4; leading: 0; letter-spacing:-0.3; font-size: 20px; }',
        'a {color: #6d785e; text-decoration: none;}',
        'a:hover {color: #e0ff00;}'
    ],
	forceSingleLine: true
});

