function updateServices(serviceURL)
{
	new Ajax.Updater('service_box', serviceURL);
	//new Ajax.Updater('left', '<img src="' + image + '" alt="teen_left" width="200" height="200" class="left_image" />');
	Effect.Appear('service_box', { duration: 1.0, onComplete: function(){ Effect.ScrollTo('service_box'); }});
}

function scrolldown()
{
	Effect.ScrollTo('service_box');
}
