var loadstatustext_messages="<br /><img src='http://meine.hunde.de/images/tpl/loading.gif' /> Prüfe auf Messages..."
var loadstatus="<img src='http://meine.hunde.de/images/tpl/loading.gif' />"
var loadstatusdelpic="<img src='http://meine.hunde.de/images/tpl/loading.gif' /> Bild wird gelöscht.<br />"
var loadstatuswait="<img src='http://meine.hunde.de/images/tpl/wait.gif' />"
var loadstatuswaitblock="<img src='http://meine.hunde.de/images/tpl/leer.gif' height='13' width='1' /><img src='http://meine.hunde.de/images/tpl/wait.gif' />"

function fenster(name) {
var win = new Window({className: "alphacube", title: "Message", destroyOnClose: true, recenterAuto:false, top:200, left:400, width:325, height:475, url: "" + name + "", showEffect:Effect.BlindDown, hideEffect: Effect.BlindUp, draggable:true, wiredDrag: true})
//var win = new Window({className: "alphacube", title: "Message", destroyOnClose: true, recenterAuto:false, top:100, left:400, width:325, height:475, url: "" + name + "", showEffect:Effect.BlindDown, hideEffect: Effect.Fade, draggable:true, wiredDrag: true})
win.show();
}