// JScript source code
function gotoURL(url, frame){	var d=parent.frames[frame];	if (d != null)		d.location = url;	else		this.location = url;}