function myPopup(linka) {
window.open( linka, "Pagamento", "status = 1, height = 600, width = 730, resizable = 1,scrollbars = yes " );
return false;

}