		if ((navigator.appName == "Netscape")) {
		} else { 
			if (parent.frames.length == 0){
			    parent.location='default.asp';
			}
		}

