<!-- hide script from old browsers


var submenu=new Array() 

submenu[0]='<a href="../webdesign.html">Graphic Web Design</a> &middot; <a href="../ezineprod.html">Ezine Production</a> &middot; <a href="../coaching.html">Life Coaching</a>  &middot;  <a href="../execasst.html">Executive Assistance</a>'
submenu[1]='<a href="../ezinesub.html">Ezine Management</a> &middot; <a href="../ezinearch.html">Archive 2010</a>  &middot;  <a href="../sanews09/ezinearch09.html">Archive 2009</a>  &middot;  <a href="../sanews08/ezinearch08.html">Archive 2008</a>  &middot;  <a href="../sanews07/ezinearch07.html">Archive 2007</a></a>'
submenu[2]='<a href="../resources/animals.html">Animals</a> &middot; <a href="../resources/articles.html">Articles</a>  &middot; <a href="../resources/links.html">Links</a>  &middot; <a href="../resources/science.html">Science</a>  &middot; <a href="../resources/treasure.html">Treasure</a>'
submenu[3]='<a href="../resources/astronomical.html">Astronomical</a>  &middot; <a href="../resources/piano.html">Piano Performance</a>  &middot; <a href="../resources/testimonials.html">Testimonials</a>'

var delay_hide=500

var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(-1)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(-1)",delay_hide)
}

function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}


// end hiding script from old browsers -->