function go(form) {	
	if (form.select.value != "") {	
		parent.matrixframe.location=form.select.value;	
	}	
}	
