if(language != 4) {
	
var mercurysc = {
  src: '/equinix/scripts/mercurysc.swf'
};

var mercury = {
  src: '/equinix/scripts/mercury.swf'
};

var gotham = {
  src: '/equinix/scripts/gotham.swf'
};

//var intel = {
//  src: '/equinix/scripts/intel.swf'
//};

var gothamxl = {
  src: '/equinix/scripts/gothamxl.swf'
};

//var kozaku = {
//  src: '/equinix/scripts/kozaku.swf'
//};

sIFR.activate(mercurysc);
sIFR.activate(mercury);
sIFR.activate(gotham);
//sIFR.activate(intel);
sIFR.activate(gothamxl);
//sIFR.activate(kozaku);

sIFR.replace(mercurysc, {
  selector: '#googlenav li span',
  css: [
    '.sIFR-root { background-color: #000000; font-size: 16px;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #a7a9ac; letter-spacing: .75; }'
    ,'.active_item { color: #FF0000; letter-spacing: .75; }'
    ,'a:hover { color: #FF0000; }'
  ],
  selectable: false,
  //forceSingleLine: true,
  onRollOver: menuDisplay
});

sIFR.replace(mercury, {
	selector: '#leftcontent h1',
	css: [
		'.sIFR-root {font-size: 28px; color: #FF0000; background-color: #FFFFFF;}'
	],
	//forceSingleLine: true,
	wmode: "transparent"
});


sIFR.replace(gotham, {
	selector: '#home_side h2',
	css: [
      '.sIFR-root { background-color: #333333; font-size: 18px; color: #FFFFFF;  letter-spacing: .60;}'
    ],
	selectable: true,
	//forceSingleLine: true,
	wmode: "transparent",
	offsetTop: 3,
	ratios: [6, 1.24, 11, 1.13, 12, 1.12, 21, 1.07, 29, 1.04, 30, 1.05, 49, 1.03, 53, 1.02, 54, 1.03, 74, 1.02, 77, 1.01, 78, 1.02, 83, 1.01, 84, 1.02, 89, 1.01, 90, 1.02, 95, 1.01, 96, 1.02, 1.01]
});

sIFR.replace(gotham, {
	selector: '#home_content h2',
	css: [
      '.sIFR-root { background-color: #FFFFFF; font-size: 17px; color: #215ca1;  letter-spacing: .60;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #a7a9ac; letter-spacing: .75; }'
      ,'a:hover { color: #FF0000; }'
    ],
	selectable: true,
	forceSingleLine: false,
	wmode: "transparent",
	offsetTop: 3
});

sIFR.replace(gotham, {
	selector: 'h2',
	css: [
      '.sIFR-root { background-color: #FFFFFF; font-size: 18px; color: #215ca1;  letter-spacing: .60;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #a7a9ac; letter-spacing: .75; }'
      ,'a:hover { color: #FF0000; }'
    ],
	selectable: true,
	//forceSingleLine: true,
	wmode: "transparent",
	offsetTop: 3
});

sIFR.replace(gothamxl, {
	selector: '#portal h1',
	css: [
		'.sIFR-root {font-size: 22px; color: #FF0000; background-color: #000000;}'
	],
	forceSingleLine: false,
	wmode: "transparent"
});

sIFR.replace(gothamxl, {
	selector: 'h1',
	css: [
		'.sIFR-root {font-size: 30px; color: #FF0000; background-color: #000000; letter-spacing: -1;}'
	],
	forceSingleLine: false,
	wmode: "transparent"
});

sIFR.replace(mercury, {
  selector: '.home_sitemap_section h4',
  css: [
    '.sIFR-root { background-color: #FFFFFF; font-size: 14px;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #8a8c8e; }'
    ,'a:hover { color: #8a8c8e; text-decoration: underline; }'
  ],
  selectable: false,
  forceSingleLine: true
});

}