function go_page_isuzu(){
	if(document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value!="none"){
		location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
	}
}

function go_page_opel(){
	if(document.selecter1.select2.options[document.selecter1.select2.selectedIndex].value!="none"){
		location = document.selecter1.select2.options[document.selecter1.select2.selectedIndex].value
	}
}