var NewPage;function new_page(gotoUrl){	NewPage=parent.body.location.replace(gotoUrl);	NewPage.focus();}