function ShowStuffInWindow(DaURL) {
        var ItsTheWindow;
        ItsTheWindow = window.open(DaURL, "notes",
"status,width=550,height=370,status=no,scrollbars=no,resizable=no,toolbar=0");
       // if (parseInt(navigator.appVersion) >= 3){
       // ItsTheWindow.focus();
       // }
}

