var v_path ;
var RollImage = new Array ()

RollImage[10] = "bouton_home"
RollImage[11] = "bouton_curriculum"
RollImage[12] = "bouton_realisations"
RollImage[13] = "bouton_developpements"
RollImage[14] = "bouton_livredor"
RollImage[15] = "bouton_blog"

var RollImageLength = RollImage.length -1

var RollImagePath = v_path+"xox/images/"

var RollImageFormat = "gif"

if ( ( document.images ) )
	{
	var RollImageOn = new Array (RollImageLength)
	for ( i=0 ; i<=RollImageLength ; i++ )
		{
		if ( RollImage[i] )
			{
			RollImageOn[i] = new Image()
			RollImageOn[i].src = RollImagePath + RollImage[i] + "_over." + RollImageFormat
			}
		}
	var RollImageOff = new Array (RollImageLength)
	for ( i=0 ; i<=RollImageLength ; i++ )
		{
		if ( RollImage[i] )
			{
			RollImageOff[i] = new Image()
			RollImageOff[i].src = RollImagePath + RollImage[i] + "." + RollImageFormat
			}
		}
	}

function Roll (position,action)
	{
	RollImageName = "roll-" + position
	if ( action )
		{
		document.images[RollImageName].src = RollImageOn[position].src
		}
	else
		{
		document.images[RollImageName].src = RollImageOff[position].src
		}
	}

_c = 'mailt';
_a = 'o:'
_b = 'emmanuel' ;
_f = '%40' ;
_d = ' &#64; ' ;
_e = 'cabau' ;
_g = 'd.com' ;
_j = '<a href="' ;
_h = '">' ;
_i = '</a>' ;
