<!--- © Copyright AutoMotoParts.net --->
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
} // end function MM_displayStatusMsg

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
} // end function MM_openBrWindow

function openTerms() {
   MM_openBrWindow('auto_moto_about_us_terms_and_conditions.php','Terms','location=no,status=no,scrollbars=yes,resizable=yes,width=400,height=500,left=100px,top=50px');
} // end function openTerms

function conBox(theLink,winName,theMessage) {
	var where_to = confirm(theMessage);
	if (where_to == true) {
		MM_openBrWindow(theLink, winName, 'location=no,status=no,scrollbars=no,resizable=no,width=250,height=120,left=300px,top=250px');
	} // end if
	else {
		// skip
	} // end else
} // end function conBox
<!--- © Copyright AutoMotoParts.net --->
