// JavaScript Document
function openwin(windowName)
{
  window.open(windowName, 'ht3000', config='height=650,width=650');
}