/* * * * * START: E-MAIL * * * * */
function mailto(name,domain){
    window.location.href = "mailto:"+name+"@"+domain;
}
/* * * * * END: E-MAIL * * * * */



/* * * * * START: POP-UP * * * * */
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
/* * * * * END: POP-UP * * * * */

