// JavaScript Document
function navCurrent() {
	var navCurrentSection = "";
	if (navCurrentSection = "about") {
		document.write('<a href="" id="current">');
	// } else if () {
	// 	;
	// } else {
	// 	;
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
