function moveIn1(image)
{
window.document.arrowImg1.src=image;
}

function moveIn2(image)
{
window.document.arrowImg2.src=image;
}

function moveIn3(image)
{
window.document.arrowImg3.src=image;
}

function moveIn4(image)
{
window.document.arrowImg4.src=image;
}

function moveIn5(image)
{
window.document.arrowImg5.src=image;
}

function moveIn6(image)
{
window.document.arrowImg6.src=image;
}

function re()
{
	setTimeout(redir(),7000);
}

function redir()
{
	window.location = "apie.html";
}