// Menu Code

var menu_about = new Array()
var menu_admit = new Array()
var menu_show = new Array()
var menu_peeps = new Array()
var menu_cu = new Array()


menu_about[0] = new Array()
menu_about[0][0] = "Program Overview"
menu_about[0][1] = "Brief description of DPA."
menu_about[0][2] = "about_overview.html"
menu_about[1] = new Array()
menu_about[1][0] = "Facilities"
menu_about[1][1] = "Resources available to DPA students."
menu_about[1][2] = "about_facilities.html"
menu_about[2] = new Array()
menu_about[2][0] = "Brochure (PDF)"
menu_about[2][1] = "Contains general information about DPA. (PDF Viewer Required)"
menu_about[2][2] = "pdf/brochure2007.pdf"
menu_about[3] = new Array()
menu_about[3][0] = "Contact Info"
menu_about[3][1] = "Contact Information for the program."
menu_about[3][2] = "about_contact.html"

menu_admit[0] = new Array()
menu_admit[0][0] = "Graduate School"
menu_admit[0][1] = "The graduate school web site."
menu_admit[0][2] = "http://www.grad.clemson.edu/index.php"
menu_admit[1] = new Array()
menu_admit[1][0] = "Portfolio Requirements"
menu_admit[1][1] = "Submission guidelines and due dates."
menu_admit[1][2] = "admissions_portfolio.html"
menu_admit[2] = new Array()
menu_admit[2][0] = "Program Handbook (PDF)"
menu_admit[2][1] = "A formal definition of the DPA program requirements. (PDF Viewer Required)"
menu_admit[2][2] = "pdf/handbook.pdf"
menu_admit[3] = new Array()
menu_admit[3][0] = "FAQ"
menu_admit[3][1] = "Answers to Frequently Asked Questions."
menu_admit[3][2] = "admissions_faq.html"

menu_show[0] = new Array()
menu_show[0][0] = "Animations"
menu_show[0][1] = "Team and individual projects."
menu_show[0][2] = "showcase_animations.html"
menu_show[1] = new Array()
menu_show[1][0] = "Stills"
menu_show[1][1] = "Still shots of personal and team projects."
menu_show[1][2] = "showcase_stills.html"
menu_show[2] = new Array()
menu_show[2][0] = "Animation Festivals"
menu_show[2][1] = "Past festival acceptances and awards."
menu_show[2][2] = "showcase_festivals.html"

menu_peeps[0] = new Array()
menu_peeps[0][0] = "Students"
menu_peeps[0][1] = "Current students in the department."
menu_peeps[0][2] = "people_students.html"
menu_peeps[1] = new Array()
menu_peeps[1][0] = "Faculty"
menu_peeps[1][1] = "The professors responsible for the program."
menu_peeps[1][2] = "people_faculty.html"
menu_peeps[2] = new Array()
menu_peeps[2][0] = "Alumni"
menu_peeps[2][1] = "Past students."
menu_peeps[2][2] = "people_alumni.html"

menu_cu[0] = new Array()
menu_cu[0][0] = "Clemson University"
menu_cu[0][1] = "The official university web site."
menu_cu[0][2] = "http://www.clemson.edu"
menu_cu[1] = new Array()
menu_cu[1][0] = "Computer Science"
menu_cu[1][1] = "The department at Clemson."
menu_cu[1][2] = "http://www.cs.clemson.edu"
menu_cu[2] = new Array()
menu_cu[2][0] = "Art"
menu_cu[2][1] = "The department at Clemson."
menu_cu[2][2] = "http://www.clemson.edu/caah/art/"
menu_cu[3] = new Array()
menu_cu[3][0] = "Performing Arts"
menu_cu[3][1] = "The department at Clemson."
menu_cu[3][2] = "http://www.clemson.edu/PerfArts/"


var lcv = 0
var len = 0

function showMainMenu() {
	document.write('<div class="menu"><ul>\n');
	document.write('<li><a href="about.html">About<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>');
	len = menu_about.length;
	for( lcv = 0; lcv < len; lcv++ ) {
		document.write('<li><a class="sub_single" href="' + menu_about[lcv][2] + '" title="'+ menu_about[lcv][1] +'">'+menu_about[lcv][0]+'</a></li>');
	}
	document.write('</ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a href="admissions.html">Admissions<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>');
	len = menu_admit.length;
	for( lcv = 0; lcv < len; lcv++ ) {
		document.write('<li><a class="sub_single" href="' + menu_admit[lcv][2] + '" title="'+ menu_admit[lcv][1] +'">'+menu_admit[lcv][0]+'</a></li>');
	}
	document.write('</ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a href="showcase.html">Showcase<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>');
	len = menu_show.length;
	for( lcv = 0; lcv < len; lcv++ ) {
		document.write('<li><a class="sub_single" href="' + menu_show[lcv][2] + '" title="'+ menu_show[lcv][1] +'">'+menu_show[lcv][0]+'</a></li>');
	}
	document.write('</ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a href="people.html">People<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>');
	len = menu_peeps.length;
	for( lcv = 0; lcv < len; lcv++ ) {
		document.write('<li><a class="sub_single" href="' + menu_peeps[lcv][2] + '" title="'+ menu_peeps[lcv][1] +'">'+menu_peeps[lcv][0]+'</a></li>');
	}
	document.write('</ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a class="single" href="events.html" title="See where the DPA animations will be featured.">Upcoming Events</a></li>');
	document.write('<li><a href="index.html">Clemson Links<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>');
	len = menu_cu.length;
	for( lcv = 0; lcv < len; lcv++ ) {
		document.write('<li><a class="sub_single" href="' + menu_cu[lcv][2] + '" title="'+ menu_cu[lcv][1] +'">'+menu_cu[lcv][0]+'</a></li>');
	}
	document.write('</ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul></div>');
}