<!--
function supprime()
{
if (window.confirm('Confirmez-vous la suppression ?')) 
   {
   location.href='default.htm';
   return true;
   } 
else 
	{
	return false;
	}
} 
function PopupCentrer(page,largeur,hauteur,options) {
  var top=(screen.height-hauteur)/2;
  var left=(screen.width-largeur)/1.5;
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
function MM_jumpMenu(targ,selObj,restore)
         {
         eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
         if (restore) selObj.selectedIndex=0;
         }

function verifchamps()
	{
	if (document.recherche.search.value == false)
		{
                alert("Veuillez indiquer des critères de recherche !");
          	return false;
                }
	    return true;
	}

function MM_reloadPage(init) 
         {  //reloads the window if Nav4 resized
         if (init==true) with (navigator) 
            {
            if ((appName=="Netscape")&&(parseInt(appVersion)==4)) 
               {
               document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage;
               }
            }
         else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
         }
MM_reloadPage(true);

var a_vars = Array();
var pagename='';

var phpmyvisitesSite = 1;
var phpmyvisitesURL = "http://www.art-vertical.com/phpmv2/phpmyvisites.php";



$(document).ready(function(){

        $(".prev").hide();
        $(".next").click(function()
                {
                $(".prev").show();
                $("#news_bloc_move").animate({ "top": "+=-315px" }, "slow");
                if (parseInt($("#news_bloc_move").css("top")) <=-900) { $(".next").hide(); }
                });
        $(".prev").click(function()
                {
                $(".next").show();
                $("#news_bloc_move").animate({"top": "+=315px"},  "slow");
                if (parseInt($("#news_bloc_move").css("top")) >=-315) { $(".prev").hide(); }
                });
});


//-->