// JavaScript Document


	function showDirection1(){
	var curDisp = document.getElementById('direction1').style.display;
	
	if(curDisp == "none"){
		document.getElementById('direction1').style.display = "block";
		}
	else{
		document.getElementById('direction1').style.display = "none";
		parent.m.location="blank.html";
		}	
	}
	
		function showDirection2(){
	var curDisp = document.getElementById('direction2').style.display;
	
	if(curDisp == "none"){
		document.getElementById('direction2').style.display = "block";
		}
	else{
		document.getElementById('direction2').style.display = "none";
		parent.m.location="blank.html";
		}	
	}
	
	
		function showDirection3(){
	var curDisp = document.getElementById('direction3').style.display;
	
	if(curDisp == "none"){
		document.getElementById('direction3').style.display = "block";
		}
	else{
		document.getElementById('direction3').style.display = "none";
		parent.m.location="blank.html";
		}	
	}
	
		function showDirection4(){
	var curDisp = document.getElementById('direction4').style.display;
	
	if(curDisp == "none"){
		document.getElementById('direction4').style.display = "block";
		}
	else{
		document.getElementById('direction4').style.display = "none";
		parent.m.location="blank.html";
		}	
	}
		function showDirection5(){
	var curDisp = document.getElementById('direction5').style.display;
	
	if(curDisp == "none"){
		document.getElementById('direction5').style.display = "block";
		}
	else{
		document.getElementById('direction5').style.display = "none";
		parent.m.location="blank.html";
		}	
	}
	
		function showDirection6(){
	var curDisp = document.getElementById('direction6').style.display;
	
	if(curDisp == "none"){
		document.getElementById('direction6').style.display = "block";
		}
	else{
		document.getElementById('direction6').style.display = "none";
		parent.m.location="blank.html";
		}	
	}
	
		function showDirection7(){
	var curDisp = document.getElementById('direction7').style.display;
	
	if(curDisp == "none"){
		document.getElementById('direction7').style.display = "block";
		}
	else{
		document.getElementById('direction7').style.display = "none";
		parent.m.location="blank.html";
		}	
	}
	
		function showDirection8(){
	var curDisp = document.getElementById('direction8').style.display;
	
	if(curDisp == "none"){
		document.getElementById('direction8').style.display = "block";
		}
	else{
		document.getElementById('direction8').style.display = "none";
		parent.m.location="blank.html";
		}	
	}
