function mailpage()
{
mail_str = "mailto:?subject=Model Rocketry Information " 
mail_str += "&body=I know you like rockets. I thought you might be interestested in the information about rocketry at Apogee Components " 
mail_str += ". You can view it at " + location.href; 
location.href = mail_str;
}
