<!--
		//
		// Override the default settings to point to the parent directory
		//
		HelpBalloon.Options.prototype = Object.extend(HelpBalloon.Options.prototype, {
			icon: 'images/icon.gif',
			button: 'images/button.png',
			balloonPrefix: 'images/balloon-'
		});
		
		//-->