function thickbox_piece_num(){
	alert("hello");
}

function affich_loupe(image){
	var test_loupe ="";
	
	
	//$("#div_photo_mini").children().children("img").each(function(){
	$(image).parents("img").each(function(){
	if($(this).attr("id") == 'loupe_visu')
		{
		test_loupe = "OK";
		}
	});
	if(test_loupe != 'OK')
		{
		var tt = $(image).parents().attr("id");
		//alert(tt);
		
		$(image).parents().children("#"+tt).append("<img id='loupe_visu' src='/gestion/loupe_violet.png' style='margin-left:-30px;margin-bottom:10px;'alt='loupe'>");
		}
	}
function cache_loupe(){
	$("#loupe_visu").remove();
	}
function thickbox_piece_num(chemin){
	var resolution=screen.height;
	resolution = Number(resolution) - 340;
	tb_show("PIECES NUMERISEES", "/gestion/affiche_pdf.php?chemin="+chemin+"&height="+resolution+"&width=1000", false);
	$("#TB_title").css({"background-color":"#a0b64b","font":" italic bold 18px arial, sans-serif"});
	$("#TB_window").css({"background-color":"#FFFFFF"});
//	$("#div_pdf").append('<img src="http://192.168.20.85/site/test/convert/3.pdf" alt="piece_num">')
//	tb_show('Piece numerisee',
//			'#TB_inline?height=300&amp;width=500&amp;inlineId=div_pdf',
//			false);
//	$('#TB_title').css({'background-color' :'#a0b64b',
//					'font' :' italic bold 18px arial, sans-serif'
//					});
//	$('#TB_window').css({'background-color' :'#5b4e4e'});
	
	
	}
	
	
