function Locator(href) {
	var obj = window.frames['container'];
	if (obj) {
		obj.location.href = href;
	}
}
