function newWin() 
{
    msgWindow=window.open("../acento.html","","width=250,height=450,scrollbars=no");
}

