function ebDirect()
		{	
	
	var menu= window.open("#","myRemote", "height=250, width=325, alwaysLowered=0, alwaysRaised=0, channelMode=0, dependent=0, directories=0, fullscreen=0, hotkeys=1, location=0, menubar=0, resizable=1, scrollbars=0, status=0, titlebar=1, toolbar=0, z-lock=0", "myWindow");
	
	var theTime = "";
	var thePage = "";
	var today = new Date();
	
	if ( (today.getHours( ) >=6) && (today.getHours( ) <= 12) ) 
		theTime += "<b><font color='#00F0F0'>Good Morning!</b>";
	if ( (today.getHours() > 12) && (today.getHours() <= 18) )
	 	theTime += "<b><font color='#00F0F0'>Good Afternoon!</b>";
	if ( (today.getHours() > 18) && (today.getHours() <= 23) )
		theTime += "<b><font color='#00F0F0'>Good Evening!</b>";
	
	
	thePage += "<HTML><HEAD><TITLE>Directions to East Bay Bike Path</TITLE></HEAD>";
	thePage += "<BODY BGCOLOR='#515151'><FONT FACE='Trebuchet MS','Arial'>";
	thePage += theTime;
	thePage += "<BR>";
	thePage += "<TABLE border=0><TR><TD COLSPAN='2'><FONT color='#FFFFFF' SIZE=4><i>Directions to the East Bay Bike Path</i></FONT></TD></TR>";
	thePage += "<TABLE border=0><TR><TD COLSPAN='2'><FONT color='#00F0F0' SIZE=3><i><font color='#00F0F0'><b>From Boston</b></i></FONT></TD></TR>";
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT color='#FFFFFF' SIZE=3>&#149&nbsp;Take <b>Rte 95 South</b> to <b>Rte I95</b></TD></TR>";
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT color='#FFFFFF' SIZE=3>&#149&nbsp;Take <b>exit #4</b> (Tauton St. / Riverside)</TD></TR>";	
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT color='#FFFFFF' SIZE=3>&#149&nbsp;Bear <b>RIGHT</b>, Riverside</TD></TR>";
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT color='#FFFFFF' SIZE=3>&#149&nbsp;Follow for <b>1/2 mile</b> up hill</TD></TR>";
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT color='#FFFFFF' SIZE=3>&#149&nbsp;Parking on <b>RIGHT</b></TD></TR>";
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT color='#FFFFFF' SIZE=3><CENTER><A HREF='' onClick='javascript:window.close();'>Close Window</A></CENTER></TD></TR>";
	thePage += "</TABLE></BODY></HTML>";
	menu.document.write(thePage);
}

function ciDirect()
{	
	
	var menu= window.open("#","myRemote", "height=270, width=325, alwaysLowered=0, alwaysRaised=0, channelMode=0, dependent=0, directories=0, fullscreen=0, hotkeys=1, location=0, menubar=0, resizable=1, scrollbars=0, status=0, titlebar=1, toolbar=0, z-lock=0", "myWindow");
	
	var theTime = "";
	var thePage = "";
	var today = new Date();
	
	if ( (today.getHours( ) >=6) && (today.getHours( ) <= 12) ) 
		theTime += "<b><font color='#3300ff'>Good Morning!</b>";
	if ( (today.getHours() > 12) && (today.getHours() <= 18) )
	 	theTime += "<b><font color='#990000'>Good Afternoon!</b>";
	if ( (today.getHours() > 18) && (today.getHours() <= 23) )
		theTime += "<b><font color='#cc0000'>Good Evening!</b>";
	
	
	thePage += "<HTML><HEAD><TITLE>Directions to Castle Island</TITLE></HEAD>";
	thePage += "<BODY BGCOLOR='#ff6600'><FONT FACE='Trebuchet MS','Arial'>";
	thePage += theTime;
	thePage += "<BR>";
	thePage += "<TABLE border=0><TR><TD COLSPAN='2' bgcolor='#3300ff'><FONT color='#ffffff' SIZE=4><i>Directions to Castle Island</i></FONT></TD></TR>";
	thePage += "<TABLE border=0><TR><TD COLSPAN='2'><FONT color='#000000' SIZE=3><i><font color='#3300ff'><b>From Rte 93</b></i></FONT></TD></TR>";
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT SIZE=3>&#149&nbsp;Take <b>93</b>/3/SE Expressway to <b>exit 16</b> (Columbia Rd/UMass/JFK Library)</TD></TR>";
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT SIZE=3>&#149&nbsp;Go <b>half way around rotary</b> and follow signs to Day Blvd.</TD></TR>";	
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT SIZE=3>&#149&nbsp;Follow <b>Day Blvd to end</b> (about 2 miles)</TD></TR>";
	thePage += "<TR><TD WIDTH='10'>&nbsp</TD><TD><FONT SIZE=3><CENTER><A HREF='' onClick='javascript:window.close();'>Close Window</A></CENTER></TD></TR>";
	thePage += "</TABLE></BODY></HTML>";
	menu.document.write(thePage);
}

function showPic() {
window.open('','myWindow','width=500,height=410,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no');
}

