var isrc = ['assets/templates/iseo/images/about-over.gif',
			'assets/templates/iseo/images/conference-over.gif',
			'assets/templates/iseo/images/AttInfos-over.gif',
			'assets/templates/iseo/images/ExobInfo-over.gif',
			'assets/templates/iseo/images/Press-over.gif',
			'assets/templates/iseo/images/contact-over.gif',
			'assets/templates/iseo/images/register-over.gif',
			'assets/templates/iseo/images/join-over.gif',
			'assets/templates/iseo/images/partners-over.gif'];
var imgs = [];

function preload()
{
	for (x=0; x<isrc.length; x++)
	{
		imgs[x] = new Image();
		imgs[x].src = isrc[x];
	}
}
