// JavaScript Document
<!--  l = left, t = top, w = witdh en h = height
function popup(page,l,t,w,h)
{
  window.open (page,"_blank","height="+h+",width="+w+",left="+l+",top="+t+",status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no",bgcolor="#000000", margin="0")
}
// End -->