function showLegal(){
	newPopup( {
					'url':'legal.php?ajax=true',
					'className':'alphacube',
					'title': 'Mentions l&eacute;gales',
					'statusbar':'&nbsp;',
					'showCenter':true,
					'width':450,
					'height':370,
					'id':'showLegal'
				}
			);
}
function showRef(id){
	newPopup( {
					'url':'ajax.ref.php?id='+id,
					'className':'alphacube',
					'title': '&nbsp;',
					'statusbar':'&nbsp;',
					'showCenter':true,
					'width':550,
					'height':500,
					'id':'showRef'+id
				}
			);
}
