 $(document).ready(function() {
			

			$(".unereference").fancybox({
				'width'				: 960,
				'height'			: 690,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		});

function changeImage( element, URI ) {
var img = null;

if( document.getElementById ) {
img = document.getElementById( element );
} else if( document.all ) {
img = document.all[ element ];
}
if( img ) {
img.src = URI;
}
}

 function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
 } 
 
  function lireSuite() {
     document.getElementById('references_suite').style.display='inline';
	 document.getElementById('voirlasuite').style.display='none';
 } 
