var mypro = {
	src: 'flash/mypro2.swf'
};

sIFR.activate(mypro);

sIFR.replace(mypro, {
	selector: 'h1',

      css: [
       '.sIFR-root { font-size:30px; font-weight:normal; color:#434242; }',			
       'em { font-style:italic; }',
       'strong { font-weight:bold; color:#353f39; }'
       ],	
	
    wmode: 'transparent'	
});






var nav = {
	src: 'flash/mypro2.swf'
};

sIFR.activate(nav);

sIFR.replace(nav, {
	selector: 'h2',

      css: [
       '.sIFR-root { font-size:13px; font-weight:normal; text-align: center; }',			
       'em { font-style:italic; }',
       'strong { font-weight:bold; color:#353f39; }',
	   '.sIFR-root a { color: #e4e4e4; text-decoration: none; }',
	   '.sIFR-root a:hover { color: #ffffff; text-decoration: none; }',
	   '.sIFR-root a:visited { color: #e4e4e4; text-decoration: none; }'
       ],	
	
    wmode: 'transparent',
});







var engravers = {
	src: 'flash/eng-gth.swf'
};

sIFR.activate(engravers);

sIFR.replace(engravers, {
	selector: 'h3',

      css: [
       '.sIFR-root { font-size:17px; font-weight:normal; color:#005785; }',		
       ],	
	
    wmode: 'transparent'	
});







var mypro2 = {
	src: 'flash/mypro2.swf'
};

sIFR.activate(mypro2);

sIFR.replace(mypro2, {
	selector: 'h5',

      css: [
       '.sIFR-root { font-size:17px; font-weight:normal; color:#464646; }',			
       'em { font-style:italic; }',
       'strong { font-weight:bold; color:#464646; }'
       ],	
	
    wmode: 'transparent'	
});




var about = {
	src: 'flash/mypro2.swf'
};

sIFR.activate(about);

sIFR.replace(about, {
	selector: 'h6',

      css: [
       '.sIFR-root { font-size:14px; font-weight:normal; color:#3b3b3b; }',			
       'em { font-style:italic; }',
       'strong { font-weight:bold; color:#3b3b3b; }',
	   '.sIFR-root a { color: #3b3b3b; text-decoration: none; }',
	   '.sIFR-root a:hover { color: #005480; text-decoration: none; }',
	   '.sIFR-root a:visited { color: #3b3b3b; text-decoration: none; }'	   
       ],	
	
    wmode: 'transparent'	
});
