var defaultMenuWidth="150px" //set default menu width.

var linkset=new Array()
//SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT



linkset[1]='<a href="../la_boutique_chapellerie_julias_chapeau_chapeaux_paris.htm">homme</a>'
linkset[1]+='<a href="../la_boutique_F_chapellerie_julias_chapeau_chapeaux_paris.htm">femme</a>'


////No need to edit beyond here

var ie5=document.all && !window.opera
var ns6=document.getElementById

if (ie5||ns6)
document.write('<div id="popitmenu" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>')

function iecompattest(){
return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body
}

function showmenu(e, which, optWidth){
if (!document.all&&!document.getElementById)
return
clearhidemenu()
menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu")
menuobj.innerHTML=which
menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth
menuobj.contentwidth=menuobj.offsetWidth
menuobj.contentheight=menuobj.offsetHeight
eventX=ie5? event.clientX : e.clientX
eventY=ie5? event.clientY : e.clientY
//Find out how close the mouse is to the corner of the window
var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX
var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<menuobj.contentwidth)
//move the horizontal position of the menu to the left by it's width
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX-menuobj.contentwidth+"px" : window.pageXOffset+eventX-menuobj.contentwidth+"px"
else
//position the horizontal position of the menu where the mouse was clicked
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX+"px" : window.pageXOffset+eventX+"px"
//same concept with the vertical position
if (bottomedge<menuobj.contentheight)
menuobj.style.top=ie5? iecompattest().scrollTop+eventY-menuobj.contentheight+"px" : window.pageYOffset+eventY-menuobj.contentheight+"px"
else
menuobj.style.top=ie5? iecompattest().scrollTop+event.clientY+"px" : window.pageYOffset+eventY+"px"
menuobj.style.visibility="visible"
return false
}

function contains_ns6(a, b) {
//Determines if 1 element in contained in another- by Brainjar.com
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function hidemenu(){
if (window.menuobj)
menuobj.style.visibility="hidden"
}

function dynamichide(e){
if (ie5&&!menuobj.contains(e.toElement))
hidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
hidemenu()
}

function delayhidemenu(){
delayhide=setTimeout("hidemenu()",500)
}

function clearhidemenu(){
if (window.delayhide)
clearTimeout(delayhide)
}

if (ie5||ns6)
document.onclick=hidemenu


//pop up
var ie=document.all
var ns6=document.getElementById&&!document.all

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat" && !window.opera)? document.documentElement : document.body
}

function enlarge(which, e, position, imgwidth, imgheight){
if (ie||ns6){
crossobj=document.getElementById? document.getElementById("showimage") : document.all.showimage
if (position=="center"){
pgyoffset=ns6? parseInt(pageYOffset) : parseInt(ietruebody().scrollTop)
horzpos=ns6? pageXOffset+window.innerWidth/2-imgwidth/2 : ietruebody().scrollLeft+ietruebody().clientWidth/2-imgwidth/2
vertpos=ns6? pgyoffset+window.innerHeight/2-imgheight/2 : pgyoffset+ietruebody().clientHeight/2-imgheight/2
if (window.opera && window.innerHeight) //compensate for Opera toolbar
vertpos=pgyoffset+window.innerHeight/2-imgheight/2
vertpos=Math.max(pgyoffset, vertpos)
}
else{
var horzpos=ns6? pageXOffset+e.clientX : ietruebody().scrollLeft+event.clientX
var vertpos=ns6? pageYOffset+e.clientY : ietruebody().scrollTop+event.clientY
}
crossobj.style.left=horzpos+"px"
crossobj.style.top=vertpos+"px"

crossobj.innerHTML='<div align="right" id="dragbar"><span id="closetext" onClick="closepreview()"><img src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/close.gif" width="12" height="12" alt="" border="0"></span></span> </div><img src="'+which+'">'
crossobj.style.visibility="visible"
return false
}
else //if NOT IE 4+ or NS 6+, simply display image in full browser window
return true
}

function closepreview(){
crossobj.style.visibility="hidden"
}

function drag_drop(e){
if (ie&&dragapproved){
crossobj.style.left=tempx+event.clientX-offsetx+"px"
crossobj.style.top=tempy+event.clientY-offsety+"px"
}
else if (ns6&&dragapproved){
crossobj.style.left=tempx+e.clientX-offsetx+"px"
crossobj.style.top=tempy+e.clientY-offsety+"px"
}
return false
}

function initializedrag(e){
if (ie&&event.srcElement.id=="dragbar"||ns6&&e.target.id=="dragbar"){
offsetx=ie? event.clientX : e.clientX
offsety=ie? event.clientY : e.clientY

tempx=parseInt(crossobj.style.left)
tempy=parseInt(crossobj.style.top)

dragapproved=true
document.onmousemove=drag_drop
}
}

document.onmousedown=initializedrag
document.onmouseup=new Function("dragapproved=false")


var feutre_pb = new Image()
	feutre_pb.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_pb.jpg"
var feutre_pbOn = new Image()
	feutre_pbOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_pbon.jpg"

	function rollOut()
	{
		document.feutre_pb.src=feutre_pb.src
	}

var feutre_mb = new Image()
	feutre_mb.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_mb.jpg"
var feutre_mbOn = new Image()
	feutre_mbOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_mbon.jpg"

	function rollOut2()
	{
		document.feutre_mb.src=feutre_mb.src
	}
	
var feutre_gb = new Image()
	feutre_gb.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_gb.jpg"
var feutre_gbOn = new Image()
	feutre_gbOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_gbon.jpg"

	function rollOut3()
	{
		document.feutre_gb.src=feutre_gb.src
	}

var dralon_LB = new Image()
	dralon_LB.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/dralonLB.jpg"
var dralon_LBOn = new Image()
	dralon_LBOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/dralonLBon.jpg"

	function rollOut4()
	{
		document.dralon_LB.src=dralon_LB.src
	}

var feutre_bb = new Image()
	feutre_bb.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_bb.jpg"
var feutre_bbOn = new Image()
	feutre_bbOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_bbon.jpg"

	function rollOut5()
	{
		document.feutre_bb.src=feutre_bb.src
	}
		
var feutre_br = new Image()
	feutre_br.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_br.jpg"
var feutre_brOn = new Image()
	feutre_brOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_bron.jpg"

	function rollOut6()
	{
		document.feutre_br.src=feutre_br.src
	}
	
var feutre_ss = new Image()
	feutre_ss.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_ss.jpg"
var feutre_ssOn = new Image()
	feutre_ssOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_sson.jpg"

	function rollOut7()
	{
		document.feutre_ss.src=feutre_ss.src
	}
	
var feutre_sr = new Image()
	feutre_sr.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_sr.jpg"
var feutre_srOn = new Image()
	feutre_srOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_sron.jpg"

	function rollOut8()
	{
		document.feutre_sr.src=feutre_sr.src
	}
	
var feutre_farwest = new Image()
	feutre_farwest.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_farwest.jpg"
var feutre_farwestOn = new Image()
	feutre_farwestOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_farweston.jpg"

	function rollOut9()
	{
		document.feutre_farwest.src=feutre_farwest.src
	}

		
var feutre_australie = new Image()
	feutre_australie.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_australie.jpg"
var feutre_australieOn = new Image()
	feutre_australieOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_australieon.jpg"

	function rollOut10()
	{
		document.feutre_australie.src=feutre_australie.src
	}
	
	
var feutre_jazz = new Image()
	feutre_jazz.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_jazz.jpg"
var feutre_jazzOn = new Image()
	feutre_jazzOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_jazzon.jpg"

	function rollOut11()
	{
		document.feutre_jazz.src=feutre_jazz.src
	}
	
var feutre_andalou = new Image()
	feutre_andalou.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_andalou.jpg"
var feutre_andalouOn = new Image()
	feutre_andalouOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_andalouon.jpg"

	function rollOut12()
	{
		document.feutre_andalou.src=feutre_andalou.src
	}
	
var melon = new Image()
	melon.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/melon.jpg"
var melonOn = new Image()
	melonOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/melonon.jpg"

	function rollOut13()
	{
		document.melon.src=melon.src
	}
	
var hautdf = new Image()
	hautdf.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/hautdf.jpg"
var hautdfOn = new Image()
	hautdfOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/hautdfon.jpg"

	function rollOut14()
	{
		document.hautdf.src=hautdf.src
	}
	
var beret = new Image()
	beret.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/beret.jpg"
var beretOn = new Image()
	beretOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/bereton.jpg"

	function rollOut15()
	{
		document.beret.src=beret.src
	}
	
var beret_9p = new Image()
	beret_9p.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/beret_9p.jpg"
var beret_9pOn = new Image()
	beret_9pOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/beret_9pon.jpg"

	function rollOut16()
	{
		document.beret_9p.src=beret_9p.src
	}
	

	
var panama = new Image()
	panama.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/panama.jpg"
var panamaOn = new Image()
	panamaOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/panamaon.jpg"

	function rollOut17()
	{
		document.panama.src=panama.src
	}
	
var paille_montecristi = new Image()
	paille_montecristi.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_montecristi.jpg"
var paille_montecristiOn = new Image()
	paille_montecristiOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_montecristion.jpg"

	function rollOut18()
	{
		document.paille_montecristi.src=paille_montecristi.src
	}
	
var paille_bi = new Image()
	paille_bi.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_bi.jpg"
var paille_biOn = new Image()
	paille_biOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_bion.jpg"

	function rollOut19()
	{
		document.paille_bi.src=paille_bi.src
	}
	
var canotier = new Image()
	canotier.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/canotier.jpg"
var canotierOn = new Image()
	canotierOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/canotieron.jpg"

	function rollOut20()
	{
		document.canotier.src=canotier.src
	}
	
var paille_italie = new Image()
	paille_italie.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_italie.jpg"
var paille_italieOn = new Image()
	paille_italieOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_italieon.jpg"

	function rollOut21()
	{
		document.paille_italie.src=paille_italie.src
	}
	
var paille_tresse = new Image()
	paille_tresse.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_tresse.jpg"
var paille_tresseOn = new Image()
	paille_tresseOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_tresseon.jpg"

	function rollOut22()
	{
		document.paille_tresse.src=paille_tresse.src
	}
	
var paille_cellulose = new Image()
	paille_cellulose.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_cellulose.jpg"
var paille_celluloseOn = new Image()
	paille_celluloseOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/paille_celluloseon.jpg"

	function rollOut23()
	{
		document.paille_cellulose.src=paille_cellulose.src
	}
	
var rep_mont = new Image()
	rep_mont.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/rep_mont.jpg"
var rep_montOn = new Image()
	rep_montOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/rep_monton.jpg"

	function rollOut24()
	{
		document.rep_mont.src=rep_mont.src
	}
	
var toque_chapka = new Image()
	toque_chapka.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/toque_chapka.jpg"
var toque_chapkaOn = new Image()
	toque_chapkaOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/toque_chapkaon.jpg"

	function rollOut25()
	{
		document.toque_chapka.src=toque_chapka.src
	}
	
var toque_classique = new Image()
	toque_classique.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/toque_classique.jpg"
var toque_classiqueOn = new Image()
	toque_classiqueOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/toque_classiqueon.jpg"

	function rollOut26()
	{
		document.toque_classique.src=toque_classique.src
	}
	
var toque_astrakan = new Image()
	toque_astrakan.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/toque_astrakan.jpg"
var toque_astrakanOn = new Image()
	toque_astrakanOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/toque_astrakanon.jpg"

	function rollOut27()
	{
		document.toque_astrakan.src=toque_astrakan.src
	}
	
var tissus = new Image()
	tissus.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/tissus.jpg"
var tissusOn = new Image()
	tissusOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/tissuson.jpg"

	function rollOut28()
	{
		document.tissus.src=tissus.src
	}
	
var bob = new Image()
	bob.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/bob.jpg"
var bobOn = new Image()
	bobOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/bobon.jpg"

	function rollOut29()
	{
		document.bob.src=bob.src
	}
	
var impermeable = new Image()
	impermeable.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/impermeable.jpg"
var impermeableOn = new Image()
	impermeableOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/impermeableon.jpg"

	function rollOut30()
	{
		document.impermeable.src=impermeable.src
	}
	
var casqueAnglais = new Image()
	casqueAnglais.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casqueAnglais.jpg"
var casqueAnglaisOn = new Image()
	casqueAnglaisOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casqueAnglaison.jpg"

	function rollOut31()
	{
		document.casqueAnglais.src=casqueAnglais.src
	}
	
var camarguais = new Image()
	camarguais.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/camarguais.jpg"
var camarguaisOn = new Image()
	camarguaisOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/camarguaison.jpg"

	function rollOut32()
	{
		document.camarguais.src=camarguais.src
	}
	
var dralonPB = new Image()
	dralonPB.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/dralonPB.jpg"
var dralonPBOn = new Image()
	dralonPBOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/dralonPBon.jpg"

	function rollOut33()
	{
		document.dralonPB.src=dralonPB.src
	}
	
var casquetteGavroche = new Image()
	casquetteGavroche.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteGavroche.jpg"
var casquetteGavrocheOn = new Image()
	casquetteGavrocheOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteGavrocheon.jpg"

	function rollOut34()
	{
		document.casquetteGavroche.src=casquetteGavroche.src
	}
	
var casquettePlate = new Image()
	casquettePlate.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquettePlate.jpg"
var casquettePlateOn = new Image()
	casquettePlateOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquettePlateon.jpg"

	function rollOut35()
	{
		document.casquettePlate.src=casquettePlate.src
	}
	
var casquette8cotes = new Image()
	casquette8cotes.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquette8cotes.jpg"
var casquette8cotesOn = new Image()
	casquette8cotesOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquette8coteson.jpg"

	function rollOut36()
	{
		document.casquette8cotes.src=casquette8cotes.src
	}
	
var casquetteFanta = new Image()
	casquetteFanta.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteFanta.jpg"
var casquetteFantaOn = new Image()
	casquetteFantaOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteFantaon.jpg"

	function rollOut37()
	{
		document.casquetteFanta.src=casquetteFanta.src
	}
	
var casquetteMarin = new Image()
	casquetteMarin.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteMarin.jpg"
var casquetteMarinOn = new Image()
	casquetteMarinOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteMarinon.jpg"

	function rollOut38()
	{
		document.casquetteMarin.src=casquetteMarin.src
	}

var casquetteIrlandaise = new Image()
	casquetteIrlandaise.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteIrlandaise.jpg"
var casquetteIrlandaiseOn = new Image()
	casquetteIrlandaiseOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteIrlandaiseon.jpg"

	function rollOut39()
	{
		document.casquetteIrlandaise.src=casquetteIrlandaise.src
	}
	
var casquetteUs = new Image()
	casquetteUs.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteUs.jpg"
var casquetteUsOn = new Image()
	casquetteUsOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/casquetteUson.jpg"

	function rollOut40()
	{
		document.casquetteUs.src=casquetteUs.src
	}
	
	
var toque_stetson = new Image()
	toque_stetson.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/toque_stetson.jpg"
var toque_stetsonOn = new Image()
	toque_stetsonOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/toque_stetsonon.jpg"

	function rollOut41()
	{
		document.toque_stetson.src=toque_stetson.src
	}
	
var feutre_tyrolien = new Image()
	feutre_tyrolien.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_tyrolien.jpg"
var feutre_tyrolienOn = new Image()
	feutre_tyrolienOn.src="../images/commun_chapeau_chapeaux_chapeaux_a_paris_la_chapellerie_julias_la_chapellerie_paris/feutre_tyrolienon.jpg"

	function rollOut42()
	{
		document.feutre_tyrolien.src=feutre_tyrolien.src
	}
	
