<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function submitForm(){
	if (document.MyForm.MaxPrice.value == ''){
		alert("");
		return false;
  	}
	return true;
}


function ChangeControl(ActualValue)
{if (ActualValue=='OTHER')
	{document.MyForm.MinPrice.style.display='none';
	document.MyForm.MinPrice2.style.display='';}
	;}
	
function ChangeControl2(ActualValue)
{if (ActualValue=='OTHER'){
	document.MyForm.MaxPrice.style.display='none';
	document.MyForm.MaxPrice2.style.display='';}
	;}
	
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}	
//-->