function directionsWin()	{
window.open("directions.html","new","menubar=0,toolbar=0,scrollbars=1,resizable=0,width=500,height=500");
}