

function enquire(){
	new Effect.ScrollTo('contact', {afterFinish: function (){ 
		new Effect.Highlight('contact');
		}
		}); 
}


