
// 
//  Copyright (c) 2006 アクセスネット情報技研 All Right Reserved.
//  ブラウザウィンドウを開く
// JavaScript Document
function disp(url){

	window.open(url, "window_name", "width=850,height=600,left=0,top=0,scrollbars=yes");

}

