function openWin(wURL,wName,wWidth,wHeight,wResize,wMenu) {
   return window.open(wURL,wName,'left=10,top=10,width='+wWidth+',height='+wHeight+',toolbar=0,location=0,directories=0,status=0,menuBar='+wMenu+',scrollBars=0,resizable='+wResize);
}