//-------------------   FORMULAIRE   -----------------------
function formulaire()
{
	openPopup("http://www.alaville-alamontagne.com/v2/html/form.html", 'Contact');
}

//-------------------   ACTUS   -----------------------
function actualites()
{
	openPopup("http://www.cordonnerie-deuso.com/news/fr/list.html", 'Actualites');
}
//-------------------   DOCUMENTS   -----------------------
function catalogue()
{
	openPopup("http://www.cordonnerie-deuso.com/mga_client/idoc/doc/docb5297a711c72d59e36d6ecc1c0a47ed3fr.pdf", 'Catalogue');
}
/*=============================================================================
						* OPEN POPUP *
=============================================================================*/
function openPopup(url, title, parameters)
{
	var opp = window.open(url, title,"toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=yes");
	opp.moveTo(((screen.width/2)-405),((screen.height/2)-350));
}
/*=============================================================================
						* PLEN ECRAN *
=============================================================================*/
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
