
<!--

function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
}



function showmovie()
{

bname=navigator.appName
message="You are about to view a short promotional movie for Haven By The Sea created by The Hallmark Channel.  The movie requires additional download time for those using dial up Internet connections.\n\n\t\tDo you wish to continue?";
sayso=confirm(message);

	
	if (!sayso)  {
	window.location="index.html"
	return;
	}
	else {
	window.location="http://www.havenbythesea.com/movies/movieviewer.html";
	return;
	}
	


}

//-->