<!--
function resetsearch()
{
	parent.document.menu1.fresh_search.value = '1';
	parent.document.menu1.modeldd.value = 'allmodels';
}

function setmodel(intType){
	parent.document.menu1.makedd.value = document.fmakedd.makedd.value
	if (intType == 1){
		parent.document.menu1.modeldd.value = 'allmodels';
	}

	document.fmakedd.action = "/models_menu.php" 
	document.fmakedd.target = "IFmodel"

	document.fmakedd.submit();
}
// initialise models menu
setmodel(0)
//-->
