/* **********  Status bar text for menus and links to my other pages ********* */

function menuStatOver_P() { window.status = "Marks Mind Pyramid Page: we will climb to the apex and see what we can see.";
                            return true;  }

function menuStatOver_D() { window.status = "Marks Mind Desert Page: a place of retreat.";
                                                    return true;  }

function menuStatOver_T() { window.status = "Marks Mind Temple Page: where you will find that Life; is God experiencing God.";
                                                     return true;  }

function menuStatOver_L() { window.status = "Marks Mind Field of Links: some of my favorite places to visit on the web.";
                                                     return true;  }

function menuStatOver_S() { window.status = "Marks Mind Suggested Things Page: what I like in books, music, movies, etc.";
                                                     return true;  }

function menuStatOver_H() { window.status = "Marks Mind Home Page: welcome, welcome to all who walk the path.";
                            return true;  }
 function menuStatOver_Map() { window.status = "A map to help you find your way around my web site.";
                            return true;  }
 function menuStatOver_koan() { window.status = "----- A Koan of my creation. -----";
                            return true;  }

function menuStatAboutMM() { window.status = "Learn about Marks Mind: The Site.";
                            return true;  }

function lordPr() {  window.status = "Lets read: The Lord's Prayer for the Truth of our Being";
                                              return true;  }

function menuStatTransOpen() { window.status = "Click to see how I made this treatment my own.";
                            return true;  }
function whoweare() {  window.status = "----- The truth of who we really are as I understand it. -----";
                                                    return true;  }

function eaglePcStory() {  window.status = "------ Fly to the Eagle and the Prairie Chicken story -------";
                                                    return true;  }

function backToDesert() {  window.status = "------- Fly back to the Desert. -------";
                                                    return true;  }

function clownCh() {  window.status = "Dance on over and read about the new Clown Chakra findings ------";
                                              return true;  }

function backToLinks() {  window.status = "------- Roll on back to the Field of Links. ------";
                                                      return true;  }

function sendMail() {  window.status = "Click your mouse to send me mail!";
                                            return true;  }



function menuStatOut() { window.status = ""; return true; }
