function load()
{
	if (document.images)
	{
		this.length=load.arguments.length;
		for (var i=0;i<this.length;i++)
		 {
			this[i+1]=new Image();
			this[i+1].src=load.arguments[i];
		}
	}
}
function preload()
{
	// charge dans le cache toutes les images passées en paramètre
	var temp=new load("logo.gif","logo2.gif");
}
function popup_forum(id)
{
	switch (id)
	{
	case 1 : window.open("http://www.naturanimal.com/le-forum-naturanimal-sur-les-chiens/", "Forums", "height=800, width=1024,scrollbars=yes, resizable=no");
	break;
	
	case 2 : window.open("http://www.naturanimal.com/le-forum-naturanimal-sur-les-chiens/", "Forums", "height=800, width=1024,scrollbars=yes, resizable=no");
	break;
	
	case 3 : window.open("http://www.naturanimal.com/le-forum-naturanimal-sur-les-chiens/", "Forums", "height=800, width=1024, scrollbars=yes, resizable=no");
	break;
	
	case 4 : window.open("http://www.naturanimal.com/le-forum-naturanimal-sur-les-chiens/", "Forums", "height=800, width=1024, scrollbars=yes, resizable=no");
	break;
	
	case 5 : window.open("http://www.naturanimal.com/forum_races_chien/index.php", "Forums", "height=100%, width=100%, scrollbars=yes, resizable=no");
	
	}
//window.open("http://forum.europeanservers.net/cgi-bin/liste.eur?'natura'", "Forums", "height=500, width=770, scrollbars=yes, resizable=no");
}


function changebg(obj)
{	
	obj.bgColor="#8ECBE8";
	//obj.className = "selectedMenuItem";  	
}

function rechangebg(obj)
{	
	obj.bgColor="#B1D7E0";
	//obj.className = "MenuItem";
}