function P7_TMenu2(b,og) { //v2.5 by Project Seven Development(PVII)
	//Modification for configuration Question #115
	if(og==9){return;}
 //
	var i,s,c,k,j,tN,hh;if(document.getElementById){
	//Modification for configuration Question #111
	if(!og){P7_TMfull2(b);}
	//
	if(b.parentNode && b.parentNode.childNodes){tN=b.parentNode.childNodes;}else{return;}
	for(i=0;i<tN.length;i++){if(tN[i].tagName=="DIV"){s=tN[i].style.display;
	hh=(s=="block")?"none":"block";if(og==1){hh="block";}tN[i].style.display=hh;}}
	c=b.firstChild;if(c.data){k=c.data;j=k.charAt(0);if(j=='+'){k='-'+k.substring(1,k.length);
	}else if(j=='-'){k='+'+k.substring(1,k.length);}c.data=k;}if(b.className=='p7plusmark2'){
	b.className='p7minusmark2';}else if(b.className=='p7minusmark2'){b.className='p7plusmark2';}}
}

function P7_setTMenu2(){ //v2.5 by Project Seven Development(PVII)
	var i,d='',h='<style type=\"text/css\">';if(document.getElementById){
	var tA=navigator.userAgent.toLowerCase();if(window.opera){
	if(tA.indexOf("opera 5")>-1 || tA.indexOf("opera 6")>-1){return;}}
	for(i=1;i<20;i++){d+='div ';h+="\n#p7TMnav2 div "+d+"{display:none;}";}
	document.write(h+"\n</style>");}
}
P7_setTMenu2();

function P7_TMopen2(){ //v2.5 by Project Seven Development(PVII)
	var i,x,d,hr,ha,ef,a,ag;if(document.getElementById){d=document.getElementById('p7TMnav2');
	if(d){hr=window.location.href;ha=d.getElementsByTagName("A");if(ha&&ha.length){
	for(i=0;i<ha.length;i++){if(ha[i].href){if(hr.indexOf(ha[i].href)>-1){
	//Modification for configuration Question #115
	if(ha[i].onclick&&ha[i].onclick.toString().indexOf("P7_TMenu")>-1){a=ha[i].parentNode;
	}else{ha[i].className="p7currentmark2";a=ha[i].parentNode.parentNode;}while(a){
	//End Modification
	
	//Original code
	//ha[i].className="p7currentmark2";a=ha[i].parentNode.parentNode;while(a){
	//End Original code
	
	if(a.firstChild && a.firstChild.tagName=="A"){if(a.firstChild.onclick){
	ag=a.firstChild.onclick.toString();if(ag&&ag.indexOf("P7_TMenu2")>-1){
	P7_TMenu2(a.firstChild,1);}}}a=a.parentNode;}}}}}}}
}

function P7_TMall2(a){ //v2.5 by Project Seven Development(PVII)
	var i,x,ha,s,tN;if(document.getElementById){ha=document.getElementsByTagName("A");
	for(i=0;i<ha.length;i++){if(ha[i].onclick){ag=ha[i].onclick.toString();
	if(ag&&ag.indexOf("P7_TMenu2")>-1){if(ha[i].parentNode && ha[i].parentNode.childNodes){
	tN=ha[i].parentNode.childNodes;}else{break;}for(x=0;x<tN.length;x++){
	if(tN[x].tagName=="DIV"){s=tN[x].style.display;if(a==0&&s!='block'){P7_TMenu2(ha[i]);
	}else if(a==1&&s=='block'){P7_TMenu2(ha[i]);}break;}}}}}}
}

function P7_TMclass2(){ //v2.5 by Project Seven Development(PVII)
	var i,x,d,tN,ag;if(document.getElementById){d=document.getElementById('p7TMnav2');
	if(d){tN=d.getElementsByTagName("A");if(tN&&tN.length){for(i=0;i<tN.length;i++){
	ag=(tN[i].onclick)?tN[i].onclick.toString():false;if(ag&&ag.indexOf("P7_TMenu2")>-1){
	tN[i].className='p7plusmark2';}else{tN[i].className='p7defmark2';}}}}}
}

//Expand menu section when a page loads that is not part of the menu
//Question #110
function P7_TMopenUrl2(mrk,theUrl){ //v2.5b by Project Seven Development(PVII)
	var i,x,d,hr,ha,ef,a,ag;if(document.getElementById){
	d=document.getElementById('p7TMnav2');
	if(d){hr=theUrl;ha=d.getElementsByTagName("A");if(ha&&ha.length){
	for(i=0;i<ha.length;i++){if(ha[i].href){if(ha[i].href.indexOf(hr)>-1){
	if(mrk==1){ha[i].className="p7currentmark2";}a=ha[i].parentNode.parentNode;while(a){
	if(a.firstChild && a.firstChild.tagName=="A"){if(a.firstChild.onclick){
	ag=a.firstChild.onclick.toString();if(ag&&ag.indexOf("P7_TMenu2")>-1){
	P7_TMenu2(a.firstChild,1);}}}a=a.parentNode;}}}}}}}
}

//Menu system shows only one submenu at a time
//Question #111
function P7_TMfull2(tL){ //v1.4 by Project Seven Development(PVII)
	var i,x,pp,pa,d,ha,s,tN,tA,c,k,j,pd,pc,m;
	var tD=new Array(),tAA=new Array();
	if(tL&&tL.parentNode){pp=tL.parentNode;while(pp){
	if(pp.tagName&&pp.tagName=="DIV"){if(pp.id &&pp.id=="p7TMnav2"){
	break;}tD[tD.length]=pp;}pp=pp.parentNode;}}
	d=document.getElementById("p7TMnav2");tA=d.getElementsByTagName("A");
	for(i=0;i<tA.length;i++){m=true;if(tA[i].onclick){
	ag=tA[i].onclick.toString();if(ag&&ag.indexOf("P7_TMenu2")>-1){
	if(tA[i].parentNode && tA[i].parentNode.childNodes){
	for(x=0;x<tD.length;x++){if(tA[i].parentNode==tD[x]){
	m=false;break;}}if(m){tAA[tAA.length]=tA[i];}}}else{
	if(tA[i].className=="p7currentmark2"&&tA[i]!=tL){tA[i].className="";}}}}
	for(i=0;i<tAA.length;i++){if(tAA[i].onclick){
	ag=tAA[i].onclick.toString();if(ag&&ag.indexOf("P7_TMenu2")>-1){
	if(tAA[i].parentNode && tAA[i].parentNode.childNodes){
	tN=tAA[i].parentNode.childNodes;for(x=0;x<tN.length;x++){
	if(tN[x].tagName=="DIV"){s=tN[x].style.display;if(s=='block'){
	P7_TMenu2(tAA[i],5);}}}}}}}
}
//Automatically have the appropriate menu section open by declaring the actual
//text that appears in the link
//Question #118
function P7_TMopenLink2(mrk,theLink){ //v1.2a by Project Seven Development(PVII)
	var i,x,d,hr,ha,ef,a,ag;if(document.getElementById){
	d=document.getElementById('p7TMnav2');if(d){
	ha=d.getElementsByTagName("A");if(ha&&ha.length){
	for(i=0;i<ha.length;i++){
	if(ha[i].firstChild&&ha[i].firstChild.data){
	if(ha[i].firstChild.data==theLink){
	if(mrk==1){ha[i].className="p7currentmark2";}
	if(ha[i].onclick&&ha[i].onclick.toString().indexOf("P7_TMenu2")>-1){
	a=ha[i].parentNode;}else{a=ha[i].parentNode.parentNode;}while(a){
	if(a.tagName&&a.tagName=="DIV"&&a.firstChild&&a.firstChild.tagName=="A"){
	P7_TMenu2(a.firstChild,1);}a=a.parentNode;}}}}}}}
}
//Automatically have a certain menu section open based on the folder name
//where the page is stored
//Question #148