function go_apply(type,quota) {
	if(type=="1") {
	location.href = "webzero_apply.php?quota="+quota;
	}

	if(type=="2") {
	location.href = "service_apply_form.php?quota="+quota;
	}

	if(type=="3") {
	location.href = "win_service_apply_form.php?quota="+quota;
	}

	if(type=="4") {
	location.href = "only_apply_form.php?quota="+quota;
	}
}
