/* http://www.brightonframing.com */
<!-- hide this stuff from other browsers 
defaultStatus = "website by www.bundydesign.com"; 



function f_main(sectionName)
{
	/* sort out the framingText in the iframe */
	var framingLocation = 'framingText.html#'+sectionName
	parent.frames.framingText.location = framingLocation; 
	window.scroll(0,0);
}


function f_setDefaultFraming(sectionName)
{
	/* sort out the Frame section in the iframe */
	var framingLocation = 'framingText.html#'+sectionName;
	parent.frames.framingText.location = framingLocation; 
	window.scroll(0,0);
}

// end the hiding comment -->



