﻿<!--

function opentides() {
tides=window.open("http://tidesandcurrents.noaa.gov/get_predictions.shtml?year=2010&stn=1070+Myrtle+Beach","tides","resizable=yes,scrollbars=yes,width=600,height=350,top=0,left=0");
window.tides.focus();
}
function openforecast() {
forecast=window.open("http://weather.noaa.gov/pub/data/forecasts/marine/coastal/am/amz254.txt","forecast","resizable=yes,scrollbars=yes,width=600,height=350,top=0,left=0");
window.forecast.focus();
}
//-->


