function copystatus(){
    window.status="All materials copyright © 2002 of the Pennsylvania College of Optometry";
}


function launch(url,name) {
  window.open(url, name, "status,left=200,top=70,width=500,height=500,scrollbars");
}





