function goto_part(sel) {
    if(sel.selectedIndex == 0)
		return;
	top.document.location = "../"+sel.options[sel.selectedIndex].value+"/";
}

