var repImgs = "../site_r02fabrication/_imgs/diapo0201_data";

var IMAGES_ITEMS = 
[
	["020202_01_g.jpg",	"vue 01"],
	["020202_02_g.jpg",	"vue 02"],
	["020202_03_g.jpg",	"vue 03"],
	["020202_04_g.jpg",	"vue 04"],
	["020202_05_g.jpg",	"vue 05"],
	["020202_06_g.jpg",	"vue 06"]
];
var codePrev="<img onMouseOut=\"MM_swapImgRestore()\"" +
				" onMouseOver=\"MM_swapImage('précédente','','./_imgs/diapo/arrowlefton.gif',1)\"" +
				" src=\"./_imgs/diapo/arrowleftoff.gif\" title=\"diapo précédente\" name=\"précédente\"/>";
var codeNext="<img onMouseOut=\"MM_swapImgRestore()\"" +
				" onMouseOver=\"MM_swapImage('suivante','','./_imgs/diapo/arrowrighton.gif',1)\"" +
				" src=\"./_imgs/diapo/arrowrightoff.gif\" title=\"diapo suivante\" name=\"suivante\"/>";

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},
	"tableCommands":{"cssTD":"detail", "align":"center", "width":"30%", "border":"0", "cellspacing":"0", "cellpadding":"1"},
	"commands":[
		{"id":"prev",  "params":{"codeOff":codePrev, "align":"left", "widthTD":"50%"}},
		{"id":"next",  "params":{"codeOff":codeNext, "align":"right", "widthTD":"50%"}}
	]
}