function MM_openBrWindow(theURL,winName,features) { //v1.2
  window.open(theURL,winName,features);
}

   function OpenWindow(address)
   {
      window.open(address, null, "width=500,height=425,scrollbars=no")
   }
