\n"; $sizes = array(3, 5, 7, 10, 15, 20, 25); while(list($key, $size) = each($sizes)) { echo ""; echo ""; echo "

\n"; } echo "
\n"; } else if($allXset) { $width = 0; for($i=0; $i < 9; $i++) { if($x[$i] == 1) { $width += pow(2, 8-$i); } } echo "\n"; $divwidth = $width - 9 - 5; echo "
\n"; echo "Please select the pixel as far down as you can see them without scrolling
\n"; echo "
\n"; echo "\n"; for($i=0; $i < 9; $i++) { echo "black\n"; echo "gray\n"; echo "
\n"; } echo "\n"; echo "
\n"; echo "
\n"; echo "
\n"; } else { echo "Please select the pixel as far right as you can see them without scrolling
\n"; echo "
\n"; echo "
\n"; for($i=0; $i < 9; $i++) { echo "black\n"; echo "gray\n"; echo "
\n"; } echo "\n"; echo "
\n"; echo "
\n"; } echo "Back to the main page\n"; ?>