#!/bin/sh
dialog \
--title " Select chipset type " \
--menu "  Please choose the chipset for \n   your S3 card. (current: $1)" \
21 60 10 \
\
"Vision964"   "" \
"spea_mercury"   "Spea Mercury P64" \
\
2> /tmp/.chiptype
