<!-- homepage js -->
var i=500
	function move()
	{
		if(i>=140)
		{
			welcome.style.left=i
			i-=5
			setTimeout('move()',10)
		}
	
	}
<!-------------------------------------------------------------------------------------------->
	var j=0
	function move1()
	{
		if(j<=95)
		{
			to.style.left=j
			j+=5
			setTimeout('move1()',50)
		}
	
	}
<!-------------------------------------------------------------------------------------------->
	var x=0
	function move2()
	{
		if(x<=95)
		{
			to.style.top=x
			x+=5
			setTimeout('move2()',50)
		}
	
	}
	<!-------------------------------------------------------------------------------------------->
	var y=0
	function move3()
	{
		if(y<=150)
		{
			site.style.top=y
			y+=5
			setTimeout('move3()',50)
		}
	
	}

<!------------------------------------------------------------------------------------------------>
function update(conts)
	{
	top.document.location=conts
	}
<!------------------------------------------------------------------------------------------------>
//This function open new window for each country`s referent data
function newwin()
	{
		son=window.open("page.html","","resizable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no,width=485,height=280,top=130,left=25")
	}
<!------------------------------------------------------------------------------------------------>
//This function inserts into new window different data(each country)
	function updating(conts)
	{
	son.document.location=conts
	}	
<!------------------------------------------------------------------------------------------------>
//This function  downloades all pages from flags
function update1(conts)
	{
	parent.main.document.location=conts
	}
	