function popup(url, width, height)
{
	window.open(url,'py_popup',
	'alwaysRaised=yes,toolbar=no,height='+height+',width='+width+',menubar=no,resizable=yes,scrollbars=yes,status=no');
}

window.defaultStatus='© La Nestoise. 2005-2006';
function addFav(){
 if (document.all){
  window.external.AddFavorite('http://www.la-nestoise.com/', 'La Nestoise');
 }else{
  alert('Vous pouvez faire CTRL + D pour ajouter cette page dans vos signets, ou favoris.');
 }
}