
function new_win()
{
window.open('');
}

function stat_write(yourtext)
{
window.status=yourtext;
}

