// javascript file for tnt site 20030911
// relocates sub windows to main html file with iframes

function checkFrameset() {
	if (top.inFrames == null) {

		alert("This web page can only be properly viewed and navagated from within" + '\n' +
			 "the main Sonora San Soo website. Please press OK to enter the main site," + '\n' +
			 "and navigate back to this page again. " ); 
			top.document.location.href="http://www.sonorasansoo.com/index.html"; 

	}	

}




