function LearnMoreWindow(url) { // Opens a pop-up window named Link with contents from url.
strParams = "toolbar=0,location=0,directories=0,status=0,menubar=0,";
strParams += "scrollbars=1,resizable=0,width=450,height=550,left=240,top=180";
window.open(url,"Link",strParams);
}

function openPrivacyWindow(){
window.open("http://www.nrdcaction.org/privacy.html", "privacy", "status=no,toolbar=no,resize=no,scrollbars=yes,left=350,top=80,screenX=620,screenY=80,width=500,height=450");
}