function Open_Window(x,y,width,height,goal,target)
{
//locationbar=no,menubar=no,status=no,resizeable=no,
  open(goal,target,"status='no',locationbar='no',status='no',menubar='no',resizeable='no',scrollbars=yes,width="+width+",height="+height+",screenX="+x+",screenY="+y);


}


