//
// Redirect to Frameset 1.0
//
// Copyright ©1999 Argo City
// Created by the Peter "Phoenix Zor-El" Dzomlija
//

if (top.location == self.location) {
	top.location.href = "../index.htm"
}
