window.addEvent('domready', function() {

	var MooEasyRolloverInstance = new MooEasyRollover({
		MooEasyRolloverClass : 'rollover', //Set the class which tags all buttons to rollover
		fullPath : 'http://www.architoke.co.uk/portfolio/', //Set the full path to your images folder
		prefix: '-col' //Set the prefix of mouseover images
	});	
	
});
