function MM_jumpMenu(targ,selObj){ //v3.0
	var typ=selObj.options[selObj.selectedIndex].value;
	if (typ) {  openquote(typ);}
}

function openquote(type)
{
	var mine = window.open('getquote.php?type=' + type);
	if(mine){
		window.location.href='featureinsurance.php?type=' + type;
		}
	else{
		window.location.href='getquote.php?type=' + type;
		mine.close()
	}
}
//-->

