<!--
function check()
{
if (document.country.select.value == "0" )
{
alert ("اختار البلد");
country.select.focus();
return false;
}
if (document.country.D2.value == "0" )
{
alert ("اختار المنطقة");
country.D2.focus();
return false;
}

return true;

}
-->
