<!--

function load(form, selectname, win) {
	document.location.href = form.products.options[form.products.selectedIndex].value;
}

//-->

