function mail(){
  article_str = "mailto:NoviiMedia<servicena@novii.com>?subject=NoviiAnimator" 
  location.href = article_str;
}
