	var sansation = { src: 'http://www.ics.trieste.it/flash/sans.swf' };
	sIFR.useStyleCheck = true;
	sIFR.activate(sansation); 

	 sIFR.replace(sansation, {
      selector: '.box.first h1'
      ,css: [
        '.sIFR-root {  color: #4785AC; font-size: 22px; font-weight: bold; cursor: pointer; display: inline;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #4785AC; }'
        ,'a:hover { color: #4785AC; text-decoration: underline; }'
		
      ]
	  ,wmode: 'transparent'
	  ,tuneHeight: '-5'
    });
    sIFR.replace(sansation, {
      selector: '#contactUsBox h2 a'
      ,css: [
        '.sIFR-root {  color: #00265c; font-size: 16px; font-weight: bold; cursor: pointer;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
		
      ]
	  ,wmode: 'transparent'
    }); 
		  
 	if ($.browser.msie && $.browser.version < 8) {
       sIFR.replace(sansation, {
      selector: 'ul#leftMenu li#liID1 div.tit, ul#leftMenu li#liID2 div.tit, ul#leftMenu li#liID3 div.tit, ul#leftMenu li#liID4 div.tit, ul#leftMenu li#liID5 div.tit'
      ,css: [
        '.sIFR-root {color: #ffffff; cursor: pointer; font-weight: bold; font-size: 16px; }'
        ,'a { text-decoration: none; color: #ffffff; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff;}'
      ]
	  ,wmode: 'transparent'
	  ,tuneHeight: '0'
	  ,offsetTop: '3'
	  ,offsetLeft: '10'
	  ,onRelease: function(fi) { maindiv = fi.getAncestor().parentNode;  
	  							explainMenu(maindiv.id);
								}
    });  	   
      sIFR.replace(sansation, {
      selector: 'ul#leftMenu.core li#liID1, ul#leftMenu.core li#liID2, ul#leftMenu.core li#liID3, ul#leftMenu.core li#liID5, ul#leftMenu.core li#liID4'
      ,css: [
        '.sIFR-root {color: #ffffff; cursor: pointer; font-weight: bold; font-size: 16px; }'
        ,'a { text-decoration: none; color: #ffffff; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff;}'
      ]
	  ,wmode: 'transparent'
	  ,tuneHeight: '0'
	  ,offsetTop: '3'
	  ,offsetLeft: '10'
	  ,onRelease: function(fi) { maindiv = fi.getAncestor().parentNode;  
	  							explainMenu(maindiv.id);
								}
    }); 	   
    } else{
       sIFR.replace(sansation, {
      selector: 'ul#leftMenu li#liID1 div.tit, ul#leftMenu li#liID2 div.tit, ul#leftMenu li#liID3 div.tit, ul#leftMenu li#liID4 div.tit, ul#leftMenu li#liID5 div.tit'
      ,css: [
        '.sIFR-root {color: #ffffff; cursor: pointer; font-weight: bold; font-size: 16px; }'
        ,'a { text-decoration: none; color: #ffffff; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff;}'
      ]
	  ,wmode: 'transparent'
	  ,tuneHeight: '-3'
	  ,offsetTop: '3'
	  ,offsetLeft: '10'
	  ,onRelease: function(fi) { maindiv = fi.getAncestor().parentNode;  
	  							explainMenu(maindiv.id);
								}
    }); 
      sIFR.replace(sansation, {
      selector: 'ul#leftMenu.core li#liID1, ul#leftMenu.core li#liID2, ul#leftMenu.core li#liID3, ul#leftMenu.core li#liID5, ul#leftMenu.core li#liID4'
      ,css: [
        '.sIFR-root {color: #ffffff; cursor: pointer; font-weight: bold; font-size: 16px; }'
        ,'a { text-decoration: none; color: #ffffff; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff;}'
      ]
	  ,wmode: 'transparent'
	  ,tuneHeight: '-3'
	  ,offsetTop: '3'
	  ,offsetLeft: '10'
	  ,onRelease: function(fi) { maindiv = fi.getAncestor().parentNode;  
	  							explainMenu(maindiv.id);
								}
    }); 	   
	}

	  
	  

	  sIFR.replace(sansation, {
		  selector: '#coreMenu li'
		  ,css: [
			'.sIFR-root { color: #ffffff;  cursor: pointer; text-align: center;  font-size: 15px }'
			,'a { text-decoration: none; }'
			,'a:link { color: #ffffff; }'
			,'a:hover { color: #ffffff;}'
		  ]
		 ,wmode: 'transparent'
		 ,offsetTop: 13
		 ,offsetBottom: 13
		 ,tuneHeight: 13
		 /*,onReplacement: function(ff)  { ff.getAncestor().style.marginTop = '-0.46em' } */
		 ,onRollOver: function(ff) { 
				var parentID = ff.getAncestor().id.substring(0,4);
				if (parentID = 'Biof'){''}
				if (parentID = 'Nano'){''}
				if (parentID = 'Drug'){''}
				if (parentID = 'Geot'){''}
				if (ff.getAncestor().id.substring(5,8) != 'act'){ff.getAncestor().style.marginTop = '0'; }} 
		 ,onRollOut: function(ff)  { 
				if (ff.getAncestor().id.substring(5,8) != 'act'){ff.getAncestor().style.marginTop = '-0.46em'} } 
    });

