var rooturl = "http://www.amberproduction.com/";
// H1
var vag = {
src: rooturl+'flash/vag.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(vag);

sIFR.replace(vag, {
selector: 'h1', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent; color: #000000; text-decoration: none; font-size:28px; text-transform: uppercase; }',
'a { color:#000000; text-decoration:none; cursor:default;}'
]
});



// H2
var vag2 = {
src: rooturl+'flash/vag.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(vag2);

sIFR.replace(vag2, {
selector: 'h2', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent !important; color: #ffffff; text-decoration: none; padding:0; margin:0; font-size:20px; text-transform: uppercase;}',
 	'.sIFR-root a { background: transparent !important; color: #669933; text-decoration: none; }',
  '.sIFR-root a:hover { background: transparent !important; color: #bbbcbb; text-decoration: none; }'
]
});

// H3
var vag3 = {
src: rooturl+'flash/vag.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(vag3);

sIFR.replace(vag3, {
selector: 'h3', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent !important; color: #000000; text-decoration: none; padding:0; margin:0; font-size:20px; text-transform: uppercase;}',
 	'.sIFR-root a { background: transparent !important; color: #669933; text-decoration: none; }',
  '.sIFR-root a:hover { background: transparent !important; color: #bbbcbb; text-decoration: none; }'
]
});

// H2 video
var vag4 = {
src: rooturl+'flash/vag.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(vag4);

sIFR.replace(vag4, {
selector: 'h2', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent url(http://extra.activeark.com/dev/ambermusic/img/plus.jpg) no-repeat 0 0; color: #ffffff; text-decoration: none; padding:0; margin:0; font-size:20px;}',
 	'.sIFR-root a { background: transparent !important; color: #669933; text-decoration: none; }',
  '.sIFR-root a:hover { background: transparent !important; color: #bbbcbb; text-decoration: none; }'
]
});




