

function goNewWin() {

TheNewWin =window.open("important.html",'TheNewpop','resizable=yes,toolbar=no,scrollbars=1,width=700,height=400'); 
TheNewWin.blur();

}