function mailpage2()
{
mail_str = "mailto:sales@lhsound.com ?subject= " ;
mail_str += "&body= " ;
mail_str += " " ; 
location.href = mail_str;
}
