$black=imagecolorallocate($im,0,0,0);$white=imagecolorallocate($imO,255,255,255);$gray=imagecolorallocate($imO,200,200,200);
$im=imagecreate(120,40);