// JavaScript Document
<!--HIDE FROM JACKED UP BROWSERS

function checkStep1(theform) {

if (theform.marketid.value=="0") {
theform.marketid.style.background="fff000";
alert ("You must choose one of the Market values.");
theform.marketid.focus()
return (false);
}



return (true);
}


-->