/*  Clive Ralph
     jsfunctions.js
     handles the loading and function of the glide menu on the home page
*/
window.onload = function glide() {
	slideMenu.build("sm",285,10,10);
}
	


