function openPopUpWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

 function nospam_email(domain,user) 
    { 
        document.location.href = "mailto:" + user + "@" + domain; 
    }

