// Fichier Javascript pour L'administration de MoonScoop-Fan.com
//Licence : GPL 
// Par Cyril et Neurones67
function changecat(selection){
var choix=selection.options[selection.selectedIndex].value;
window.location="?categorie_selected="+choix+"";
 }
//
