// Fait par FGI - www.fgi.ca //
// pour le Centre emballons-nous - www.centre-emballons-nous.com //

// préchargement //
if (document.images) {
  titre1 = new Image();
  titre2 = new Image();
  titre3 = new Image();
  titre1.src = "objets/i4a3.jpg";
  titre2.src = "objets/i4a4.jpg";
  titre3.src = "objets/nb_c.jpg";
}

// images dynamiques //
{i1b3activer=new Image(120,72); i1b3activer.src="objets/i1b3.jpg"; i1b3clore=new Image(120,72); i1b3clore.src="objets/i1a3.jpg";} 
{i2b2activer=new Image(160,44); i2b2activer.src="objets/i2b2.jpg"; i2b2clore=new Image(160,44); i2b2clore.src="objets/i2a2.jpg";} 
{i3b4activer=new Image(94,82); i3b4activer.src="objets/i3b4.jpg"; i3b4clore=new Image(94,82); i3b4clore.src="objets/i3a4.jpg";} 
{i4b2activer=new Image(116,92); i4b2activer.src="objets/i4b2.jpg"; i4b2clore=new Image(116,92); i4b2clore.src="objets/i4a2.jpg";} 
{i5b4activer=new Image(94,46); i5b4activer.src="objets/i5b4.jpg"; i5b4clore=new Image(94,46); i5b4clore.src="objets/i5a4.jpg";} 
{i6b2activer=new Image(160,48); i6b2activer.src="objets/i6b2.jpg"; i6b2clore=new Image(160,48); i6b2clore.src="objets/i6a2.jpg";} 
{i7b3activer=new Image(122,84); i7b3activer.src="objets/i7b3.jpg"; i7b3clore=new Image(122,84); i7b3clore.src="objets/i7a3.jpg";} 

function activer(imgName) {
  imgactiver=eval(imgName+"activer.src"); document[imgName].src=imgactiver;
} 
function clore(imgName) {
  imgclore=eval(imgName+"clore.src"); document[imgName].src=imgclore;
} 


// (c) 2006  Les productions Claudie PFEIFER inc. - Tous droits réservés //