// JavaScript Document

function openMentions(){
	window.open("mentions.html", "mentions", "width=500, height=570, resizable=no");
}

function openLegales(){
	window.open("legales.html", "mentionslegales", "width=365, height=268, resizable=no");
}

function openConditions(){
	window.open("conditions.html", "conditions", "width=445, height=538, resizable=no, scrollbar=yes");
}