function $(i) { return document.getElementById(i) }

function OpenPopup(page,width,height){
  window.open(page,'','width=' + width + ', height=' + height + ', resizable=no, location=no, menubar=no, status=no, scrollbars=no, menubar=no, top=150, left=150')
}

