function openWindow(theUrl, theName, theOptions )
{
  window.open(theUrl,theName,theOptions);
}