var isNS=false;
var isIE=false;
if (document.layers) isNS=true;
if (document.all) isIE=true;
	
function NavLinks(LinkNumber)  {
	var Link = new Array();
	Link[1]="http://www.unco.edu/acctservices/index.htm";
	Link[2]="http://www.unco.edu/acctservices/acctpay/";
	Link[3]="http://www.unco.edu/acctservices/budget/";
	Link[4]="http://www.unco.edu/acctservices/bursar/";
	Link[5]="http://www.unco.edu/acctservices/genacct/";
	Link[6]="http://www.unco.edu/acctservices/payroll/";
	Link[7]="http://www.unco.edu/acctservices/purc/";
	Link[8]="http://www.unco.edu/acctservices/pfs/";
	Link[9]="http://www.unco.edu/acctservices/warehouse/";
	window.location=(Link[LinkNumber]);
}

function idDept() {
	document.leftnav.src=("../images/leftnav_header_"+I+".gif");
	document.G_header.src=("../images/graphic_header_"+I+".jpg");
}
	function TxtLinks(N) {
		var Link =new Array("../asp/results_frm_dept.asp?mnuDeptF="+L+"&mnuType=form", "../asp/results_frm_dept.asp?mnuDeptF="+L+"&mnuType=pub", "../asp/procedures.asp?mnuDept="+L+"","../"+D+"mission.htm", "../asp/results_dept.asp?mnuDept="+L+"", "../"+D+"index.htm");
		window.location=(Link[N]);	
}
		
function openWindow(l)
{
window.open(l, "new_window", "menubar,scrollbars, height=500, width=500");
}

function openFaqs(N) 
{
window.open("../bursar/answers/"+N+".htm", "window_answ", "status,scrollbars,  resizable, height=400, width=350")
}

function getInclude(LinkNumber)  {
	var Link = new Array();
	Link[1]="riskmgt1.htm";
	Link[2]="http://www.unco.edu/acctservices/acctpay/";
	Link[3]="http://www.unco.edu/acctservices/budget/";
	Link[4]="http://www.unco.edu/acctservices/bursar/";
	Link[5]="http://www.unco.edu/acctservices/genacct/";
	Link[6]="http://www.unco.edu/acctservices/payroll/";
	Link[7]="http://www.unco.edu/acctservices/purc/";
	Link[8]="http://www.unco.edu/acctservices/pfs/";
	Link[9]="http://www.unco.edu/acctservices/warehouse/";
	inc=(Link[LinkNumber]);
	return inc;
}

function openTrainSch(n)
{
	var o = new Array("apbootcmp.htm", "budget.htm", "contorig.htm", "eprint.htm", "forms.htm", "frs.htm", "general.htm", "indcont.htm", "procard.htm", "psa.htm", "travel.htm", "yearend.htm", "eio.htm", "apadv.htm", "pvsnet.htm");
	l=(o[n]);
	window.open("../training/tr_outlines/"+l, "window_desc", "status,scrollbars,  resizable, height=350, width=350");
}

function procLink(DL) {
	if (DL != "") {
	var PL=("<a href='"+DL+"'>Procedure</a>");
	return PL;
	} else {
	var PL="";
	return PL;
	}
}

function viewAll() {
	if (VA == 1) {
	var R = ("<a href='../asp/"+K+"'>View all Financial Services "+T+"</a>");
	return R;
	} else {
	var R="";
	return R;
	}
}
