<!--************Script for image fade ***********************-->

		<!--
		function mOver(mName) {}
		function mOut(mName) {}
		function hideAll() {}
		var xrel=250;
		var ns=(document.layers)?true:false;
		var ie=(document.all)?true:false;
		brel="";
		function NewWindow(url_string)
		{
		     window.open(url_string, "extern", "toolbar=yes,status=yes,location=yes,menubar=yes,resizable=yes,scrollbars=yes,width=600,height=400");
		}
		var isFade=0;
		var image1=new Image();
		image1.src="images/homepage/home_bckground2.jpg";
		var image2=new Image();
		image2.src="images/homepage/home_bckground2.jpg";
		var image3=new Image();
		image3.src="images/homepage/home_bckground2.jpg";
		var image4=new Image();
		image4.src="images/homepage/home_bckground2.jpg";
		var max_images=4
		var speed=2
		var step=1
		var whichimage=1
		function fadeelement(){
		if (!document.images)
		return
		if (document.all && isFade==0)
		fadeto.filters.blendTrans.apply()
		document.images.fadeto.src=eval("image"+step+".src")
		if (document.all && isFade==0)
		fadeto.filters.blendTrans.play()
		whichimage=step
		if (step<max_images)
		step++
		else
		step=1
		if (document.all)
		setTimeout("fadeelement()",speed*5000+3000)
		else
		setTimeout("fadeelement()",speed*3000)
		}
		function seturl(){
		if (whichimage==1)
		window.location="#"
		else if (whichimage==2)
		window.location="#"
		else if (whichimage==3)
		window.location="#"
		else if (whichimage==4)
		window.location="#"
		}
		
// -->