function wopen1(){
win=window.open("rest_ura.html","new","width=500,height=630");
win.moveTo(100,100);
}
