// to be used with publication of Spinoza's works in Latin
// http://home.planetinternet.be/~pin86315/spinoza/
// author: Rudolf W. Meijer (mailto:rudolf.meijer@advalvas.be)
//                        this file is:
// http://home.planetinternet.be/~pin86315/spinoza/popup.js
// last modified: 12 September 2001


// open (off-site) document in new window
// use as "javascript:popup('url')" in place of "url"

function popup(urlshown)
  {window.open(urlshown,"_popup")}
