$left=609
$top=6
$right=793
$bottom=190
$color=0x00000
$pos = PixelSearch ( $left, $top, $right, $bottom, $color)
MouseClick("left", $pos[0], $pos[1])
$left=609
$top1=6
$right1=793
$bottom1=190
$color1=0x11111
$pos1 = PixelSearch ( $left1, $top1, $right1, $bottom1, $color1)
MouseClick("left", $pos1[0], $pos1[1])