var Trade = {
	src: Workspace.RootUrl + "/swf/mshimalaya.swf"
};

sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo

sIFR.useDomContentLoaded = false;
sIFR.activate(Trade);


sIFR.replace(Trade, {
	selector: '#page_content H3'
	,css: [
	'.sIFR-root { background-color: none; font-size: 26px; font-weight: bold; color: #660000;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #1b5b93; }'
	,'a:hover { color: #1765a5; }'
	]
	,offsetTop: 0
	,tuneHeight: -7
	,wmode: 'transparent'
	});

sIFR.replace(Trade, {
	selector: '#leftbox H2, #rightbox H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 18px; text-transform: uppercase; font-weight: bold; color: #ffffff;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #1b5b93; }'
	,'a:hover { color: #1765a5; }'
	]
	,offsetTop: 1
	,tuneHeight: -7
	,wmode: 'transparent'
	});


sIFR.replace(Trade, {
	selector: 'H1'
	,css: [
	'.sIFR-root { background-color: none; font-size: 36px; font-weight: bold; color: #1b1a18;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #1b5b93; }'
	,'a:hover { color: #1765a5; }'
	]
	,offsetTop: 0
	,tuneHeight: -5
	,wmode: 'transparent'
	});


sIFR.replace(Trade, {
	selector: 'H2'
	,css: [
	'.sIFR-root { background-color: none; font-size: 36px; font-weight: bold; color: #1b1a18;}'
	,'a { text-decoration: none; }'
	,'a:link { color: #1b5b93; }'
	,'a:hover { color: #1765a5; }'
	]
	,offsetTop: 5
	,tuneHeight: 0
	,wmode: 'transparent'
	});

