var new_window3='';

function show_oemsite(url)
{
  if (!new_window3.closed && new_window3.location)
  {
    new_window3.focus();
  }
  else
  {
  new_window3 = window.open(url,'window', 'directories=no,location=no,menubar=no,resizable=yes,status=no,toolbar=no,width=800, scrollbars=yes, height=500, left=0, top=0');

  new_window3.focus();
  }

}