<!--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();}//function openCorner(xNumber){	if(xNumber == 1){		xURL = "title/newrelease.html";	}else if(xNumber == 2){		xURL = "plan/index.html";			}else if(xNumber == 3){		xURL = "outline/index.html";	}else if(xNumber == 4){		xURL = "title/nextrelease.html";	}else if(xNumber == 5){		xURL = "plan/index.html";	}else if(xNumber == 6){		xURL = "outline/index.html";	}else if(xNumber == 7){		xURL = "link/index.html";	}else if(xNumber == 8){		xURL = "title/2006/08/dandy_001.html";	}else if(xNumber == 9){		xURL = "title/2006/08/dandy_002.html";	}else if(xNumber == 10){		xURL = "title/2006/08/dandy_003.html";	}else if(xNumber == 11){		xURL = "title/2006/08/dandy_004.html";	}		detailWin=window.open(xURL,"dandy","resizable=yes,scrollbars=yes,width=850,height=750,left=0,top=0,toolbar=yes,menubar=yes");	detailWin.focus();}//-->