// usage: onclick="Popup(this.href); return false;"

<!-- Begin
function Popup(page) {
OpenWin = this.open(page, "Popup");
}
// End -->

