// JavaScript Document
// remove the registerOverlay call to disable the controlbar
hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'controlbar',
	position: 'top right',
	hideOnMouseOut: true
});

hs.graphicsDir = 'includes/highslide/graphics/';
hs.outlineType = 'rounded-white';
// Tell Highslide to use the thumbnail's title for captions
hs.captionEval = 'this.thumb.title';
function ouvrelien(lien){
window.open(lien,'_blank','width=500,height=500');
}
function writedivlien(qui,texte)
{

	document.getElementById(qui).innerHTML = texte;
}
function voirphotolien(lien,titre)
{
	var lien;
	//alert(titre);
	voir('nom_photo');
	if(titre=="") titre='';
	writedivlien('nom_photo','<center><a href="#"  onclick="cache(\'nom_photo\')" ><img border=0 src="'+lien+'" ></a><br>'+titre+'</center>');
	
}


function ouvre(photo,larg,haut)
{
	var lien;
	lien="photo.php?photo="+photo+"&w="+larg+"&h="+haut;
	window.open(lien,"_blank","width="+larg+",height="+haut);
}
function ouvrephoto(lien,larg,haut)
{
	var lien;
	
	window.open(lien,"_blank","width="+larg+",height="+haut+',resizable=yes,scrollbars=yes');
}
function voir(qui)
{
 document.getElementById(qui).style.display='block';
 
}
function cache(qui)
{
 document.getElementById(qui).style.display='none';
}

function mettre_html(qui,titre){
	
		var titre2="";
		titre2=titre;
		document.getElementById('slideshowquery').innerHTML = '<div id="affichephoto"><img align=center border=0 hspace=0 vspace=0 src="'+qui+'"  id="image_centre" height=481 title="'+titre2+'" name="image_centre" ></div>';
}


