
function new_win()
{
    window.open("mywin","width=600,height=400,screenX=50,left=50,screenY=50,top=50,status=no,menubar=no");
}

