/****************************************************************************** * Easy AJAX Website (EAW) * Copyright (c) 2007 David SFERRUZZA. All rights reserved. * david.sferruzza@free.fr * * Ce script est une base de site web incluant moteur de templates, * multi-design, et la technologie AJAX. * * Fournis avec Mootools "The compact javascript framework" * (http://www.mootools.net/) * * Toute modification est interdite sans l'autorisation de l'auteur. * *******************************************************************************/ function design(nom) { new Ajax('design.php', {method: 'post', postBody: 'design='+nom, update: 'corps', evalScripts: 'true'}).request(); }