// JavaScript Document

function pop(page,w,h) {
OpenWin = this.open(page, "EuroPoint", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=" + w + ",height=" + h);
}

