<!--

function OpenWindow(page, width, height)
{
  open(page,'','width='+width+',height='+height+'menubar=no,toolbar=no,statusbar=no');
}
 

function mail_to_support()
{ 
 var mayvar1 = "support#dog#anegmetex.com"; 
 location.href = "mailto:" + mayvar1.replace("#dog#", "@")+"?subject=Program%20feedback"; 
}


//-->