<!--
// Generic JavaScript rollover status...

function a(txt) {
   self.status = txt;
}

function b() {
   self.status = "";
}

// end -->
