function _popup(x,y,Namestr){
    //新しいブラウザウィンドウを開きます
    controlWindow=window.open( "",Namestr,
    "toolbar=no,location=no,directories=no,status=1,menubar=no,scrollbars=yes,resizable=yes,width="+x+",height="+y);
}