
var submenu=new Array()

submenu[1]='<a class="subwhite" href="statement.html">Statement from Generation Rescue</a> | <a class="subwhite" href="survey.html">Cal-Oregon Unvaccinated Survey</a> | <a class="subwhite" href="isit.html">Is it the Mercury?</a> | <a class="subwhite" href="media.html">Media</a>'

submenu[2]='<a class="subwhite" href="misinformation.html">Battling Misinformation</a> | <a class="subwhite" href="studies.html">Published Studies</a> | <a class="subwhite" href="links.html">Links</a>'

submenu[3]='<a class="subwhite" href="biomedical.html">What\'s biomedical treatment?</a> | <a class="subwhite" href="action.html">Action Now</a> | <a class="subwhite" href="reading.html">Treatment Reading</a> | <a class="subwhite" href="doctors.html">Find a Doctor</a> | <a class="subwhite" href="angels.php">Find a Rescue Angel</a> | <a class="subwhite" href="vaccines.html">On Vaccines</a>'

submenu[4]='<a class="subwhite" href="fame.html">Hall of Fame</a> | <a class="subwhite" href="shame.html">Hall of Shame</a>'

submenu[5]='<a class="subwhite" href="history.html">Our History</a> | <a class="subwhite" href="about-generation-rescue.html">About Generation Rescue</a> | <a class="subwhite" href="contact.html">Contact</a> | <a class="subwhite" href="getinvolved.html">Get Involved</a> | <a class="subwhite" href="last.html">Before You Leave</a>'

submenu[6]=''

submenu[7]='<a class="subwhite" href="Jenny-McCarthy.html">A Message From Jenny</a> | <a class="subwhite" href="evan.html">Evan\'s Story</a> | <a class="subwhite" href="jennysbooks.html">Books, Links and News</a>'

//Set delay before submenu disappears after mouse moves out of it (in milliseconds)
var delay_hide=1000

/////No need to edit beyond here

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(7)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(7)",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;
}
