function openwindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function change(form,callingField) {
	location.href=form.list.options[form.list.selectedIndex].value
	}
	
