function Open(parm){
	var type;
	if (parm == "eage")
		document.ReqTypeFrm.action="./ageselect.asp?type="+"eage";
	if (parm == "eage160")
		document.ReqTypeFrm.action="./ageselect.asp?type="+"eage160";

	if (parm == "cage")
		document.ReqTypeFrm.action="./ageselect.asp?type="+"cage";
	if (parm == "cage160")
		document.ReqTypeFrm.action="./ageselect.asp?type="+"cage160";

	if (parm == "ea")
		document.ReqTypeFrm.action="./ASPPrgs/APS_login.asp?type="+"ea";
	if (parm == "ea160")
		document.ReqTypeFrm.action="./ASPPrgs/APS_login.asp?type="+"ea160";

	if (parm == "ca")
		document.ReqTypeFrm.action="./ASPPrgs/APS_login.asp?type="+"ca";
	if (parm == "ca160")
		document.ReqTypeFrm.action="./ASPPrgs/APS_Login.asp?type="+"ca160";

//	if (parm == "ev")
//		document.ReqTypeFrm.action="./ASPPrgs/APS_login.asp?type="+"ev";
//	if (parm == "cv")
//		document.ReqTypeFrm.action="./ASPPrgs/APS_Login.asp?type="+"cv";
//	
//	if (parm == "ep")
//		document.ReqTypeFrm.action="./ASPPrgs/APS_login.asp?type="+"ep";
//	if (parm == "cp")
//		document.ReqTypeFrm.action="./ASPPrgs/APS_login.asp?type="+"cp";

	if (parm == "cw")
		document.ReqTypeFrm.action="./ASPPrgs/APS_Password_Query.asp?type="+"cw";

	if (parm == "ew")
		document.ReqTypeFrm.action="./ASPPrgs/APS_Password_Query.asp?type="+"ew";

//	if (parm == "tg")
//		document.ReqTypeFrm.action="./ASPPrgs/QueryGroupList.asp";

	if (parm == "cq")
		document.ReqTypeFrm.action="./ASPPrgs/APS_Apt_AvailDateQuery.asp?type=cq";

	if (parm == "eq")
		document.ReqTypeFrm.action="./ASPPrgs/APS_Apt_AvailDateQuery.asp?type="+"eq";
	document.ReqTypeFrm.submit();
}
