function VerForo(){
newwin = window.open("/forum/default.asp","Foro", "WIDTH=740, HEIGHT=430, top=80, left=100 scrollbars");
newwin.focus();
}
