function popup(url) {
    window.open(url,"thumbnail","width=350,height=250,scrollbars=yes");
}

