function jumpto(x){
if (document.form1.brand.value != "null") {
	document.location.href = x
	}
}