
<!-- Hide from old browsers
// Created by Doug Popeney (easyjav@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com

        function a(txt) {
                self.status = txt
        }

        function b() {
                self.status = ""
        }
// --End Hiding Here -->
