// javascript file for tnt site 20030911
// relocates sub windows to main html file with iframes

function checkFrameset() {
	if (top.inFrames == null) {

		tvar = document.title;

			alert('\n' +'\n' +
				"WELCOME TO THE SONORA SAN SOO WEBSITE!" + '\n' + '\n' +

				"--------------------------------------------------------------------------------------------------" + '\t' + '\n' + '\n' +

				"From an outside link, you have arrived at:" + '\n' + '\n' + 
				'\"'+tvar + '\"' + '\n' + '\n' +  
				"This page can only be properly viewed and navagated from" + '\n' +
				"within the main Sonora San Soo website." + '\n' + '\n' +
				"First, look at the page header to your left to see where you are" +  '\n' +
				"and remember it [EG: HOME >> About]." + '\n' + '\n' +
				"Then please press OK to enter the main site, and navigate back" + '\n' +
				"to this page again by clicking those links on the main site." + '\n' +  '\n' +
				"NOTE: If you're using Firefox, go to Home >> About first for" + '\n' +
				"simple instructions to optimize Firefox for this site." + '\n' + '\n' +
				"-------------------------------------------------------------------------" + '\n' + '\n' ); 

		top.document.location.href="http://www.sonorasansoo.com/index.html";

	}	

}




