//JScript Source File	

			
//	var root="../images/ecza/"
//		images=new Array();
//		images[0]=root + "afis1.gif";
//		images[1]=root + "afis3.gif";
//		images[2]=root + "afis4.gif";
//		images[3]=root + "afis5.gif";
//		
//				
//		i=0;
//		function changeImage()
//		{
//			
//			//document.images.ContentImage.filters[0].Apply();
//			
//			document.images.ContentImage.src=images[Math.round((Math.random()*3))];
//			
//			//document.images.ContentImage.filters[0].Play();
//			i++;
//			if (i>=images.length)i=0;
//			setTimeOut(10000);
//			
//		}
//		function MM_swapImgRestore() { //v3.0
//			  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
//			}
//					
//		function MM_swapImage() { //v3.0
//			  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
//			   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
//		}		
		function setTimeOut(time)
		{
			setTimeout("changeImage()",time)
		}
		
		function fnToggle() 
		{           
			//ContentImage.filters[0].Play();
		}
		
		function OpenWindow(source)
		{
			window.open(source,null,"height=200,width=400,status=yes,toolbar=no,menubar=no,location=no");
		}
		
		function changeDisplay(obj)
		{
				var objStyle=document.getElementById(obj).style;
				if (objStyle.display=="block")
					objStyle.display="none";
				else
				objStyle.display="block";
		}
		
		theObjects = document.getElementsByTagName("object"); 
		for (var i = 0; i < theObjects.length; i++) { 
		theObjects[i].outerHTML = theObjects[i].outerHTML; 
		}
		
		function CoverAnimation(bottom,top, ignoreSize) {  		
            var location = Sys.UI.DomElement.getLocation($get(bottom));            
            top.style.position = 'absolute';
            top.style.top = location.y + 'px';
            top.style.left = location.x + 'px';
            if (!ignoreSize) {
                top.style.height = $get(bottom).offsetHeight + 'px';
                top.style.width = $get(bottom).offsetWidth + 'px';
            }
            
        }
        function CoverAnimation3(bottom,top, ignoreSize) {  		
            var location = Sys.UI.DomElement.getLocation($get(bottom));            
            top.style.position = 'absolute';
            top.style.top = location.y+8 + 'px';
            top.style.left = location.x-75 + 'px';
            if (!ignoreSize) {
                top.style.height = $get(bottom).offsetHeight + 'px';
                top.style.width = $get(bottom).offsetWidth + 'px';
            }
            
        }
        
        function CoverAnimation2(bottom,top, ignoreSize) {  
            var location = Sys.UI.DomElement.getLocation($get(bottom));            
            top.style.position = 'absolute';
            top.style.top = location.y + 'px';
            top.style.left = location.x -40+ 'px';
            if (!ignoreSize) {
                top.style.height = $get(bottom).offsetHeight + 'px';
                top.style.width = $get(bottom).offsetWidth + 'px';
            }
            
        }