function newWindow()
{
testwindow= window.open ("", "mywindow","location=1,status=1,scrollbars=0,width=100,height=100");
testwindow.moveTo(0,0);
}
