function newWin(url){
window.open(url, 'PTLB', 'width=500,height=500,')
}