<!-- Hiding the code

function new_win()
{
var win=open("giving.htm", "giving", 'resizable=no,width=800,height=400');
}

document.write('<map name="Image Map">');
document.write('<area shape="rect" coords="304,75,347,99" href="http://www.its.caltech.edu/~alumni/events.htm" alt="Events" title="Events">');
document.write('<area shape="rect" coords="626,75,689,99" href="http://www.its.caltech.edu/~alumni/volunteer.htm" alt="Volunteer!" title="Volunteer!">');
document.write('<area shape="rect" coords="561,75,623,99" href="http://www.its.caltech.edu/~alumni/reunions.htm" alt="Reunions">');
document.write('<area shape="rect" coords="497,75,558,99" href="http://www.its.caltech.edu/~alumni/programs.htm" alt="Programs">');
document.write('<area shape="rect" coords="414,75,491,99" href="http://www.its.caltech.edu/~alumni/membership.htm" alt="Membership">');

/*
document.write('<a href= # ONCLICK="new_win();">');
*/

document.write('<area shape="rect" coords="351,75,410,99" href= # ONCLICK="new_win();" alt="Ways to Make a Gift" title="Ways to Make a Gift">');

document.write('<area shape="rect" coords="224,75,299,99" href="http://www.its.caltech.edu/~alumni/class_notes.htm" alt="Class Notes" title="Class Notes">');
document.write('<area shape="rect" coords="125,75,221,99" href="http://www.its.caltech.edu/~alumni/online_services.htm" alt="Online Services" title="Online Services">');
document.write('<area shape="rect" coords="50,75,123,99" href="http://www.its.caltech.edu/~alumni/association.htm" alt="About the Association">');
document.write('<area shape="rect" coords="9,1,47,112" href="http://www.its.caltech.edu/~alumni/" alt="Alumni Home" title="Alumni Home">');
document.write('</map>');
document.write('<map name="Map">');
document.write('<area shape="circle" coords="40,40,40" href="http://www.caltech.edu" alt="CIT Home">');
document.write('</map>');

// done hiding -->







 



