var helnew = {
  src: 'helnew.swf'
};
//sIFR.prefetch(helnew);
sIFR.activate();
sIFR.replace(helnew, {
	selector: 'h3'
	,css: {
      '.sIFR-root': { 'background-color': '#ffffff'
	  					,'color': '#014a8a'
						,'font-size': '24'}
    }
	,wmode: 'transparent'
});

sIFR.replace(helnew, {
	selector: 'h2.upper'
	,css: {
    	'.sIFR-root': { 'color': '#014a8a'
						,'font-size': '30'}
		,'em': { 'font-style': 'normal', 'color': '#ff9900'} }
	,wmode: 'transparent'
});
sIFR.replace(helnew, {
	selector: 'h2.under'
	,css: {
    	'.sIFR-root': { 'color': '#6aa1c4'
						,'font-size': '21'} }
	,wmode: 'transparent'
});

sIFR.replace(helnew, {
	selector: '#menu li'
    ,css: {
		'.sIFR-root': { 'color': '#014a8a'
						,'font-size': '15'}
      ,'a': { 'text-decoration': 'none'}
      ,'a:link': { 'color': '#ffffff' }
      ,'a:hover': { 'color': '#CCCCCC' }}
	,wmode: 'transparent'
});
sIFR.replace(helnew, {
	selector: '.closed'
    ,css: {
		'.sIFR-root': { 'color': '#006699'
						,'font-size': '15'}
      ,'a': { 'color': '#006699', 'text-decoration':'none'}
      ,'a:link': { 'color': '#006699' }
      ,'a:hover': { 'color': '#000000' }}
	,wmode: 'transparent'
});
sIFR.replace(helnew, {
	selector: '.open #open'
    ,css: {
		'.sIFR-root': { 'color': '#06386a'
						,'font-size': '15'}
      ,'a': { 'color': '#06386a', 'text-decoration':'none'}
      ,'a:link': { 'color': '#06386a' }
      ,'a:hover': { 'color': '#000000' }}
	,wmode: 'transparent'
});