<!--
function fsOpenPopWnew(){
	var xURL ="http://www.flets/info/demand/customer/s_fee.html";
	detailWin=window.open(xURL);
	detailWin.focus();
}
//
function fsOpenWnew(xName,xWidth,xHeight){
	var xURL =xName + ".html";
	var xArray = xName.split('/');
	var xCode = xArray[xArray.length -1];
	detailWin=window.open(xURL,xCode,"resizable=yes,scrollbars=yes,width="+xWidth+",height="+xHeight + ",left=0,top=0");
	detailWin.focus();
}

//info Win Open
function fsCoutionWinOpen(xFile){
	detailWin=window.open(xFile,"Info","resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=720,height=480");
	detailWin.focus();
}

//info Win Open
function fsFormWinOpen(xFile){
	detailWin=window.open(xFile,"Info","resizable=no,scrollbars=yes,menubar=no,directories=no,status=no,location=no,width=700,height=480");
	detailWin.focus();
}
//-->
