﻿//Popup window (Name translation)
function namePopup(theURL) 
{
  window.open(theURL,'Translate','scrollbars=yes,resizable=yes,width=365,height=330');
}
