var repImgs = "../site_r04visites/_imgs/diapo0402_data";

var IMAGES_ITEMS = 
[
	["040501_01_g.jpg",	"vue 01"],
	["040501_02_g.jpg",	"vue 02"],
	["040501_03_g.jpg",	"vue 03"],
	["040501_04_g.jpg",	"vue 04"],
	["040501_05_g.jpg",	"vue 05"],
	["040501_06_g.jpg",	"vue 06"],
	["040501_07_g.jpg",	"vue 07"],
	["040501_08_g.jpg",	"vue 08"],
	["040501_09_g.jpg",	"vue 09"],
	["040501_10_g.jpg",	"vue 10"],
	["040501_11_g.jpg",	"vue 11"],
	["040501_12_g.jpg",	"vue 12"],
	["040501_13_g.jpg",	"vue 13"],
	["040501_14_g.jpg",	"vue 14"]
];
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%"}}
	]
}
