/* fonctions javascript */

function HistoryBack () {
	history.back();
}

function ouvrirVoeux()
{
	var url = "voeux-2009.aspx";
	var width_size = 520;
	var height_size = 580;
	var param = "left=240, top=80, screenX=240, screenY=80, directories=no, maximize=no, resizable=no, toolbar=no, scrollbars=no, location=no, status=no, menubar=no, width=" + width_size + ", height=" + height_size;
	window.open(url, "VOEUX", param);
}

function ouvrir(url, width_size, height_size)
{
	var param = "directories=no, maximize=no, resizable=no, toolbar=no, scrollbars=yes, location=no, status=no, menubar=no, left=0, top=0, screenX=0, screenY=0, width=" + width_size + ", height=" + height_size;
	window.open(url, "FEN1", param);
}

function ouvrir2(url)
{
	var param = "directories=no, maximize=no, resizable=no, toolbar=no, scrollbars=yes, location=no, status=no, menubar=no, left=0, top=0, screenX=0, screenY=0, width=640, height=620";
	window.open(url, "FEN1", param);
}

function ouvrir3(url, width_size, height_size, scroll)
{
	var param = "directories=no, maximize=no, resizable=no, toolbar=no, scrollbars=" + scroll + ", location=no, status=no, menubar=no, left=0, top=0, screenX=0, screenY=0, width=" + width_size + ", height=" + height_size;
	window.open(url, "FEN1", param);
}

function CharteConfidentialite()
{
	ouvrir('charte-confidentialite.aspx',560,650);
}

function MentionsLegales()
{
	ouvrir('mentions-legales.aspx',560,650);
}

function Credits()
{
	ouvrir('credits.aspx',560,650);
}

function DetailOffre(i)
{
	ouvrir('offre-detail.aspx?offre='+i,560,650);
}

function Imprimer()
{
	window.print();
}

/* fonctions javascript */

var popfen;

function ouvrirP1(url)
{
	var w1 = 400;
	var h1 = 400;
	var param = "directories=no, maximize=no, resizable=no, toolbar=no, scrollbars=yes, location=no, status=no, menubar=no, left=0, top=0, screenX=0, screenY=0, width=" + w1 + ", height=" + h1;
	popfen=window.open(url, "FEN1", param);
	if (popfen.blur) popfen.focus();
	//popfen.focus();
	//popfen.close();
}

function ouvrirP2(url, width_size, height_size)
{
	var w1 = width_size;
	var h1 = height_size;
	var param = "directories=no, maximize=no, resizable=no, toolbar=no, scrollbars=yes, location=no, status=no, menubar=no, left=0, top=0, screenX=0, screenY=0, width=" + w1 + ", height=" + h1;
	popfen=window.open(url, "FEN1", param);
	if (popfen.blur) popfen.focus();
	//popfen.focus();
	//popfen.close();
}

function MoveResize(move, mx, my, resize, rx, ry){
	if (move != 0) {
		self.moveTo(mx,my);
	}
	if (resize != 0) {
		self.resizeTo(rx,ry);
	}
	if (self.blur) self.focus();
	//self.focus();
}

function AffArticle(idNews){
	//var idelt1 ;
	//idelt1 = 'CorporateArticle' + idNews;
	//document.getElementById(idelt1).style.class='corporate_Lien3';
	document.getElementById("news1").src='actualites-article.aspx?id=' + idNews;
	
}

function AffProgramme(idProg){
	window.news1.location.href='programme-article.aspx?id=' + idProg;
}

function LaGalerie(idp,idelt) {
	window.open('galerie.aspx?p='+idp+'&id='+idelt, 'GaleriePhotos', 'directories=no, maximize=no, resizable=no, toolbar=no, scrollbars=yes, location=no, status=no, menubar=no, width=440, height=350');
}

function galerie(idp) {
	LaGalerie(idp,'');
}
