var mm = window.open("new.htm");
setTimeout("mm.blur();window.focus()", 10000);