<!--
//Start building a javascript library
function popup(theURL,theName,theAttr) {
    return window.open(theURL,theName,theAttr);
}
//-->