	function newMaster(id,imgN,imgH,locH) {
		this.id = id
		this.imgN = imgN
		this.imgH = imgH
		this.locH = locH
		this.ckd = 0
	}

	var aMaster = new Array(7)
	aMaster[0]= new newMaster('Image1','Img/mst1n.gif','Img/mst1h.gif','intro.htm')
	aMaster[1]= new newMaster('Image2','Img/mst2n.gif','Img/mst2h.gif','Prodotti/intro.htm')
	aMaster[2]= new newMaster('Image3','Img/mst3n.gif','Img/mst3h.gif','intro.htm')
	aMaster[3]= new newMaster('Image4','Img/mst4n.gif','Img/mst4h.gif','intro.htm')
	aMaster[4]= new newMaster('Image5','Img/mst5n.gif','Img/mst5h.gif','intro.htm')
	aMaster[5]= new newMaster('Image6','Img/mst6n.gif','Img/mst6h.gif','press/press.htm')
	aMaster[6]= new newMaster('Image7','Img/mst3n.gif','Img/mst3h.gif','intro.htm')

	function newSlave(id,imgN,imgH,locH) {
		this.id = id
		this.imgN = imgN
		this.imgH = imgH
		this.locH = locH
		this.ckd = 0
	}

	var aSlave1 = new Array(3)
	aSlave1[0]= new newSlave('Slave1_1','Img/slv1_1n.gif','Img/slv1_1h.gif','Historique/Historique.htm')
	aSlave1[1]= new newSlave('Slave2_1','Img/slv1_2n.gif','Img/slv1_2h.gif','Philosophie/Philosophie.htm')
	aSlave1[2]= new
newSlave('Slave3_1','Img/slv1_3n.gif','Img/slv1_3h.gif','world/world.htm')

	var aSlave2 = new Array(2)
	aSlave2[0]= new newSlave('Slave1_2','Img/slv2_1n.gif','Img/slv2_1h.gif','Groupe_rosieres/Groupe.htm')
	aSlave2[1]= new newSlave('Slave2_2','Img/slv2_2n.gif','Img/slv2_2h.gif','#')

	var aSlave3 = new Array(3)
	aSlave3[0]= new newSlave('Slave1_3','Img/slv3_1n.gif','Img/slv3_1h.gif','Prodotti/linee.cfm')
	aSlave3[1]= new newSlave('Slave2_3','Img/slv3_2n.gif','Img/slv3_2h.gif','Prodotti/g_linee.cfm')
	aSlave3[2]= new newSlave('Slave3_3','Img/slv3_3n.gif','Img/slv3_3h.gif','Prodotti/contempor.htm')
	
	var aSlave4 = new Array(4)
	aSlave4[0]= new newSlave('Slave1_4','Img/slv4_1n.gif','Img/slv4_1h.gif','Ricette/index.cfm')
	aSlave4[1]= new newSlave('Slave2_4','Img/slv4_2n.gif','Img/slv4_2h.gif','#')
	aSlave4[2]= new newSlave('Slave3_4','Img/slv4_3n.gif','Img/slv4_3h.gif','#')
	aSlave4[3]= new newSlave('Slave4_4','Img/slv4_4n.gif','Img/slv4_4h.gif','#')
	
	var aSlave5 = new Array(4)
	aSlave5[0]= new newSlave('Slave1_5','Img/slv5_1n.gif','Img/slv5_1h.gif','nouveates/four.htm')
	aSlave5[1]= new newSlave('Slave2_5','Img/slv5_2n.gif','Img/slv5_2h.gif','nouveates/tables.htm')
	aSlave5[2]= new newSlave('Slave3_5','Img/slv5_3n.gif','Img/slv5_3h.gif','nouveates/hottes.htm')
	aSlave5[3]= new newSlave('Slave4_5','Img/slv5_4n.gif','Img/slv5_4h.gif','nouveates/vasselle.htm')

	var aSlave6 = new Array(0)

	var aSlave7 = new Array(4)
	aSlave7[0]= new newSlave('Slave1_7','Img/slv7_1n.gif','Img/slv7_1h.gif','Service/00.cfm')
	aSlave7[1]= new newSlave('Slave2_7','Img/slv7_2n.gif','Img/slv7_2h.gif','Service/01.cfm')
	aSlave7[2]= new newSlave('Slave3_7','Img/slv7_3n.gif','Img/slv7_3h.gif','Service/02.cfm')
	aSlave7[3]= new newSlave('Slave4_7','Img/slv7_4n.gif','Img/slv7_4h.gif','Service/03.cfm')
