	/* ************************************************************************************************************************** */	
	function showDirectionsPopup(){
		newTop = self.screenTop+100;
		newLeft = self.screenLeft+100;
		features = "top="+newTop+", left="+newLeft+", width=600, height=500, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no";
		url = "popups/directions.php";

		window.open(url, "popupDirections", features);		
	}			

	