function disp(url){
	url=escape(url);
	url="form/form_syoseki_order.html?"+url;
	location.href = url;	
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}