window.addEvent('domready',function(){
	// new sIFR('#cont4 h3','css/sifr.swf',{fontSize:18});
	new sIFR('#cont4 h2','css/sifr.swf',{fontSize:20});
	new sIFR('#cont4 h1','css/sifr.swf',{fontSize:24});
	new sIFR('#nav2 h1','css/sifr.swf',{fontSize:24});
	if(Browser.Engine.trident4){
		if($$('#listdocs li').getElements('img')){
		
		$$('#listdocs li').addEvents({
				'mouseenter':function(){
					this.addClass('hover');
				},
				'mouseleave':function(){
					this.removeClass('hover');
				}	
				})
			};
		}
});
