	if (navigator.appName == 'Netscape') {
		if (document.defaultView.name=='') {
				document.location='index.htm';
			}
	   	}
	else {
		if (document.parentWindow.name=='') {
				document.location='index.htm';
			}
		}
