var main_video = 0;
var modeEnCours = 'theatre';

function changerMode(mode){
	modeEnCours = mode;	
}

setTimeout("timer()",500);

function timer(){
	if(modeEnCours=='liste'){ 
		document.getElementById('visio').style.display = 'none';
	}
	setTimeout("timer()",500);
}

function afficherVisionneuse(hash_key){
	
	main_video = hash_key;
	document.getElementById('visio').innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="laVisionneuse_' + hash_key + '" width="460" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"><param name="movie" value="/visionneuse/visio_v5.swf" /><param name="wmode" value="transparent" /><param name="ALLOWSCRIPTACCESS" value="always" /><param name="allowfullscreen" value="true" /><param name="flashvars" value="key=' + hash_key + '&habillage=0" /><embed src="/visionneuse/visio_v5.swf" width="460" height="375" name="laVisionneuse_' + hash_key + '" flashvars="key=' + hash_key + '&habillage=0" play="true" loop="false" ALLOWSCRIPTACCESS="always" allowfullscreen="true" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer":></embed></object>';
	
	if(modeEnCours=='theatre'){
		document.getElementById('visio').style.display = 'block';
	}
	else { document.getElementById('visio').style.display = 'none'; }
	if(etatDisplayVisioJquery!=''){
		document.getElementById('visio').style.display = 'none';
		etatDisplayVisioJquery = 'block';
	}
	
	
}

function cacherVisionneuse(){
	document.getElementById('visio').innerHTML = "";
	document.getElementById('visio').style.display = 'none';
}

function afficherDivVisionneuse(){
	if(document.getElementById('visio').innerHTML!=''){
		document.getElementById('visio').style.display = 'block';
	}
}

function cacherDivVisionneuse(){
	appelFlash("laVisionneuse_"+main_video).stopVideo();
	document.getElementById('visio').style.display = 'none';
}

function afficherPartage(){
	appelFlash("laVisionneuse_"+main_video).afficherPartage();	
}

function afficherExporter(){
	appelFlash("laVisionneuse_"+main_video).afficherExport();	
}



function afficherPlaylist(){
	
   
   var xhr_object = null; 
	     
	if(window.XMLHttpRequest) // Firefox 
	  xhr_object = new XMLHttpRequest(); 
	else if(window.ActiveXObject) // Internet Explorer 
	  xhr_object = new ActiveXObject("Microsoft.XMLHTTP"); 
	else { // XMLHttpRequest non supporté par le navigateur 
	  alert("Votre navigateur ne supporte pas les objets XMLHTTPRequest..."); 
	  return; 
	} 
	
	xhr_object.onreadystatechange = function() { 
	  if(xhr_object.readyState == 4) 
		appelFlash("laVisionneuse_"+main_video).afficherPlaylist();	 
    } 	
	xhr_object.open("GET", "/ajax/new_visio/playlist.php?add="+main_video, true); 
	
	xhr_object.send(); 
	
}

function appelFlash(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
		return window[movieName];
    }
    else {
	    return document[movieName];
    }
}

function ajax_submit_form(form_id) {
	var form = document.getElementById(form_id);
	if(!form || form.tagName != "FORM") debug("ajax_submit_form : "+form_id+" n'est pas l'id d'un formulaire");
	
	var data = {};
	for(var i=0; i < form.elements.length; i++) {
		var el = form.elements[i];
		
		if(el.tagName == "SELECT") {
			data[el.name] = el.options[el.selectedIndex].value;
		}
		else if ( el.tagName == "TEXTAREA")
			data[el.name] = el.value;
		else if(el.tagName == "INPUT") {
			if(el.type == "text" || el.type == "hidden" || el.type == "password" || el.checked)
				data[el.name] = el.value;
		}
	}
	$.post(form.action, data, function(data){eval(data)}, "text");
}

function remerciementContact(){
	$('#contact').dialog('close');
	
	if(document.getElementById('visio').style.display == 'block'){
		document.getElementById('visio').style.display = 'none';
		etatDisplayVisioJquery = 'block';
	}
	else {
		etatDisplayVisioJquery = 'none';
	}
	
	$('#remerciements').dialog({	
						  	bgiframe: true,
							width: 400,
							height: 100,
							position : ['center', 25],
							modal: true,
							close: function() {
									if(etatDisplayVisioJquery=='block'){
										document.getElementById('visio').style.display = 'block';	
									}
									etatDisplayVisioJquery = '';
								}
						  });
	$('#remerciements').dialog('open');
}

function inscriptionAlerteOK(){
	$('#alerte').dialog('close');
	
	if(document.getElementById('visio').style.display == 'block'){
		document.getElementById('visio').style.display = 'none';
		etatDisplayVisioJquery = 'block';
	}
	else {
		etatDisplayVisioJquery = 'none';
	}
	
	$('#inscriptionAlerteOK').dialog({	
						  	bgiframe: true,
							width: 400,
							height: 100,
							position : ['center', 25],
							modal: true,
							close: function() {
									if(etatDisplayVisioJquery=='block'){
										document.getElementById('visio').style.display = 'block';	
									}
									etatDisplayVisioJquery = '';
								}
						  });
	$('#inscriptionAlerteOK').dialog('open');
}


var etatDisplayVisioJquery = '';

function afficherMentions(){
	
	if(document.getElementById('visio').style.display == 'block'){
		document.getElementById('visio').style.display = 'none';
		etatDisplayVisioJquery = 'block';
	}
	else {
		etatDisplayVisioJquery = 'none';
	}
	
	$('#mentions').dialog({	
						  	bgiframe: true,
							width: 640,
							height: 540,
							position : ['center', 25],
							modal: true,
							close: function() {
									if(etatDisplayVisioJquery=='block'){
										document.getElementById('visio').style.display = 'block';	
									}
									etatDisplayVisioJquery = '';
								}
						  });
	$('#mentions').dialog('open');
	
}

function afficherAlerte(){
	if(document.getElementById('visio').style.display == 'block'){
		document.getElementById('visio').style.display = 'none';
		etatDisplayVisioJquery = 'block';
	}
	else {
		etatDisplayVisioJquery = 'none';
	}
	
	$('#alerte').dialog({	
						  	bgiframe: true,
							width: 540,
							height: 320,
							position : ['center', 25],
							modal: true,
							close: function() {
									if(etatDisplayVisioJquery=='block'){
										document.getElementById('visio').style.display = 'block';
									}	
									etatDisplayVisioJquery = '';
								}
						  });
	$('#alerte').dialog('open');
}

function afficherContact(){
	if(document.getElementById('visio').style.display == 'block'){
		document.getElementById('visio').style.display = 'none';
		etatDisplayVisioJquery = 'block';
	}
	else {
		etatDisplayVisioJquery = 'none';
	}
	
	$('#contact').dialog({	
						  	bgiframe: true,
							width: 640,
							height: 540,
							position : ['center', 25],
							modal: true,
							close: function() {
									if(etatDisplayVisioJquery=='block'){
										document.getElementById('visio').style.display = 'block';
									}	
									etatDisplayVisioJquery = '';
								}
						  });
	$('#contact').dialog('open');
}