var
c=document.getElementById(
"myCanvas"
);
cxt=c.getContext(
"2d"
cxt.fillStyle=
"#FF0000"
;
cxt.fillRect(0,0,150,75);