/* FX.Slide */
/* toggle window for the login section */
/* Works with mootools-release-1.2 */
/* more info at http://demos.mootools.net/Fx.Slide */

	function MsgBox(message, title)
	{
	var roar = new Roar({
                position: 'bottomRight',
                duration: 10000 // 5 seconds until message fades out
        });
	roar.alert(message, title);
	}	



