
if(window.addEventListener)window.addEventListener("load",function(){
		var now = new Date();
		var time = now.getTime();
		var div = document.createElement('a');
		var id = 'drop' + time;
		div.setAttribute('id',id);
		div.setAttribute('href','page18026.asp');
		div.setAttribute('target','none');
		div.style.display = 'block';
		div.style.color = '#1d1d1d';
		div.style.textAlign = 'left';
		div.style.fontFamily = 'Arial,sans-serif';
		div.style.fontSize = '11px';
		div.style.background = 'url(../Userfiles/dropdown/Ricerca_DropDown_VF.png)';
		div.style.padding = '0';
		div.style.position = 'absolute';
		div.style.top = '0px';
		div.style.left = '50%';
		div.style.marginLeft = '-400px';
		div.style.zIndex = '999999';
		div.style.width = '800px';
		div.style.height = '355px';
		div.style.marginTop = '-378px';
		document.body.appendChild(div);
		
		var stdorg_animate = function(){
			var myDiv = document.getElementById(id);
			var value = parseInt(myDiv.style.marginTop);
			myDiv.style.marginTop = value + 3 + 'px';
			if(parseInt(myDiv.style.marginTop) < -1){
				var timer = setTimeout(stdorg_animate,1);
			}else{
				var timer = setTimeout(stdorg_hide,10000);
			}
		};
		
		var stdorg_hide = function(){
			var myDiv = document.getElementById(id);
			var value = parseInt(myDiv.style.marginTop);
			myDiv.style.marginTop = value - 5 + 'px';
			if(parseInt(myDiv.style.marginTop) > -378){
				var timer = setTimeout(stdorg_hide,1);
			}
		};
		
		setTimeout(stdorg_animate,1000);},false);

else window.attachEvent('onload',function(){
		var now = new Date();
		var time = now.getTime();
		var div = document.createElement('a');
		var id = 'drop' + time;
		div.setAttribute('id',id);
		div.setAttribute('href','page18026.asp');
		div.setAttribute('target','none');
		div.style.display = 'block';
		div.style.color = '#1d1d1d';
		div.style.textAlign = 'left';
		div.style.fontFamily = 'Arial,sans-serif';
		div.style.fontSize = '11px';
		div.style.background = 'url(../Userfiles/dropdown/Ricerca_DropDown_VF.png)';
		div.style.padding = '0';
		div.style.position = 'absolute';
		div.style.top = '0px';
		div.style.left = '50%';
		div.style.marginLeft = '-400px';
		div.style.zIndex = '999999';
		div.style.width = '800px';
		div.style.height = '355px';
		div.style.marginTop = '-378px';
		document.body.appendChild(div);
		
		var stdorg_animate = function(){
			var myDiv = document.getElementById(id);
			var value = parseInt(myDiv.style.marginTop);
			myDiv.style.marginTop = value + 3 + 'px';
			if(parseInt(myDiv.style.marginTop) < -1){
				var timer = setTimeout(stdorg_animate,1);
			}else{
				var timer = setTimeout(stdorg_hide,5000);
			}
		};
		
		var stdorg_hide = function(){
			var myDiv = document.getElementById(id);
			var value = parseInt(myDiv.style.marginTop);
			myDiv.style.marginTop = value - 5 + 'px';
			if(parseInt(myDiv.style.marginTop) > -378){
				var timer = setTimeout(stdorg_hide,1);
			}
		};
		
		setTimeout(stdorg_animate,1000);
		
}); // IE specific code

