// StatusBar-Text
function message(text){
   if (text == "std") {
   window.status = StdStatus;
   }else{
   top.window.status = text;
   }
}