/*
*/

var Loctn=document.location.href,
		SetBotL='solid 1px white',
		SetTopR='solid 1px blue';


//	if(SomethingImpossibleHappens){
	window.onload=function() {
			var MenuList,
				Hold,
				Ck,
				SplitRef,
				
				TextCol='#afc4e2',			//			<<<<<<<<<<<<<<<<<<<<<<<<

			//	HiLite='#afc4e2',			//			<<<<<<<<<<<<<<<<<<<<<<<<
			//	HiLite='white',			//			<<<<<<<<<<<<<<<<<<<<<<<<

			//	TextCol=HiLite,				//			<<<<<<<<<<<<<<<<<<<<<<<<

			//	Trim='white',				//			<<<<<<<<<<<<<<<<<<<<<<<<
			//	BGCol='#fd3b1b';			//			<<<<<<<<<<<<<<<<<<<<<<<<
			//	BGCol='#2c74bb';			//			<<<<<<<<<<<<<<<<<<<<<<<<
				
				Hold=document.location.href;
			
				for (x=0; x<8;x++){
					
					Ck=document.getElementById('Menu'+x).firstChild.href;

					if(Hold.indexOf(Ck)>-1){
					//	document.getElementById('Menu'+x).firstChild.style.backgroundColor=BGCol;
						document.getElementById('Menu'+x).firstChild.style.color=TextCol;
						
					//	document.getElementById('Menu'+x).firstChild.style.borderRight='solid 8px ' + HiLite;

					//	document.getElementById('Menu'+x).firstChild.style.borderLeft='solid 1px ' + Trim;
					//	document.getElementById('Menu'+x).firstChild.style.borderBottom='solid 1px ' + Trim;
					//	document.getElementById('Menu'+x).firstChild.style.borderTop='solid 1px ' + Trim;
					}

				}
		}
//	}
