<!--

	function popUpWin(theURL,features) { //v2.0

		if (features == "1") {
			features = 'scrollbars=yes,width=820,height=550';
		}
		else if (features == "2")	{
			features = 'scrollbars=yes,width=598,height=613';
		}
		else {
			features = 'scrollbars=yes,width=500,height=400';
		}
		
		features = features + ",left=50,top=50"
		
	newWin = window.open(theURL,"PopupWin",features);
	newWin.focus();
	}

	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,q){
	
  	eval(targ+".location='"+fname+"?sp="+sp+"&make="+make+"&feature="+feature+"&q="+q+"&o="+selObj.options[selObj.selectedIndex].value+"'");

	}

	function MM_submitForm(){
	
  	document.search.submit();
	}
  
//-->
