if (window.frames) {
	var host = self.location.hostname
	if (host != "" && host.indexOf(".google.") < 0) {
		if (top.location == self.location || !parent._SYS4U_1) {
			var MyHtml = new String(document.location)
			var is1 = MyHtml.lastIndexOf("\/")
			if (is1 > -1) {
				top.location = MyHtml.substring(0,is1)+"/frames1.php?"+escape(MyHtml.substring(is1+1,MyHtml.length))
			}
			MyHtml = null
		}
	}
}

function SetPage(_name) {
	var n = _name ? _name : window.location.pathname
	if (parent.SetSel) {
		parent.SetSel(n)
	}
}
