function	checknewsletter(prefix)
{
		if ($('formchecknewsletter').src == prefix+'/39GeorgeVPictoCross.gif')
		{
			$('formchecknewsletter').src = prefix+'/39GeorgeVPictoCrossChecked.gif';
			$('newsletter').value = '1';
		}
		else
		{
			$('formchecknewsletter').src = prefix+'/39GeorgeVPictoCross.gif';
			$('newsletter').value = '0';
		}
}

function	changelistavis($pos)
{
		
}

function none()
{
	;
}


function aff_object(object, type, div)
{
	if (type == "image")
	{
		$(div).innerHTML = '<img style="display:block; border:1px SOLID #898989;" src="'+object+'" />';
	}
	if (type == "video")
	{
		$(div).innerHTML = '<object type="application/x-shockwave-flash" data="./players/lecteur-Album.swf" style="margin-top:5px;width:250px; height:200px;"><param name="movie" value="./players/lecteur-Album.swf"><param name="FlashVars" value="flv='+object+'&amp;showvolume=1&amp;showtime=1&amp;showstop=1&amp;buttonovercolor=FF0000&amp;autoplay=1&amp;margin=0&amp;loadingcolor=FF0000&amp;sliderovercolor=990000&amp;width=250&amp;height=200&amp;buffer=10"><param name="wmode" value="transparent"></object>';
	}
	if (type == "son")
	{
		$(div).innerHTML = '<img src="./im/podcast.gif" alt=""><object type="application/x-shockwave-flash" data="./players/dewplayer.swf?son='+object+'" height="20" width="200">';
	}
	if (type == "file")
	{
		$(div).innerHTML = '<a href="'+object+'" target="_BLANK"><img src="./im/default-size4.jpg" style="display:block; border:0px solid #FFFFFF;" /></a>';
	}
}

function openVideo(id)
{
	$('video_contain').style.display = "";
	ajaxGET('./ajax.php?section=video&id='+id, 'video_contain');	
}

function openPhoto(url)
{
	$('video_contain').style.display = "";
	ajaxGET(url, 'video_contain');	
}

function closeVideo()
{
	$('video_contain').innerHTML = "";
	$('video_contain').style.display = "none";
}

function homeLoadVideo(video)
{
	var str = '<object type="application/x-shockwave-flash" data="./player/player_flv.swf" style="width:370px; height: 280px;">'+
	'<param name="movie" value="./player/player_flv.swf">'+
	'<param name="FlashVars" value="flv=../news/pictures/video/'+video+'&amp;showvolume=1&amp;showtime=1&amp;showstop=1&amp;buttonovercolor=FF0000&amp;autoplay=1&amp;margin=0&amp;loadingcolor=FF0000&amp;sliderovercolor=990000&amp;width=370&amp;height=280&amp;buffer=10">'+
	'<param name="wmode" value="transparent"></object>';
	$('homeBlocWebtvMainObject').innerHTML = str;
}

function open_block_soon(e)
{
        var soon = $('block_soon');

        if (navigator.appName == "Netscape")
        {document.captureEvents(Event.CLICK);}
        if (navigator.appName == "Microsoft Internet Explorer")
        {sX = event.clientX; sY = event.clientY;}
        else {sX = e.pageX;sY = e.pageY;}


        soon.style.top = (sY - 23)+"px";
        soon.style.left = (sX - 93)+"px";
        soon.style.display = "";
}

