/* Popup window */
var win= null;
function NewWindow(mypage,myname,w,h,scroll){
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  var settings  ='height='+h+',';
      settings +='width='+w+',';
      settings +='top='+wint+',';
      settings +='left='+winl+',';
      settings +='scrollbars='+scroll+',';
      settings +='resizable=yes';
  win=window.open(mypage,myname,settings);
  if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}
/* End */

/* Quote Rollovers */
var content=new Array()
content[0]='<h4 class="subnav"><em>"I know of no sight more sorrowful than that of these unoffending<br />animals as they are seen in the torture grip of these traps." - Charles Darwin</em></h4>'
content[6]='<h4 class="subnav"><em>"Never doubt that a small group of committed citizens can change the world,<br />indeed, it\'s the only thing that ever has." - Margaret Mead</em></h4>'
content[5]='<h4 class="subnav"><em>"Everything of cruelty to animals<br />is a violation of moral duty." - Thomas Paine</em></h4>'
content[4]='<h4 class="subnav"><em>"It\'s a matter of taking the side of the weak against the strong,<br />something the best people have always done." - Harriet Beecher Stowe</em></h4>'
content[3]='<h4 class="subnav"><em>"The squirrel that you kill in jest,<br />dies in earnest." - Henry David Thoreau</em></h4>'
content[2]='<h4 class="subnav"><em>"Until he extends the circle of his compassion to all living things,<br /> man will not himself find peace." - Dr. Albert Schweitzer</em></h4>'
content[1]='<h4 class="subnav"><em>"Some…will wonder how such cruelty can have been permitted<br />to continue in these days of civilization." - Charles Darwin</em></h4>'
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=''+whichcontent+''
}
else if (document.layers){
document.d1.document.d2.document.write(''+whichcontent+'')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2
/* End */
