function achat_camping()
{
	window.open('achat-camping.php', 'achat_camping', 'toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=no, copyhistory=no, width=400, height=504');
}

function ajouter_favoris()
{ 
	if (navigator.appName != 'Microsoft Internet Explorer')
  	window.sidebar.addPanel(document.title, location.href, '');
	else
		window.external.AddFavorite(location.href, document.title);
}

function zoom(photo, x, y)
{
	window.open('zoom.php?photo='+photo, 'zoom_'+photo, 'toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, copyhistory=no, width='+(x + 60)+', height='+(y + 110));
}

/*
function acheter_camping_contacts(camping)
{
	window.open('acheter-camping-contacts.php?camping='+camping, 'acheter_camping_contacts_'+camping, 'toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=no, copyhistory=no, width=650, height=550');
}

*/

function acheter_camping_contacts(camping)
{
	window.open('acheter-camping-contacts.php?camping='+camping, 'acheter_camping_contacts_'+camping, 'toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, copyhistory=no, width=800, height=522');
}
