function open_directions(){
	window.open('/directions/', 'directions', 'toolbar=no,width=550,height=550');
}