/******************************************************************************
Name:    Tom-slide JS
Version: 3.3.6 (January 6 2008)
Config:  default +inline +ajax +iframe +flash
Author:  Tom
 http://tiranare.com
******************************************************************************/

	// remove the registerOverlay call to disable the controlbar
	hs.registerOverlay(
    	{
    		thumbnailId: null,
    		overlayId: 'controlbar',
    		position: 'top right',
    		hideOnMouseOut: true
		}
	);
	
    hs.graphicsDir = '/Scripts/001/Jscripts/graphics/';
    hs.outlineType = 'rounded-white';
    window.onload = function() {
        hs.preloadImages(5);
    }
    
    function PopupImageV(img) { 
titre="Photo View 1.37"; 
w=open(img,'Visite','width=422,height=404,toolbar=no,scrollbars=no,resizable=no'); 

} 


	function getElt(eltId) {
	var elt;
	if (document.getElementById)
		elt = document.getElementById(eltId);
	if (!elt && document.all)
		elt = document.all(eltId);
	return elt;
}

function hideshow(lediv){ 

var tb = getElt(lediv) 
 
var dis = tb.style.display; 
tb.style.display=(tb.style.display=='none')?'':'none'; 

} 
