var repImgs = "../site_r04visites/_imgs/diapo0401_data";

var IMAGES_ITEMS = 
[
	["020202_06_g.jpg",	"vue 06"],
	["020202_02_g.jpg",	"vue 02"],
	["020202_01_g.jpg",	"vue 01"],
	//["020202_03_g.jpg",	"vue 03"],
	//["020202_04_g.jpg",	"vue 04"],
	["020202_05_g.jpg",	"vue 05"]
];
var codePause="<div onMouseOut=\"MM_swapImgRestore()\"" +
				" onMouseOver=\"MM_swapImage('pause','','./_imgs/diapo/pauseon.gif',1)\">" +
				"<img src=\"./_imgs/diapo/pauseoff.gif\" title=\"Arrêter le déroulement\" name=\"pause\"/>" +
			  "</div>";
var codePlay="<div onMouseOut=\"MM_swapImgRestore()\"" +
				" onMouseOver=\"MM_swapImage('play','','./_imgs/diapo/playon.gif',1)\">" +
				"<img src=\"./_imgs/diapo/playoff.gif\" title=\"Lancer le déroulement\" name=\"play\"/>" +
			 "</div>";
var codePlaying = "<img src=\"./_imgs/diapo/playclicked.gif\" title=\"Déroulement en cours\"/>";

var FORMAT = {
	"_imgs":repImgs,
	"table":{"align":"center", "width":"100%", "border":"0", "cellspacing":"0", "cellpadding":"3"},
	"desc":null,
	"image":{"css":"image", "align":"center", "valign":"middle", "defil":false, "width":400, "height":277},
	"tableCommands":{"cssTD":"detail", "align":"center", "width":"60px", "border":"0", "cellspacing":"0", "cellpadding":"1"},
	"commands":[
		{"id":"stop",  "params":{"codeOff":codePause, "align":"left", "widthTD":"50%"}},
		{"id":"start", "params":{"codeOff":codePlay, "codeOn":codePlaying, "align":"right", "widthTD":"50%"}}
	]
}