function popupWin(url) {
window.open 
(url, 'popWin','scrollbars=yes,toolbar=no,resizable=yes,width=550,height=420');
}