/* ************************************************************
// JavaScript: boletin.amigosdelosmayores.org/js/newsletter.js
// ©2008 by Inico.com, LLC
// Last modified: 2008-06-14 21:26:52 UTC
// ************************************************************
*/


function targetBlank(myRef) {

var MS = screen.height*0.92;

if(myRef.href)
window.open(myRef.href,myRef.target,'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=530,height='+MS+',left=15,top=15')

}
