function send(where)
{
if (where=="info") info()
if (where=="purchase") purchase()
}
function info()
{             
self.location="mailto:info@151st.org?subject=Questions or Comments"
}
function purchase()
{
self.location="mailto:purchase@151st.org?subject=Purchase"
}

