function getTrapProxy() {
     hoje = new Date();
     return(hoje.getMinutes()+"-"+hoje.getSeconds());
}

function contato_user(user){
URL="http://www.promerc.com.br/servlet/wctbiz?TRSER=T5050&sess=00000&user="+user+"&tm="+getTrapProxy();
window.open(URL,"","width=450,height=430,resizable=no,scrollbars=yes,menubar=no");
}

function contato_canal(canal){
URL="http://www.promerc.com.br/servlet/wctbiz?TRSER=T5010&sess=00000&canal="+canal+"&tm="+getTrapProxy();
window.open(URL,"","width=450,height=430,resizable=no,scrollbars=yes,menubar=no");
}
 
