// JavaScript Document

function validateTel() { 
	if (document.formtlcgt.rubrique.value=="") {
	alert("Veuillez choisir une rubrique");
	return false;
	}
	return true;
}
function validemail() {
if (document.formnews.email.value.length<1 || document.formnews.email.value == '::  Votre email  ::' ) { alert("Vous devez indiquer votre Email"); return false;}
return true;

}

function opencp(page,id){
	window.open(page+"?Id="+id,"","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=yes,resizable=1,width=650, height=600");
}
function plan(page,largeur,hauteur,opt) {
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+opt);
}
function ajoutphoto(rep) {
	 window.open("ajoutphoto.php?rep="+rep,"","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1,width=500,height=500,left=10,top=10");

}

function opendir(rep) {
	 window.open("listefile.php?rep="+rep,"","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=780,height=500,left=10,top=10");

}
