<!--
function openurl(url,w,h)
{
  t = (screen.height-h-30)/2;
  l = (screen.width-w-30)/2;
  window.open(url, 'wind1', "top="+t+",left="+l+",width="+w+",height="+h+",resizable=1,scrollbars=1");
}
//->
