function popWin(newhtml) {

var newwindow=window.open(newhtml,'crea','height=300,width=400,resizable=no,scrollbars=no,status=yes,toolbar=no,location=no');

if (window.focus) {newwindow.focus()}

}
