if ( window == top )
	{

	window.open ("index.html", "", "toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=690, height=470");
	self.resizeTo(800, 600);
	self.moveTo(0, 0);
	document.location.href="../index.html";
	}