function popUp(page,width,height){   popWin = window.open(page,'popWin','width=' + width + ',height=' + height + ',scrollbars=1');}