function EmailLink(){
window.location = "mailto:"+"?subject=Visit the IPGA's new web site." + "&body="+document.title+"  "+window.location;
}