// JavaScript Document
<!--										  
function abrir(opcion)
{
 if (opcion==1)
  {
a=window.open("Methods_payments.html","1","resizable=0,scrollbars=yes,menubar=0,toolbar=0,status=0,width=600,height=570,resizable=no,top=50,left=200", target="_blank")
}
  a.focus()
   }
// -->