//**************************
// 別ウィンドウを開く
//**************************
function OpenWindow( url ){
window.open(url,"_blank","width=900,height=800,left=100,top=50,toolbar=yes,location=yes,status=yes,menubar=yes,directories=yes,scrollbars=yes,resizable=yes");
}
