function dataTV()
{
	document.getElementById("data_animated").src='includes/img/data_tv.gif';
}

function dataMusic()
{
	document.getElementById("data_animated").src='includes/img/data_music.gif';
}

function dataMovie()
{
	document.getElementById("data_animated").src='includes/img/data_movie.gif';
}

function dataCamcorder()
{
	document.getElementById("data_animated").src='includes/img/data_camcorder.gif';
}

function dataRadio()
{
	document.getElementById("data_animated").src='includes/img/data_radio.gif';
}

function dataTickets()
{
	document.getElementById("data_animated").src='includes/img/data_tickets.gif';
}

function dataDVD()
{
	document.getElementById("data_animated").src='includes/img/data_dvd.gif';
}

function dataClip()
{
	document.getElementById("data_animated").src='includes/img/data_clip.gif';
}

function dataBook()
{
	document.getElementById("data_animated").src='includes/img/data_book.gif';
}

function dataSocial()
{
	document.getElementById("data_animated").src='includes/img/data_social.gif';
}

function dataCart()
{
	document.getElementById("data_animated").src='includes/img/data_cart.gif';
}

function dataRSS()
{
	document.getElementById("data_animated").src='includes/img/data_rss.gif';
}

function dataOut()
{
	document.getElementById("data_animated").src='includes/img/data_still.gif';
}