/* 
	Index des pages Arts Fleurimont
	Créé par: Web Origine 
	courriel: bberube@netrevolution.com
*/

function jump(imgName)
{
	var img1liens = 'index.html';
	var img2liens = 'nous.html';
	var img3liens = 'nos_activites.html';
	var img4liens = 'nos_artistes.html';
	var img5liens = 'vous.html';

	var img6liens = 'index.html';
	var img7liens = 'nous_joindre.php';
	var img8liens = 'liens.html';
	var img9liens = 'formulaires/inscription2007.pdf';
	var img10liens = 'commanditaires.html';

	imgliens=eval(imgName+"liens");
	window.location.href=imgliens;
}




