// JavaScript Document


//function to get cookie name
//function readCookie(name) {
	//var nameEQ = name + "=";
	//var ca = document.cookie.split(';');
	//for(var i=0;i < ca.length;i++) {
		//var c = ca[i];
		//while (c.charAt(0)==' ') c = c.substring(1,c.length);
		//if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
		
	//}
	//return null;
//}

//checks to see if cookie exists
//var user ="";
//var user2 ="";
//if(readCookie('idn'))
		//{
	//var user = "Logout";
	//var user2 = "/auth.taf?_function=logout";
	//}
		//else
		//{
				//var user = "Log In";
				//var user2 = "/auth.taf";
		//}
		
		var anylinkmenu1={/*divclass:'anylinkmenu', inlinestyle:'width:350px; background:#0052a6', linktarget:'_new'*/} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	//["June 20-24, 2010 – 2010 NAO Conference", "/conference/conf2010/home.html"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:400px; background:#0052a6; text-decoration:none; color:#FFF', linktarget:'_new'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
					
	["Teaching Health Center Statute", "/documents/THCstatute.pdf"],
	["Communications Database RFP", "/documents/Comm database RFP ATrACC 5 19.pdf"],
	["Primary Care Extension and Ahecs", "/documents/PC Ext NAO_FY10.pdf"],
	["Society of Teachers of Family Medicine-Health Careers Posters", "http://www.stfm.org/initiatives/pipeline.cfm"],
	["National AHEC FY2011 Budget Request", "/documents/NAO 2010 talking points revised 03-29-10.pdf"], 
	["NAO Product-Publication order form updated", "/publications/documents/NAO-Product-order-form-2011-updated-03-28-11-v4.pdf"],
	["Macy Foundation Report – Developing a Strong Primary Care Workforce", "http://www.macyfoundation.org/documents/jmf_primarycare_summary.pdf"],
	["Title VII Programs Exceed HRSA Targets", "/home/documents/HRSA_FY09_Measures_One-Pager.pdf"],
	["National AHEC Core Report 2008-2009", "/home/documents/NAOCOREReport2008-09.pdf"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:350px; background:#0052a6', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["June 20-24, 2010 – 2010 NAO Conference", "/conference/conf2010/home.html"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:350px; background:#0052a6', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Members - new authentication system implemented", "/NewsAlerts/newAuthentication.asp"],
	["AHEC Reauthorization 2010", "/newsalerts/AHECReauthorization2010.pdf"] //no comma following last entry!
]


