// Copyright (c) 2002 Beagle Computing Pty Ltd. All rights reserved.

function loadFrame(url, frame) {
	if (parent.frames)			// check that we are in a non-framed browser
		parent.frames[frame].location.replace(url);
}

