function do_about() {
// 	makerequest('ajax_menu.php?menu=about','container2');
//	window.open ("c_about.php","Russian River Chamber Music");
	document.location.href = "c_about.php";
}

function do_calendar() {
	document.location.href = "c_calendar.php";
}

function do_tickets() {
	document.location.href = "c_tickets.php";
}

function do_tickets2() {
	window.open ("http://www.brownpapertickets.com/event/80688","RRCM Tickets");
}

function do_donate() {
	document.location.href = "c_donate.php";
}

function do_contact() {
	document.location.href = "c_contact.php";
}

function do_signup() {
	document.location.href = "c_signup.php";
}

function do_history() {
	document.location.href = "c_history.php";
}

function do_links() {
	window.open ("c_links.php");
}

