function soryo()
{
  WindowOpen = window.open("soryo.html","","scrollbars=yes,Width=810,Height=530") ;
}
<!--
//サブウィンドウをあける
function subWin(ref){
	window.open(ref,'newwin','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,WIDTH=605,HEIGHT=500');
}
// -->