var selectedProduct='none';


function submitQuote() {
	document.getElementById(selectedProduct).submit();
}

function checkSurveyInd(productLine) {
	selectedProduct=productLine;
	if(!surveyInd) {
		showDialog('AMD66');
		return false;
	} else {
		submitQuote();
	}
}