function openWindow(uri)
{
   popupWindow = window.open(uri,"popup","width=440,height=340,location=0,menubar=0,status=0,toolbar=0,scrollbars=1,resizable=0");
   popupWindow.focus();
   return false;
}
