<!--

	function MM_openBrWindowLE(theURL,winName,features) { //v2.0

		if (features==null)	{
			features = 'scrollbars=yes,width=468,height=450';
		}
		
	newWin = window.open(theURL,winName,features);
	newWin.focus();
	}

	function MM_jumpMenu(targ,selObj,fname,sp,make,feature){
	
  	eval(targ+".location='"+fname+"?sp="+sp+"&make="+make+"&feature="+feature+"&o="+selObj.options[selObj.selectedIndex].value+"'");

	}

	function MM_submitForm(){
	
  	document.search.submit();
	}
  
//-->
