function cPopup(foldername) {
	var Popup;
	page = foldername + '/contact-pop.html';
	Popup = window.open(page, 'ContactInformation', 'height=400,width=580,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes');
}
function overSideNav(ID) {
	theObj = eval(ID);
	theObj.bgColor="#CC0000";
}
function outSideNav(ID) {
	theObj = eval(ID);
	theObj.bgColor="#5A88AB";
}
function overSubNav(ID) {
	theObj = eval(ID);
	theObj.bgColor="#5A88AB";
}
function outSubNav(ID) {
	theObj = eval(ID);
	theObj.bgColor="";
}
