function popup(plink) {
newWindow = window.open(plink,"win1","width=520, height=450, left= 55, top=100");
newWindow.focus()
}
