function go()
{
var a = window. open('','','scrollbars=yes,width=750,height=500');

a.document.open("text/html");
a.document.write('<html><head><link rel="stylesheet" href="http://www.alznyc.org/_css/print.css" /><style type="text/css">#frame{background-image:none;background-color:#FFFFFF;}</style></head><body style="padding-left:20px;background-image:none;background-color:#FFFFFF;"><b>Alzheimer&rsquo;s Association, New York City Chapter<br>From www.alznyc.org</b><br><br>');
a.document.write(document.getElementById('content').innerHTML);
a.document.write('</body></html>');
a.document.close();
a.print();
}

function TellFriend(ref)
{ 
var str="toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,resizable=yes,height=550,width=600"
	tellaFriend = window.open(ref,"TellObj",str);
    tellaFriend.opener = top;
} 
 

