var bb=screen.width;
if (bb>1300){ia.disabled=true; ib.disabled=false;}
if (bb<=1300){ib.disabled=true; ia.disabled=false;} /* a активно b выключено */
function cg(color)
{
if(event.srcElement.type=="submit")
event.srcElement.style.backgroundColor=color;
}