﻿// JScript File

function moveover1()
{document.getElementById('image1').src="images/home_images/Yugioh_button2.jpg"}
function moveback1()
{document.getElementById('image1').src="images/home_images/Yugioh_button.jpg"}

function moveover2()
{document.getElementById('image2').src="images/home_images/VS_button2.jpg"}
function moveback2()
{document.getElementById('image2').src="images/home_images/VS_button.jpg"}

function moveover3()
{document.getElementById('image3').src="images/home_images/avatar_button2.jpg"}
function moveback3()
{document.getElementById('image3').src="images/home_images/avatar_button.jpg"}

function moveover4()
{document.getElementById('image4').src="images/home_images/wow_button2.jpg"}
function moveback4()
{document.getElementById('image4').src="images/home_images/wow_button.jpg"}
