function MM_openBrWindow(theURL,openwinname) 
{
  window.open(theURL,openwinname,"status=1,scrollbars=1,resizable=1, width=700,height=600");
}
