function newWindow(url){
popWindow = window.open(url,'popup','left=20,top=20,width=600,height=450,location=0,toolbar=0,resizable=1,scrollbars=0')
}