/**
 * @author amichaud
 */

function showCaptcha(elementId)
{
	new Ajax.Updater(elementId,'/index.php/captcha/');
}


