<!--
//Change status bar text (demian)
function makestatussay(txt) {
 self.status = txt
 }
function makestatusclear() {
 self.status = ""
 }
//-->