hs.graphicsDir = 'themes/wisir/highslide/graphics/';
hs.registerOverlay({
	overlayId: 'closebutton',
	position: 'top right',
	fade: 2
	});

hs.outlineWhileAnimating = true;
hs.showCredits = false;
hs.lang.closeText= '<img src="themes/wisir/highslide/graphics/close.gif" border="0">';
hs.preserveContent = false;
hs.align = 'center';


//onclick="return hs.htmlExpand(this, { objectType: 'iframe',width: 525,height: 330 } )">
hs.onSetClickEvent = function ( sender, e ) {
   // set the onclick for the element, output the group name to the caption for debugging
   e.element.onclick = function () {
      return hs.htmlExpand(this, { objectType: 'iframe',width: 700,height: 500 });
   }
   // return false to prevent the onclick being set once again
   return false;
}


function voeux()
 {
	document.getElementById("v2008").onclick();
}

