function show_regions(s)
{
//   new Ajax.Updater('regions', '/show_regions/?country_id='+ s);
	$("#regions").load("/show_regions/?country_id="+ s);
}
function show_captcha()
{
	$("#captcha").load("/show_captcha/");	
}