// JavaScript Document


<!--サブウィンドウを開く

function disp(url){

	window.open(url, "window_name", "width=500,height=800, scrollbars=yes, resizable=yes");

}

function disp2(url){

	window.open(url, "inquiry", "width=430,height=430, scrollbars=yes, resizable=yes");

}

function disp3(url){

	window.open(url, "ichiran", "width=600,height=530,scrollbars=yes, resizable=yes");

}



// -->
