	window.onload = function()	{    Shadowbox.init();       }		var map = "";	var directionsPanel;	var directions;		    function clearData(thisBox, value)	{	    if(thisBox.value ==(value))	    {            thisBox.value = ("");	    	    }	}		function resetData(thisBox, value)	{		if(thisBox.value == (""))	    {            thisBox.value = value;	    }	}		
