function openWindow(url, name) {

popupWin = window.open(url, name, 'scrollbars=yes,width=450,height=300,resizable=yes')

}
