function openWindow(url,name)
{ popupWin = window.open(url,name, ' resizable, width=800,height=600,left=0,top=0')
}