// pop up a window
// version 1.0 20060325
// attaches a click event to any link that is named 'popUp'
// add the pop up parameters as an attribute of the link
// eg click here
PW = {
init : function () {
PW.popUpWin = 0;
var aElms = document.getElementsByName('popUp');
for(var i=0; i