
jQuery(document).ready(function(){
	// Galerie Photo.
	jQuery('#galerie').jcarousel();
	jQuery('#photoson').jcarousel();

	$('.verticalScroll').jbScroll({
		divHeight: 350,
		bgcolor: '#FFFFFF',
		speed: 7000
	});
});

// Player Flash du haut a gauche.
var FO = {
	movie:"/application_ccas_v3/views/flash/wwd-flv-player.swf", 
	width:"420", 
	height:"470", 
	majorversion:"7", 
	build:"0", 
	wmode:"transparent", 
	flashvars:"TXTcolor=0x000000&BTNcolor=0xCC6600&BARcolor=0xFFFFFF&FLVpath=/" };//videos/
UFO.create(FO, "ufo1");

// Permet la rotation automatique des VR
var pas = 1;
window.oncontextmenu = function () { return false; }
function StartPan(pas)
{
if (typeof(Periode) == "number") clearInterval(Periode);
	Periode = setInterval("PanVR(document.movie1)",10);
}
function PanVR(anObj)
{
	anObj.SetPanAngle(anObj.GetPanAngle() + pas);
}
