// JavaScript Document
// Luxe Services Javascript Handler
// A set of unique functions for the Luxe Services page.
// Requires: mootools 1.1 or later and luxefx.js.

//Scrolls to the first service on the service page.

function showFirstServiceElement(){
	//Insert first service element here.
	scrollLuxe();	
}
