<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Allowing for no Frames</title>
</head>
<frameset cols="*,4*">
<frame name="mainMenu" src="bigindex.html" scrolling="no" noresize="noresize" />
<frame name="main" src="bcntourfloat2.html" />
</frameset>
<noframes>
<p>The information on this page is displayed in frames.
Your browser can't view frames (or if you're using Internet Explorer, you've turned frame viewing off--
Go to Preferences under Edit and then Web Content and check Show Frames). Sorry! </p>
</noframes>
</html>