document.writeln("<script>");
document.writeln("function Check_Fill()");
document.writeln("{");
document.writeln("		if(FormOrder.txtDepDate.value.trim()==\"\")");
document.writeln("		{");
document.writeln("			alert(\"请选择出发日期！\");");
document.writeln("			FormOrder.txtDepDate.focus();");
document.writeln("			return false;");
document.writeln("		}");
document.writeln("		return true;");
document.writeln("}");
document.writeln("function DC()");
document.writeln("{");
document.writeln("		document.getElementById(\"BACKDATE\").style.display = \"none\";");
document.writeln("}");
document.writeln("function WF()");
document.writeln("{");
document.writeln("		document.getElementById(\"BACKDATE\").style.display = \"block\";");
document.writeln("}");
document.writeln("function GNJP()");
document.writeln("{");
document.writeln("		document.getElementById(\"GNDIV\").style.display = \"block\";");
document.writeln("		document.getElementById(\"GJDIV\").style.display = \"none\";");
document.writeln("		document.getElementById(\"JDDIV\").style.display = \"none\";");
document.writeln("}");
document.writeln("function GJJP()");
document.writeln("{");
document.writeln("		document.getElementById(\"GNDIV\").style.display = \"none\";");
document.writeln("		document.getElementById(\"GJDIV\").style.display = \"block\";");
document.writeln("		document.getElementById(\"JDDIV\").style.display = \"none\";");
document.writeln("}");
document.writeln("function JD()");
document.writeln("{");
document.writeln("		document.getElementById(\"GNDIV\").style.display = \"none\";");
document.writeln("		document.getElementById(\"GJDIV\").style.display = \"none\";");
document.writeln("		document.getElementById(\"JDDIV\").style.display = \"block\";");
document.writeln("}");
document.writeln("<\/script>");