function printMenu() {
	document.write("						<h2 id='welcome'><a href='../index.html'>Welcome to STAR*D</a></h2>");
	document.write("						");
	document.write("						<h3><a href='index.html'>Home</a></h3>");
	document.write("						<h3><a href='about.html'>About Us</a></h3>");
	document.write("						<ul>");
	document.write("							<li><a href='mission.html'>Our Mission</a></li>");
	document.write("							<li><a href='whoweare.html'>Who We Are</a></li>");
	document.write("							<li><a href='about2.html'>Treatment Options</a></li>");
	document.write("							<li><a href='about3.html'>Treatment Protocols</a></li>");
	document.write("							<li><a href='about4.html'>Implementation</a></li>");
	document.write("							<li><a href='Protocol/'>Study Protocol</a></li>");
	document.write("							<li><a href='slides1/CINP%20SLIDES%20-%20STARD_files/frame.htm' target='_blank'>Overview Slides</a></li>");
	document.write("							<li><a href='slides2/STARDCoreLectureAssembled_files/frame.htm' target='_blank'>Study Update Slides</a></li>");
	document.write("							<li><a href='Publications/'>Publications</a></li>");
	document.write("						</ul>");
	document.write("						");
	document.write("						<h3><a href='idsqids.html'>IDS/QIDS Translations</a></h3>");
	document.write("						");
	document.write("						<h3><a href='ancillary.html'>Ancillary Studies</a></h3>");
	document.write("						<ul>");
	document.write("							<li><a href='overview.html'>Overview</a></li>");
	document.write("							<li><a href='general.html'>General Principles</a></li>");
	document.write("							<li><a href='guide.html'>Guidelines</a></li>");
	document.write("							<li><a href='rev.html'>Review Criteria</a></li>");
	document.write("							<li><a href='budget.html'>Budgetary Aspects</a></li>");
	document.write("							<li><a href='report.html'>Reporting</a></li>");
	document.write("							<li><a href='regselect.html'>Regional Center Selection</a></li>");
	document.write("						</ul>");
	document.write("");
	document.write("						<h3><a href='research.html'>Research Resources</a></h3>");
	document.write("						<ul>");
	document.write("							<li><a href='study_manuals.html'>Study Manuals</a></li>");
	document.write("							<li><a href='assessment_forms.html?y'>Assessment Forms</a></li>");
	document.write("							<li><a href='pat_ed_manuals.html?y'>Patient Education Materials</a></li>");
	document.write("						</ul>");
	
	document.write("						<h3><a href='clinician.html'>Clinician Resources</a></h3>");
	document.write("						<ul>");
	document.write("							<li><a href='assessment_forms.html'>Assessment Forms</a></li>");
	document.write("							<li><a href='pat_ed_manuals.html'>Patient Education Materials</a></li>");
	document.write("						</ul>");
	
	document.write("						<h3><a href='pat_ed_manuals.html?r'>Patient Resources</a></h3>");
//	document.write("						<ul>");
//	document.write("							<li><a href='ctt_manual.html'>Cognitive Therapist Training Manual</a></li>");
//	document.write("						</ul>");
	document.write("");
	document.write("						<h3><a href='relorgan.html'>Related Organizations</a></h3>");
	document.write("						<ul>");
	document.write("							<li><a href='http://www.nimh.nih.gov/' target='_blank'>NIMH</a></li>");
	document.write("							<li><a href='http://www.nimh.nih.gov/outreach/partners/partners.cfm' target='_blank'>NIMH National Partners</a></li>");
	document.write("							<li><a href='http://www.nami.org/' target='_blank'>NAMI</a></li>");
	document.write("							<li><a href='http://www.dbsalliance.org/' target='_blank'>DBSA</a></li>");
	document.write("							<li><a href='http://www.nmha.org/' target='_blank'>NMHA</a></li>");
	document.write("							<li><a href='http://www.depression.org/' target='_blank'>NAFDI</a></li>");
	document.write("						</ul>");
	document.write("");
	document.write("						<h3><a href='newsletter.html'>Newsletter</a></h3>");
	document.write("						<p><br>Some documents on the STAR*D web site require Adobe Acrobat to view:</p><p style='text-align:center'><a href='http://www.adobe.com/products/acrobat/readstep2.html' target='_blank'><img src='images/getacro.gif'></a></p>");
}

function printBottomLinks(type) {
	if(type == "main") {
		document.write("<p style='text-align:center;'><a href='public/about.html'>About Us</a> | <a href='public/idsqids.html'>IDS/QIDS Translations</a> | <a href='public/ancillary.html'>Ancillary Studies</a><br><a href='public/clinician.html'>Clinician Resources</a> | <a href='public/relorgan.html'>Related Organizations</a> | <a href='public/newsletter.html'>Newsletter</a><br><br>A study funded by the <a href='http://www.nimh.nih.gov/' target='_blank'>National Institute of Mental Health</a>.</p>");
	}
	else {
		document.write("<p style='text-align:center;'><a href='index.html'>Home</a> | <a href='about.html'>About Us</a> | <a href='idsqids.html'>IDS/QIDS Translations</a> | <a href='ancillary.html'>Ancillary Studies</a><br><a href='clinician.html'>Clinician Resources</a> | <a href='relorgan.html'>Related Organizations</a> | <a href='newsletter.html'>Newsletter</a><br><br>A study funded by the <a href='http://www.nimh.nih.gov/' target='_blank'>National Institute of Mental Health</a>.</p>");
	}
}

function printFooter() {
	document.write("			<span><a href='http://www.pitt.edu' target='_blank'>University of Pittsburgh</a></span>");
	document.write("			<span><a href='http://www.edc.pitt.edu' target='_blank'>Web Systems by Epidemiology Data Center</a></span>");
	document.write("			<span>&copy; <Script type='text/javascript' Language='JavaScript'>var now = new Date; document.write(now.getYear() < 1000 ? now.getYear() + 1900 : now.getYear());</Script> All Rights Reserved</span>");
}
