//-- Ouverture de la popup de vote

function note(id,note,id_membre)
	{
	
	open('http://services.service-webmaster.fr/notes/ajax/vote.php?id_module='+escape(id)+'&id_membre='+escape(id_membre)+'&note='+escape(note),'_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=10, height=10,top='+((screen.height-10)/2)+',left='+((screen.width-10)/2)+'');return(false)

	}

