<!-- 
function openWindow(url,name)
{ popupWin = window.open(url,name, ' resizable, width=551,height=420,left=25,top=30')
}
// -->
