function openNewWindow() {

  popupWin = window.open('http://www.xe.com/ucc/',

  'Currency convertor',

  'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=640, height=550, left=0, top=0')

}