function openwin(url) {
    window.open(url, "CV", "width=664, scrollbars=yes");
}
